Difference between revisions of "Aspdotnet"

From Bashlinux
Jump to: navigation, search
(Redirected page to ASP.Net)
 
(5 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 <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, if not there, add it
 
* Restart IIS
 

Latest revision as of 01:03, 7 June 2015

Redirect to: