A nice tip by Vishal R. Joshi (Program Manager | Visual Web Developer Team) about how to debug Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio. Read more here Visual Web Developer team blog.
If you face this error while trying to open a web application project Error Creating Control - control_Name '/LM/W3SVC/1/Root/Project_Name' is not a valid IIS application. You can resolve this error by following the below steps , the root cause of this...
To Switch web application project to run on IIS web server as Virtual directory instead of running in the Visual Studio Development Serer you can easily follow these steps : 1- Right click in your project choose prosperities to get the project prosperities...