vote up 0 vote down star

Occasionally, when I open a visual studio 2003 ASP.NET project it seems to spend forever loading up then finally displays the following error message:

"The web server reported the following error while attempting to create or open the web project located at the following URL: http://localhost/myprojectname. The operation timed out."

Any idea why this happens and how to fix it?

flag

1 Answer

vote up 0 vote down check

The fix for me was to unregister the re-register iis for .net:

Open command window and navigate to C:\windows\microsoft.net\framework\v1.1.4322 Type in aspnet_regiis -u Once finished uninstalling ASP.NET type in apsnet_regiis -i

Just performing aspnet_regiis -i by itself did not work.

Still unsure as to why this is happening but probably something to do with switching dev environments between Eclipse\Java\JBoss to VS2003\C#\IIS

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.