User Tools

Site Tools


development_web_server.htm
Navigation:  Clarion.Net (Clarion#) > ASP.Net WebForms >====== Development Web Server ====== Previous pageReturn to chapter overviewNext page

The Development Web Server feature is incorporated into the ASP.NET Quick Starts. By selecting this option, you can Build and Run your ASP.NET projects directly from the IDE, and launch them without the need to configure an IIS Virtual Directory.

In this same Quick Starts section, you can also specify either a system generated or user assigned port number.

The Development Web Server supports all special ASP.Net project sub-folders:

/Bin

/App_Code

/App_GlobalResources

/App_LocalResouces

/App_WebReferences

/App_Data

/App_Browsers

/App_Themes

More information on the contents of these folders can be found here.

The Development Web Server is completely independent of the code behind language (Clarion#, C#,etc.) and can be started outside of the IDE by using the following syntax:

DevWebServer <;physicalPath> <;virtualPath> <;port> <;defaultDoc>

Note:

The Development Web Server requires that following DLL be copied into the GAC (Global Assembly Cache)::

DevWebServerHost.DLL

This is automatically performed by the Clarion.NET install.

development_web_server.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1