May 24, 2007
In a web application, it’s often necessary to redirect clients requesting one url to another url. A while ago, I wrote a module to do basic http redirection for an ASP.NET application. The HttpRedirection module allows you to configure regular expression...
1 comments
Tags: IIS7ASP.NETdevelopmentIIS News ItemGoodies
May 17, 2007
The NT Performance team just publically released the latest version of WCAT (Web Capacity Analysis Tool), the web performance test tool that the IIS team and NT Performance team use to conduct internal performance and scalability testing of IIS and ASP...
1 comments
Tags: performanceIIS News ItemTools
Mar 18, 2007
Welcome to the first post of the "Most Important AppCmd Commands" series . Have you ever made some changes to a system's state, and then after everything suddenly stopped working, wondered how the hell you are going to get back to a working state? Well...
0 comments
Tags: IIS7IIS News ItemAppCmd
Jan 11, 2007
Do you like file icons? I do. They make it pretty easy to visually digest file lists in Windows, when you open a file system folder with explorer. Displaying icons in your web application can also be pretty compelling (for example, to spruce up that boring...
2 comments
Tags: IIS7ASP.NETdevelopmentIIS News Item
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
Tags: IIS7ASP.NETdevelopmentDebuggingIIS News Item