Archives
-
IIS 7.0 is finished: a trip down memory lane
After 5 years in development, IIS 7.0 is finished!
Personally, it is hard to believe that it is over. I remember joining the IIS 7.0 team over 4 years ago, when the project was in its infancy, to drive the design of the web server engine. I remember getting in the room with all of the senior IIS 7.0 developers, with a spec of how the web server pipeline was going to work … feeling like I was about to be eaten alive :)
More reflections at http://mvolo.com/blogs/serverside/archive/2008/02/28/IIS-7.0-ships_3A00_-a-trip-down-memory-lane.aspx.
-
Starting, stopping and recycling IIS 7.0 Web sites and application pools
When working with your IIS 7.0 server, you'll often need to start and stop IIS 7.0 Web sites and start, stop, or recycle IIS 7.0 application pools. Unfortunately, often people don't fully understand what these actions mean and how to properly use them.
For the complete low-down on what it all means and how to carry out these tasks, go on to http://mvolo.com/blogs/serverside/archive/2008/02/25/Starting_2C00_-stopping-and-recycling-IIS-7.0-Web-sites-and-application-pools.aspx.
Thanks,
Mike
-
IIS 7.0 is the number one reason people want Windows Server 2008
According to an InformationWeek study, IIS 7.0 is the feature that most interests customers in Windows Server 2008.
Thanks,
Mike
-
Debugging IIS 7.0 Web applications remotely with Visual Studio 2008
This post has the steps to set up remote debugging of IIS 7.0 web sites with Visual Studio 2008.
Last time I wrote about debugging on IIS 7.0 was Fix problems with Visual Studio F5 debugging of ASP.NET applications on IIS7 Vista. Since then, a hotfix was released for Visual Studio 2005 that makes debugging IIS 7.0 applications easier, and solves the problem of debugging on Vista Home Premium which does not have the Windows Authentication component of IIS 7.0.
Now, with Visual Studio 2008, debugging IIS 7.0 has gotten easier. In fact, debugging local apps is a breeze, but there are still some gotchas you may experience when trying to debug remote IIS 7.0 applications.
For the step-by-step, see http://mvolo.com/blogs/serverside/archive/2008/02/20/Debugging-IIS-7.0-Web-applications-remotely-with-Visual-Studio-2008.aspx.
Thanks,
Mike
-
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 full-blown Web server feature with configuration and IIS Manager components. The article shows off my latest project, the Response Modification Framework, which is pretty cool on its own ...
Read the article, learn about RMF, and more at http://mvolo.com/blogs/serverside/archive/2008/02/18/MSDN-Magazine_3A00_-Extend-IIS-7.0-End_2D00_to_2D00_End.aspx.
Thanks,
Mike
-
Two-Level Authentication with Forms Authentication and Windows Authentication
The integration of IIS and ASP.NET authentication stages in Integrated mode applications brings a lot of benefits, including being able to use ASP.NET authentication features like Forms Authentication for the entire web site. However, it also prevents two-level authentication schemes that relied on the two separate authentication stages between IIS and ASP.NET from working.
I mentioned this in the list of ASP.NET breaking changes in December. Since then, I've gotten many requests for re-enabling these scenarios in Integrated mode, so I put together a workaround for doing this in Integrated mode.
To learn more and download the bits / source code of the workaround, see http://mvolo.com/blogs/serverside/archive/2008/02/11/IIS-7.0-Two_2D00_Level-Authentication-with-Forms-Authentication-and-Windows-Authentication.aspx.
Thanks,
Mike