3
Setup of Visual Studio .NET web development
lInstall IIS
lInstall Visual Studio .NET
lIf web apps do not work (happens especially on XP), run these commands to install web server support for ASP.NET:
Ø%windir%\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe –I
Øregsvr32 %windir%\Microsoft.NET\Framework\v1.0.3705\aspnet_isapi.dll
l (courtesy of research by Kenneth Leland)
l