ASP.NET and IIS Registration

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.
 
P

Psycho Master

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.
 

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