Intersoft Solutions constantly conduct 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.
WebGrid.NET Deployment Checklist
-
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. 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.
- Resources Assembly
Ensure that you have copied the resources assemblies to your project's bin folder. The resources assembly can be found in C:\Program Files\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 - 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:
* ISNet.dll
* ISNet.WebUI.dll - 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:
* ISNet.WebUI.WebGrid.dll - 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 - 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
Deploying project that uses SmartWebResources™
Here are step-by-step instructions to deploy the project using SmartWebResources™:
- Before deploying the project, you have to configure SmartWebResources after you created a new web application. Click here for guidance.
- 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 read Using Deployment Manager for more information.
- 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.
Overview
Getting Started
WebGrid Features Overview
Other Resources
Walkthrough Topics
How-to Topics