The ASP.NET IIS Registration Tool (Aspnet_regiis.exe) allows us to update the script maps for an ASP.NET application to point to the ASP.NET ISAPI version that is associated with the tool. It has many more functionalities like listing all asp.net versions running,etc.
It is available in %windir%\Microsoft.Net\Framework\version folder.
The simple command to do the registration is,
aspnet_regiis -i -enable
www.codecollege.NET
0 comments
Post a Comment