Unable to debug ASP.NET Applicatation using VS 2008 on IIS 7 running on Windows 7 x64

Posted by rsteckly on Stack Overflow See other posts from Stack Overflow or by rsteckly
Published on 2010-06-02T20:35:43Z Indexed on 2010/06/05 12:42 UTC
Read the original article Hit count: 205

Hi,

I've been trying to debug an existing asp.net web application that requires me to debug against an IIS website.

I've installed the app and can navigate to it on localhost. However, when I start VS 2008 as an Administrator and try to debug it, I get a message "Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running."

I've looked through some of the help file contents and can't seem to figure out what is going on. Clearly, the IIS worker process IS running, since I can navigate to the site locally without VS open.

My boss has suggested that it might be because my OS is 64 bit. Any ideas?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-studio-2008