Aspdotnet: Difference between revisions
From Bashlinux
Jump to navigationJump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
* Register ASP .Net |
* Register ASP .Net |
||
* Open the command line, go to Start > run and type |
* Open the command line, go to ''Start > run'' and type {{cmd}} in the box |
||
* Go to |
* Go to <code><nowiki>c:\Windows\Microsoft.Net\framework\v2.xxxxx</nowiki></code> folder |
||
* Run the command <code><nowiki>aspnet_regiis.exe -i</nowiki></code> |
* Run the command <code><nowiki>aspnet_regiis.exe -i</nowiki></code> |
||
* Check IIS Setup |
* Check IIS Setup |
||
* Go to Start > Control Panel > Administrative Tools > Internet Information Services |
* Go to ''Start > Control Panel > Administrative Tools > Internet Information Services'' menu |
||
* Expand |
* Expand ''local computer'' node |
||
* Right Click on |
* Right Click on ''Web Sites" folder |
||
* On sub-menu click on |
* On sub-menu click on ''Properties'' |
||
* Click on |
* Click on ''Documents'' tab |
||
* Ensure |
* Ensure <code><nowiki>Default.aspx</nowiki></code> is listed on Default documents, if not there, add it |
||
* Restart IIS |
* Restart IIS |
||
Revision as of 07:36, 17 November 2009
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 Template:Cmd in 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, if not there, add it - Restart IIS