Aspdotnet: Difference between revisions
From Bashlinux
Jump to navigationJump to search
Content deleted Content added
No edit summary |
Redirected page to ASP.Net |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
#REDIRECT [[ASP.Net]] |
|||
__NOTOC__ |
|||
== 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 <code><nowiki>cmd</nowiki></code> in the box. |
|||
* 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>. |
|||
* '''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 <code><nowiki>Default.aspx</nowiki></code> is listed on ''Default documents'', and add itt if is not listed. |
|||
* Restart IIS. |
|||
Latest revision as of 01:03, 7 June 2015
Redirect to: