IIS7, ASP.NET 2.0, Atlas and VS 2005 End to End Talk
Many thanks to everyone in New Zealand who attended my "ASP.NET: End-to-End - Building a Complete Web Application Using ASP.NET 2.0, Visual Studio 2005, and IIS7 (Parts 1 and 2)" talk this afternoon.
You can download the slides from my talk here. You can then download the application I built here (note: this .zip file is actually the version I published after the US TechEd, but is the same code I wrote on stage today).
There is a "ReadMe.txt" file in the root of the demos .zip file that walksthrough how to setup the demos. I've included two versions of the app -- one is in the "IIS7" directory and allows you to run the application using IIS7 on Windows Vista Beta2. The other is a slightly modified version of the sample that also works on IIS5, IIS6, and the built-in VS 2005 Web Server. The difference is that the non-IIS7 version doesn't use URL-rewriting for the pretty-URL feature.
Hope this helps,
Scott