Mar 12, 2008
In the past, I've blogged a number of times about using Visual Studio to develop and debug IIS 7.0 applications. I am happy to say that Visual Studio 2008 has added a number of improvements to work better with IIS 7.0, making it a lot easier to use it...
1 comments
Filed under: IIS7, development, Debugging, VisualStudio
Jun 20, 2007
A Visual Studio patch that fixes the Visual Studio F5 debugging of IIS7 applications on Windows Vista Home Premium and above has been released! This patch solves the "An authentication error occurred while communicating with the web server. Please see...
4 comments
Filed under: IIS7, Debugging, IIS News Item, VisualStudio
May 19, 2007
In a previous post titled Where did my IIS7 server go? Troubleshooting "service unavailable" errors , I covered the basic steps for dealing with 503 Service Unavailable errors on IIS7. This post dives deeper into debugging the IIS worker process to get...
0 comments
Filed under: IIS7, troubleshooting, Debugging
Dec 28, 2006
A number of people have been reporting problems when trying to debug their ASP.NET applications on Windows Vista with Visual Studio 2005 F5 debugging support. There are a handful of posts about trying to get this to work in various ways ... most of which...
2 comments
Filed under: IIS7, ASP.NET, development, Debugging, IIS News Item