May 02, 2008
On machines running IIS5 and IIS5.1, these are the Inetinfo.exe, DLLHost.exe and/or ASPNET_WP.exe processes. On machines running IIS 6 or 7, this is the w3wp.exe process. The following steps will allow us to get log files of the processes hosting the...
1 comments
Filed under: Debugging, ASP.NET, IIS, .NET, IIS7, High CPU
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
Feb 29, 2008
So I am going to start a new topic revolving around some useful tips for ASP.NET developers. The first one is rather simple but very effective. When you are creating your site, it is a good idea to add some tracing to your application for times...
0 comments
Filed under: ASP.NET Tip, Debugging, ASP.NET, IIS, IIS7
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