Hi everyone,
For those of you who were unable to run asp .NET scripts on your local machine becasue you installed IIS after the .NET Framework, there’s an undocumented utility that comes with the installation of the .NET Framework that can help us register the service, so you dont have to install the framework again.
Its located in the following folder:
[INDENT]%WinDir%\Microsoft.NET\Framework\vX.X.XXX*aspnet_regiis.exe -i*
[SIZE=1] [COLOR=darkred](Notice the -i parameter)[/COLOR][/SIZE]
[/INDENT]Once you’ve done this, you should have no problem gettin’ you scripts running…
Don’t forget to check out Kirupa’s tutorial for Installing IIS and .NET 2.0
Cheers,
**Victmo **