Installing ASP.NET in IIS for XP Pro
Installed IIS to do some performance profiling on the site I’ve been developing. Took me a bit of searching to figure out how to enabled ASP.NET on IIS for XP Pro.
You just need to run a little program that comes with the .NET framework:
C:/WINDOWS/Microsoft.NET/Framework/v1.x.xxx/aspnet_regiis.exe -i
Useful links:







Comments