My posts tagged with "IIS7" (RSS)

The PDC this year…

Not sure how many people are planning on attending the PDC (Professional Developers Conference) this year, but it is going to be a fantastic conference. We announced some huge announcements on the PDC web site.  http://www.microsoftpdc.com/ We have...

ASP.NET Tips: What to gather to troubleshoot – part 1 – High CPU

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...

ASP.NET Tab Missing

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...

Useful appcmd commands

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...

ASP.NET Tips: Add trace statements

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...

Page view counter