G
Guest
I've read lots of excellent posts here about this problem. Mine is similar but will not yield to any of these fixes.
When I try to create a new web project, I get the error message "VS Cannot create or open the application...The likeliest problem is that required components are not installed on the local web server.
I have reinstalled VS.NET twice, reinstalled IIS at least six times, run aspnet_regiis -i, regsvr32 aspnet_isapi.dll, reset permissions on the .net framework folders. Everything I can find to try I have tried. What am I missing here? I am running Windows 2000 Pro, Visual Studio .NET 2003, IIS 5.
I have tested the front page server extensions to verify that they are working.
I have also peeked at the IIS log file and noticed that evertime I try to create a web application it causes two lines to appear in the log file
19:02:37 127.0.0.1 GET /WebApplication32/get_aspx_ver.aspx 40
19:02:37 127.0.0.1 GET /WebApplication32/get_aspx_ver.aspx 40
Where "WebApplication32" is whatever I named the web project.
Btw, this is a brand new installation of VS.Net 2003. It hasn't worked from day 1. I can create non-web projects just fine. So it has to have something to do with the communication between VS and IIS, right
Guidance appreciated!
When I try to create a new web project, I get the error message "VS Cannot create or open the application...The likeliest problem is that required components are not installed on the local web server.
I have reinstalled VS.NET twice, reinstalled IIS at least six times, run aspnet_regiis -i, regsvr32 aspnet_isapi.dll, reset permissions on the .net framework folders. Everything I can find to try I have tried. What am I missing here? I am running Windows 2000 Pro, Visual Studio .NET 2003, IIS 5.
I have tested the front page server extensions to verify that they are working.
I have also peeked at the IIS log file and noticed that evertime I try to create a web application it causes two lines to appear in the log file
19:02:37 127.0.0.1 GET /WebApplication32/get_aspx_ver.aspx 40
19:02:37 127.0.0.1 GET /WebApplication32/get_aspx_ver.aspx 40
Where "WebApplication32" is whatever I named the web project.
Btw, this is a brand new installation of VS.Net 2003. It hasn't worked from day 1. I can create non-web projects just fine. So it has to have something to do with the communication between VS and IIS, right
Guidance appreciated!