Difference between revisions of "Aspdotnet"

From Bashlinux
Jump to: navigation, search
(Redirected page to ASP.Net)
 
(8 intermediate revisions by 2 users 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 "cmd"
 
* Go to "c:\Windows\Microsoft.Net\framework\v2.xxxxx" folder
 
* Run the command <code><nowiki>aspnet_regiis.exe -i</nowiki></code>
 
* 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
 

Latest revision as of 01:03, 7 June 2015

Redirect to: