Aug 11, 2008
I've written a couple times about what configuration changes cause AppDomain recycles. Most recently how the ASP.NET tab causes a server-wide AppDomain recycle , and previously about changes in ASP.NET 2.0 . Here I'm going to cover things that, when done...
3 comments
Filed under: IIS7, IIS
Aug 02, 2008
IIS 7.0 improves on the already solid performance of its predecessor in quite a few places. But the real power lies in the new capabilities IIS 7.0 provides that can significantly improve performance, scalability, and reduce operational costs of running...
2 comments
Filed under: IIS7, IIS, performance
Aug 01, 2008
When dealing with hard to find IIS 7.0 errors, I break out the trusty Failed Request Tracing. My favorite way of doing this is through the command line...( read more ) Read More...
2 comments
Filed under: IIS7, IIS, troubleshooting, AppCmd, Tools
Jun 17, 2008
Among IT circles, IIS 7.0’s modularity is definitely one of its most welcomed traits. It promises a significantly reduced surface area, lightweight management overhead, and better performance. Ever wonder how far you can go with modularizing IIS 7.0?...
3 comments
Filed under: IIS7, IIS, performance
May 26, 2008
IIS 7.0 provides a number of APIs that you can use to manage configuration remotely. This post provides the info and tools you need to configure remote access to IIS 7.0 configuration, including for use on Server Core installations....( read more ) Read...
1 comments
Filed under: IIS7, IIS, development, Tools, Configuration
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
Apr 17, 2008
A common issue we see customers having is after installing ASP.NET 2.0, the ASP.NET Tab is missing from IIS. This tab is used for setting the version of ASP.NET and a lot of other things. When this tab is missing, it can be rather difficult to get it...
1 comments
Filed under: ASP.NET, IIS, IIS7, Vista
Apr 01, 2008
So with IIS7, there is a new way to get data out about your web server, using the new appcmd.exe process. To start out with, the best place to start is with: Things you can do by piping appcmd commands There are a lot of useful commands listed there that...
0 comments
Filed under: IIS, IIS7