I have following configuration
Vista home premium
iis7
studio web 2008 express edition
trying to debug asp.net 3.5 application. But if try debug it with f5, application runs but debug does not start. What could be wrong?
I have following configuration
Vista home premium
iis7
studio web 2008 express edition
trying to debug asp.net 3.5 application. But if try debug it with f5, application runs but debug does not start. What could be wrong?
Try with this article: Using Visual Studio 2008 with IIS 7.0
And this: Fix problems with Visual Studio F5 debugging of ASP.NET applications on IIS7 Vista
I was using location to not allow child to inherit config and studio didn't like it. Removing location tag fixed the issue.