unable to start debugging on web server. the web server is not configured correctly vs2005Does not help does it? The message too generic and the thing(s) that caused it unknown So after googling for over 3 hrs and trying number of proposed solution, I came across a forum where Chandan Gowda had the right solution for it. Here is the post
- iisreset -stop
- Goto C:\Windows\Microsoft.NET\Framework\v2.0.50727
- aspnet_regiis -ua
- aspnet regiis -i
- aspnet_regiis -ga machinename\aspnet
- goto C:\Windows\Microsoft.NET\Fra
mework\v1.1.4322 - aspnet_regiis -i
- iisreset -start
Solution:
- Uninstall all versions of .Net frameworks using aspnet_regiis -ua
- Re register the version of .Net framework using aspnet_regiis -i
- Add machine's aspnet user to the web operator group using aspnet_regiis -ga machinename\aspnet
- And you are done.
Always Remember: Make sure IIS is installed before you install any version of Visual Studio Hope this information will save someones time and help reduce the frustration which I went through.
No comments:
Post a Comment