Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
asp.net_iis_registration [2019/01/30 09:22]
127.0.0.1 external edit
asp.net_iis_registration [2019/02/20 10:36]
kcifreo [If you have other ASP.NET applications]
Line 24: Line 24:
  
 ===== If you have no other ASP.NET applications ===== ===== If you have no other ASP.NET applications =====
- 
- 
  
 32-bit machines: 32-bit machines:
  
- +<code>
- +
-[[code_formatdos|code_formatdos|code_formatdos|code_formatdos|code format="dos"]] +
- +
- +
 %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -i %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -i
 +</code>
  
 +64-bit machines:
  
 <code> <code>
-64-bit machines: +''%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis -i '' 
-[[code_formatdos|code_formatdos|code_formatdos|code_formatdos|code format="dos"]]+</code> 
 +//**NOTE:**//  If you receive the message "//aspnet_regiis is not a recognized operable program or batch file//" when you run this command you may be missing key files in your .NET 4.0 install. To fix this: visit the following website, [[http://www.microsoft.com/en-us/download/details.aspx?id=17851|http://www.microsoft.com/en-us/download/details.aspx?id=17851]], and install 4.0 again.
  
  
 +===== If you have other ASP.NET applications =====
  
-%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis -i +Where //path// is the root directory of the website in IIS.
  
 +32-bit machines:
  
 <code> <code>
-//**NOTE:**// If you receive the message "//aspnet_regiis is not a recognized operable program or batch file//" when you run this command you may be missing key files in your .NET 4.0 install. To fix this: visit the following website, [[http://www.microsoft.com/en-us/download/details.aspx?id=17851]], and install 4.0 again. 
-===== If you have other ASP.NET applications ===== 
-Where //path// is the root directory of the website in IIS. 
-32-bit machines: 
-[[code_formatdos|code_formatdos|code_formatdos|code_formatdos|code format="dos"]] 
- 
- 
- 
 %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -iru %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -iru
- 
- 
  
 %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -s path %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -s path
 +</code>
  
 +64-bit machines:
  
 <code> <code>
-64-bit machines: +''%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis -iru ''
-[[code_formatdos|code_formatdos|code_formatdos|code_formatdos|code format="dos"]]+
  
 +''%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis -s path ''
 +</code>
  
- 
-%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis -iru 
- 
- 
- 
-%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis -s path 
- 
- 
- 
-<code>