aspnet_regiis -i

M

Matt Hawley

Hi Sunil,

"aspnet_regiis -i" is a command line utility that will re-install and configure ASP.NET for IIS. Most commonly, this is used whenever the .NET framework was installed on a machine, and IIS was later installed and IIS is not hosting ASP.NET pages. Running that command sets everything up for you, and you're good to go.

Matt Hawley, MCAD .NET http://www.eworldui.net Dear All, Please could any one tell what does the command "aspnet_regiis -i" means and what does it stand for. Cheers, Sunil Sabir

[microsoft.public.dotnet.framework.aspnet]
 
K

Kevin Spencer

Well, actually, aspnet_regiis.exe is the utility. "-i" is a command-line
parameter passed, indicating that the utility should install ASP.Net, rather
than one of the other options.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Matt Hawley said:
Hi Sunil,

"aspnet_regiis -i" is a command line utility that will re-install and
configure ASP.NET for IIS. Most commonly, this is used whenever the .NET
framework was installed on a machine, and IIS was later installed and IIS is
not hosting ASP.NET pages. Running that command sets everything up for you,
and you're good to go.
Matt Hawley, MCAD .NET http://www.eworldui.net Dear All, Please could
any one tell what does the command "aspnet_regiis -i" means and what does it
stand for. Cheers, Sunil Sabir
[microsoft.public.dotnet.framework.aspnet]
 
D

DotNetJunkies User

Great that one knows to run aspnet_regiis -i when the script mappings for the IIS application get out of wack.

Question is how does one avoid this from happening altogehter without having to resort to running the aspnet_regiis -i utility over and over when the symptom appears?
 
K

Kevin Spencer

What symptoms? I have never had to run it at all. IIS ISAPI mappings don't
generally "get out of whack".

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

DotNetJunkies User said:
Great that one knows to run aspnet_regiis -i when the script mappings for
the IIS application get out of wack.
Question is how does one avoid this from happening altogehter without
having to resort to running the aspnet_regiis -i utility over and over when
the symptom appears?engine supports Post Alerts, Ratings, and Searching.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top