Cannot find Web Server ... ASP.NET 1.1
-
Hey all, I have tried moving my ASP.NET projects from 1 computer to another but setting them up is giving me hell. It says (when I try opening them) that no Web server was found running ASP.NET so when I browse my pages it just displays the HTML. The error has got a help link but I don't have the help files (work computer). Does anyone know what i must do :doh: Tanks for your help
-
Hey all, I have tried moving my ASP.NET projects from 1 computer to another but setting them up is giving me hell. It says (when I try opening them) that no Web server was found running ASP.NET so when I browse my pages it just displays the HTML. The error has got a help link but I don't have the help files (work computer). Does anyone know what i must do :doh: Tanks for your help
-
I found out the solution: If you are getting the following errors when trying to open a Web project: "Visual Studio .Net has detected that the specified Web server is not running ASP.NET version 1.1." Then you need to go to reinstall ASP.NET In your .NET Framework folder (not sure exactly where it is) there is an executable called
aspnet_regiis.exe
You need to get to this through the command prompt and run it:aspnet_regiis.exe -i
andaspnet_regiis.exe -r
This should fix the problem. (It did with me) I love chocolate