Aspdotnet
From Bashlinux
Install ASP .Net on IIS and Windows XP Pro
The following steps are necessary to register ASP .Net 2.xxxxx on IIS, which already comes on Windows XP:
- Register ASP .Net
- Open the command line, go to Start > run and type
cmdin the box. - Go to
c:\Windows\Microsoft.Net\framework\v2.xxxxxfolder. - Run the command
aspnet_regiis.exe -i. - Check IIS Setup
- Go to Start > Control Panel > Administrative Tools > Internet Information Services menu.
- Expand local computer node.
- Right Click on Web Sites folder.
- On sub-menu click on Properties.
- Click on Documents tab.
- Ensure
Default.aspxis listed on Default documents, and add itt if is not listed. - Restart IIS.