ASP.NET and IIS Registration
Posted by admin on Mar 29th, 2007
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 iWhen 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.
Apr 2nd, 2007 at 08:17 pm
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 computerrunas /user:dingy\administrator aspnet_regiis iHope this helps.