Glossary Item Box
Deploying a Web application that uses the PowerWEB TextBox control for ASP.NET is easy. Visual Studio users can simply Rebuild the Project (to insert the license) on the development machine (the licensed machine), and then XCOPY or FTP the application to the server.
While developing the following steps should have already been taken.
<httpModules> <add name="CallbackManager" type="Dart.PowerWEB.TextBox.CallbackManager,Dart.PowerWEB.TextBox" /> </httpModules>
If the Project includes other PowerWEB references, the CallbackManager from another PowerWEB product may alternatively be used.
To deploy a licensed ASP.NET Web Application or Web Service, follow these steps.
Note: It is not necessary for the deployment server to be licensed or to contain a copy of a license in its registry.
Using External Script Files
In some cases where security settings or application URL rewriting may interfere with script access (e.g. within a DotNetNuke module), you need to physically supply the script resources and/or unique security settings. In your TextBox installation directory you will find a Scripts directory. Place the contents of this directory anywhere on your web server and add the following to your application’s Web.config within the appSettings node, replacing ### with the relative location of the directory containing the scripts:
<add key="Dart.PowerWEB.TextBox.ScriptsDirectory" value="###" />
Setting the value of this node to "" will be interpreted as the current directory, relative to the page being executed. It is recommended that you place these files in their own directory and provide a value that is relative to the root of the web such as "/myApplication/TextBox_Scripts"
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.