Thursday, October 19, 2006

Using IIS with ASP.NET in 2005

You will need to install IIS before you install Visual Studio 2005.

XP by default does not install IIS, so you will need to use the "Add or Remove Programs" and add it yourself.

If you have installed Visual Studio 2005 allready fear not you can still get them working. You need to associate IIS with ASP.NET. You can do this by using aspnet_regiis utility (located in C:\Windows\Microsoft.NET\Framework\) with the -i option.

------- aspnet_regiis -i

No comments: