Intersoft WebGrid Documentation
Deploying project that does not use SmartWebResources
See Also Send comments on this topic.
Intersoft WebGrid > Getting Started > Deployment > Deployment Guide > Deploying project that does not use SmartWebResources

Glossary Item Box

General

WebGrid.NET Enterprise is built on the top of WebUI.NET Framework. It includes the common concept, functionalities and features implemented in the framework level.

WebGrid.NET Deployment Checklist

  1. RuntimeLicenseKey.
    This is a key required in order to license the components for deployment purpose in production environment.

    Runtime license key is different with design-time license key that you get during purchase.

    Use Deployment Manager to set the project's Web.config. There are 2 important things you need to notice:

    - If you set CommonLibrary folder as IIS Virtual Directory in development machine, you may refer to Using Deployment Manager topic for guidance.

    - If you copy the CommonLibrary folder to the project's directory in development machine, you may refer to Using Deployment Manager topic under Advanced section for guidance.

    Please obtain each licensed component's RuntimeLicenseKey from Intersoft Developer Network under My Component section. You only need to obtain once and reuse it in multiple projects. The login detail is provided in your purchase receipt. If you purchased from our resellers, it may take 24-48 hours for the verification and account creation process.
  2. CommonLibrary
    All subfolders and files inside CommonLibrary folder is required.
  3. Framework Assemblies.
    You are required to copy framework assemblies to your project's bin folder. The framework assemblies can be found in C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\Bin (Default installation directory). The framework assemblies are as following: 
    * 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 C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebGrid.NET 7.0\Bin. The component assembly is as following:
    * 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 C:\Program Files\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 C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebGrid.NET 7.0\Bin. The charting assembly is:
    * ISNet.WebUI.WebGrid.ChartEngine.dll
    * ISNet.Nevron.Charting.dll

WebGrid.NET Deployment Guide

  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.

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.