Intersoft Support Center

Deploy ASP.NET Application with SmartWebResources

Intersoft Solutions constantly conducts extensive research and development to deliver new innovations that help developers become more productive by reducing the efforts and overwhelming complexity in both development and deployment stage.

SmartWebResources™ Framework is one of the great technology offered by Intersoft, which is used to eliminate the external physical resources such as scripts, images, etc.

Before you start to deploy the project, it's important to ensure that the required assemblies and license key are included. The following shows the check list for deploying a WebGrid project.

  1. RuntimeLicenseKey
    This is a key required in order to license the components for deployment purpose in production environment.
  2. Component & Resource Assemblies
    Ensure that you have copied the component and resource assemblies to your project's bin folder. The resource assemblies can be found in each product's bin folder. The component and resource assemblies for WebGrid are:
    * ISNet.WebUI.WebGrid.dll
    * ISNet.WebUI.WebGrid.Resources.dll
    * ISNet.WebUI.WebDesktop.Resources.dll (located in [Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebDesktop.NET 3.0\Bin)
  3. Framework Assemblies
    You are required to make a copy of framework assemblies to your project's bin folder. The framework assemblies can be found in [Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\Bin. The framework assemblies are: 
    * ISNet.dll
    * ISNet.WebUI.dll
    * ISNet.WebUI.Resources.dll
  4. Exporting Assembly
    Exporting assembly is required to be copied to your project's bin folder if the web application utilizes exporting feature in WebGrid. The exporting assembly can be found in [Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\Bin. The exporting assembly is:
    * ISNet.ActiveReports.Exporting.dll
  5. Charting Assembly
    Charting assembly is required to be copied to your project's bin folder if the web application utilizes charting feature in WebGrid. The charting assembly can be found in [Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebGrid.NET 7.0\Bin. The charting assembly is:
    * ISNet.WebUI.WebGrid.ISChartEngine.dll
To deploy other products, Charting and Exporting assemblies are neglected. These assemblies are only used to deploy WebGrid.

To deploy WebGrid project with SmartWebResources™

Here are step-by-step instructions to deploy the project using SmartWebResources™:

  1. Before deploying the project, you have to configure SmartWebResources after you created a new web application. Please refer to Register SmartWebResources for guidance.
  2. Next, you need to use Deployment Manager in order to set the web.config of your web application, such as defining Runtime License key. Please refer to Using Deployment Manager video tutorial for guidance.
  3. Finally, you simply need to XCopy all required web application files along with the bin folder (i.e. your project's directory) to a destination folder in your web server.
In your production server, please do not install any of Intersoft products.

WebUI Studio for ASP.NET

WebUI Studio for Silverlight

Mobile Studio

Previous Next