Setting Up ASP.Net

On Windows 2000 and Windows XP

  1. Open a command window
  2. Navigate to (windows-directory)\Microsoft.Net\Framework\(version)
  3. Type ASPNET_REGIIS -I
  4. IIS > Website properties > Virtual Directory tab > Configuration button > extension = ".*" + Executable path = "C:\Windows\Microsoft.NET\Framework\version\aspnet_isapi.dll"/ (Note: If the OK button on the dialog greys out, click in the Executable Path field to enable it.)

On Windows Server 2003 Only

  1. Right click on My Computer and select Manage Computer from the context menu
  2. navigate to Computer Management (local) > Services and Applications > Internet Information Services (IIS) > Web Service Extensions
  3. Select Web Service Extensions node in the left pane
  4. In the right pane, right click Active Server Pages and select Allow from the context menu
  5. Do the same for ASP.NET v1.1.4322
  6. Do the same for Server Side Includes.