ASP.NET and IIS Registration

  • Thread starter Thread starter morysa
  • Start date Start date
M

morysa

I am trying to register ASP.NET 1.1 with IIS. I was told to open a
command window and run the following command to accomplish this: C:
\WINDOWS\Microsoft.NET\Framework\v1.1.4322 \aspnet_regiis -i

When I run this command I am told by the operating system that I need
administrator rights; since I am in the command window I can not right
click on the command to specify that I want to run as an
administrator.

Any suggestions? Thank you in advance.
 
Have you tried using the runas command? When you are in the command prompt
type runas and it will give you a description. I think you need to have a
password on the administrator account to use this though. This is how I
would run it on my computer

runas /user:dingy\administrator aspnet_regiis -i

Hope this helps.
 
Back
Top