Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi guys,

i want to know,

why do v use this code & when


c:\windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe





c:\windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i


thanks
abdul subhan
Posted
Updated 23-Dec-13 20:35pm
v2

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 24-Dec-13 2:49am    
Fair enough, a 5.
—SA
AS i know:-
It reg isters ASPNET extensions with IIS.

As per MSDN:-
When multiple versions of the .NET Framework are executing side-by-side on a single computer, the ASP.NET ISAPI version mapped to an ASP.NET application determines which version of the common language runtime (CLR) is used for the application. The ASP.NET IIS Registration Tool (Aspnet_regiis.exe) allows an administrator or installation program to easily update the script maps for an ASP.NET application to point to the ASP.NET ISAPI version that is associated with the tool. The tool can also be used to display the status of all installed versions of ASP. NET, register the ASP.NET version that is coupled with the tool, create client-script directories, and perform other configuration operations.

-i use for:-
Installs the version of ASP.NET that is associated with Aspnet_regiis.exe and updates the script maps at the IIS metabase root and below.
Only the script maps for applications that use an earlier version of ASP.NET are updated. Applications that use a later version are not affected.

refer below link for detail:-
http://msdn.microsoft.com/en-us/library/k6h9cz8h(v=vs.80).aspx[^]
http://msdn.microsoft.com/en-us/library/k6h9cz8h.ASPX[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900