Managing the .Net version from IIS
I posted few days ago about some conflicts between .Net 1.1 and .Net 2.0 Beta when you try to debug from VS 2003 a standard application.
Adrian Florea commented with a nice solution:
"Try to set ASP.NET Version again to 1.1.4322.0 (instead of 2.0.40607.0) in the IIS properties of your local web site"
The problem is that I can't find the damn tab in IIS. So here we go with another reader solution to have the tab:
" I had the problem with the ASP.NET tab not being there in ISS Manager. I figured out the fix: Right click the "Internet Information Services" link from the start menu, and select "Author". Next from the menu, select "Add/Remove Snap-in...". Now from the Extensions tab, put a check in the "ASP.NET Management Extension". Now clikc OK, then remember to save the changes. Goto the menu File/ Save. Now when you select properties for a website from within IIS Manager, you will have a new tab titled "ASP.NET". (image of it in action: http://msdn.microsoft.com/asp.net/art/aspnetwhidbeyImages/mmc.jpg ) "
But it seems this is a solution for Windows 2003. I can't figure out how to find the snap in in Windows XP ?!?