Saturday, July 18, 2009

Daily Tips- Tip #12 - How to map aspx pages with ISAPI in IIS? or How to Register ASP.NET with IIS?


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

No comments:

Post a Comment