![]() Welcome! and rules Joel on Software |
Installing ASP .NET How do I install ASP .NET on a machine that already runs Windows 2000 and IIS?
George
Yes. Installing the framework will configure IIS to run ASP.NET applications automatically.
Brad Wilson (dotnetguy.techieswithcats.com)
Thank you!
George
Just installing should work but you may need to run aspnet_regiis.exe afterwards (located in %WINDIR%\Microsoft.Net\Framework\<version>). I had to do this for one install but not for another. Not sure why.
SomeBody
You should really only need to run aspnet_regiis if you installed IIS _after_ .NET, but hey, solid installers are notoriously difficult to write. :)
Brad Wilson (dotnetguy.techieswithcats.com)
|