Intersoft Support Center

Deploy ASP.NET Application without 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.

This topic provides a step-by-step instruction on how to deploy ASP.NET application without SmartWebResources™.

WebGrid Deployment Checklist

  1. RuntimeLicenseKey
    This is a key required in order to license the components for deployment purpose in production environment.
  2. Resources Assembly
    Ensure that you have copied the resources assemblies to your project's bin folder. The resources assembly can be found in [Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebGrid.NET 7.0\Bin. The resources assemblies are:
    * 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
  4. Component Assembly
    Component assembly is required to be copied to your project's bin folder. The component assembly can be found in [Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebGrid.NET 7.0\Bin. The component assembly is:
    * ISNet.WebUI.WebGrid.dll
  5. 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\WebGrid.NET 7.0\Bin. The exporting assembly is:
    * ISNet.ActiveReports.Exporting.dll
  6. 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 project without SmartWebResources™

  1. If you set CommonLibrary folder as IIS Virtual Directory in development machine
    - XCopy all your required web application files along with the bin folder (i.e. your project's directory) to a destination folder in your web server.
    - XCopy the CommonLibrary folder to your web server. It is recommended to place it under wwwroot folder (usually c:\inetpub\wwwroot). You need to map the destination folder to IIS Virtual Directory with name "CommonLibrary".
  2. If you copy the CommonLibrary folder to the project's directory in development machine
    - XCopy all your required web application files along with the bin and CommonLibrary folders (i.e. your project's directory) to a destination folder in your web server.
Creating CommonLibrary as IIS Virtual Directory is not required in this case. 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