| **Navigation:**  [[clarion.htm|Clarion.Net (Clarion#)]] > [[asp net web form.htm|ASP.Net WebForms]] >====== Development Web Server ====== | [[asp net web forms controls by name.htm|{{btn_prev_n.gif|Previous page}}]][[asp net web form.htm|{{btn_home_n.gif|Return to chapter overview}}]][[windows mobile.htm|{{btn_next_n.gif|Next 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 [[asp net deployment tips.htm|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.