Why Cannot Create ASP.NET Project
When I try to create an ASP.NET web application, the Visual Studio is stuck. The task manager shows that the Visual Studio has no response. However, to create projects of Web Control Library or ASP.NET Web Service has no problem.
Searching the Internet, a lot of discussions of this issue can be found. I have tried with every kind of possible solutions, such as to delete the VSWebCache folder; to modify <httpHandlers></httpHandlers> section in Machine.config by adding
<!-- for VS.Net Web Projects to open -->
<add verb="*" path="get_aspx_ver.aspx" type="System.Web.UI.PageHandlerFactory" />
<add verb="*" path="*_tmp.htm" type="System.Web.StaticFileHandler" />
By the way, the above two files get_aspx_ver.aspx and vs*_tmp.htm are .NET’s trick when to create and open a project. From the log file, you can find when they are handled.
Unfortunately, no one method helps solve my problem.
Well, it is not time to die yet. Why don’t I try to shut down the firewall? You know, this flare melts the ice!