MSDN Magazine: Extend IIS 7.0 End-to-End

In this month’s launch edition of MSDN magazine, we celebrate the release of Windows Server 2008. It’s been a long road and we are finally done! Of course, this celebration wouldnt be complete without a juicy article on IIS 7.0 – this time, showing off the complete extensibility of the Web server by building a … [Read more…]

IIS 7.0 Two-Level Authentication with Forms Authentication and Windows Authentication

One of the key improvements granted by the ASP.NET integration in IIS 7.0 is a unified authentication model.  Instead of the two-stage model in previous versions of IIS, where IIS executed its own authentication methods before ASP.NET processing began, in Integrated mode IIS and ASP.NET authentication modules participate in a single authentication process as equals. … [Read more…]

IIS 7.0 Response Modification Framework

————————– For more information, see the Feb 2008 edition of MSDN Magazine: Build Web Server Solutions with End-To-End Extensibility. ————————– What is the response modification framework? It is a fancy term for an IIS 7.0 module that modifies the content returned by a web application on the fly, without the need to modify the application … [Read more…]

Updated WCAT 6.3 released

The original release of WCAT 6.3 contained a bug that was causing many users to not be able to use the tool succesfully. The bug resulted in the “NULL controller specified” error. The perf team folks were nice enough to provide a fix for this bug, and re-release the tool.  You can find the updated bits … [Read more…]