views:

71

answers:

3

What does aspnet_regiis.exe do exactly other than updating the document mappings to correct aspnet_isapi.dll version, is updating the ASP.NET version from inetmgr same as running aspnet_regiis, I could not find any blog post or article describing the steps this particular batch command does. Please give any links you know of detailing the steps of aspnet_regiis.exe

+2  A: 

Have you tried following links?

MSDN reference

Scott Forsyth's blog

tchrikch
+1. For mentioning google's no 1. answer.
Jeroen
+1  A: 

It reg isters ASPNET extensions with IIS.

ggonsalv
A: 

It can also repair an install of aspnet.

Sometimes it just breaks and you need to run aspnet_regiis -i or -ir to fix it.

Joshua