Can't create VS2003 ASP.NET Application, can in VS2002

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I have both VS2002 and VS2003 installed on the same
machine and have no problems creating an ASP.NET
application in VS2003. When I try to create one in VS2003
I get an "internal server error". If I open Windows
Explorer, and create a new folder under C:\Inetpub\wwwroot
and then open IIS Manager and set the folder property to
CREATE I can then create a ASP.NET appliaction in that
folder. Any ideas as to what I need to do to get VS2003
to work correctly?
 
I've been through this. In my case, it was because I had a personal
Internet firewall that was blocking the appropriate port (VS.NET 2003 seems
to require it). Disabling it while creating, opening the project, or
debugging works for me.


Thanks,
Shawn
 
Back
Top