Differences

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

Link to this comparison view

Both sides previous revision Previous revision
asp.net_iis_registration [2019/02/20 10:35]
kcifreo [If you have no other ASP.NET applications]
asp.net_iis_registration [2019/02/20 10:36] (current)
kcifreo [If you have other ASP.NET applications]
Line 40: Line 40:
  
 ===== If you have other ASP.NET applications ===== ===== If you have other ASP.NET applications =====
 +
 Where //path// is the root directory of the website in IIS. Where //path// is the root directory of the website in IIS.
 +
 32-bit machines: 32-bit machines:
-[[code_formatdos|code_formatdos|code_formatdos|code_formatdos|code format="dos"]] 
- 
- 
  
 +<code>
 %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>