Aaron Li's Blog

Write it down before I forget

  Home  |   Contact  |   Syndication    |   Login
  30 Posts | 0 Stories | 21 Comments | 1 Trackbacks

News

Google

Archives

Other's Idea

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!

 

posted on Wednesday, February 07, 2007 10:15 AM

Feedback

No comments posted yet.
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification: