Aspdotnet: Difference between revisions

From Bashlinux
Jump to navigationJump to search
Content deleted Content added
Manpaz (talk | contribs)
No edit summary
 
Manpaz (talk | contribs)
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
== Install ASP .Net on IIS and Windows XP Pro ==
== 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:
1. Go to "c:\Windows\Microsoft.Net\framework\v2.xxxxx" folder.

1. Run the command "aspnet_regiis.exe -i".
* Register ASP .Net
1. Go to Start > Control Panel > Administrative Tools > Internet Informatin Services.
* Open the command line, go to Start > run and type "cmd"
1. Expand "local computer" node.
* Go to "c:\Windows\Microsoft.Net\framework\v2.xxxxx" folder
1. Right Click on "Web Sites" folder.
* Run the command <code><nowiki>aspnet_regiis.exe -i</nowiki></code>
1. On sub-menu click on "Properties".
* Check IIS Setup
1. Click on "Documents" tab.
* Go to Start > Control Panel > Administrative Tools > Internet Informatin Services
1. Ensure "Default.aspx" is listed on Default documents, if not, add it.
* Expand "local computer" node
1. Restart IIS
* Right Click on "Web Sites" folder
* On sub-menu click on "Properties"
* Click on "Documents" tab
* Ensure "Default.aspx" is listed on Default documents, if not, add it
* Restart IIS

Revision as of 07:32, 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 "cmd"
  • Go to "c:\Windows\Microsoft.Net\framework\v2.xxxxx" folder
  • Run the command aspnet_regiis.exe -i
  • Check IIS Setup
  • Go to Start > Control Panel > Administrative Tools > Internet Informatin Services
  • Expand "local computer" node
  • Right Click on "Web Sites" folder
  • On sub-menu click on "Properties"
  • Click on "Documents" tab
  • Ensure "Default.aspx" is listed on Default documents, if not, add it
  • Restart IIS