Today I tried running “ASP.NET IIS Registration Tool (Aspnet_regiis.exe)” in my laptop, which is using Vista IIS 7, by following command in command prompt (start->run->cmd)
C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_regiis –i
It gives the following error,
An error has occurred: 0x800702e4 The requested operation requires elevation.
Solution:
I opened the command prompt with administrator access by
Start -> All Programs -> Accessories -> Command Prompt -> right click -> run as administrator
Then I run the same command, it works fine.
I just want to share this solution here, so that it may help someone.
Have a great day!
thk so much, it took me 4hours already
ReplyDeleteThanks Babu, it helps me
ReplyDeleteA simple asp rubbish does not work on IIS7 even though one has installed all the things on your VISTA! Visual Studio 2008 to Azure tools.
ReplyDeleteWhat a world... no wonder applications are taking so long ... Everyone is wasting a lot of time configuring their home pcs, laptops, office pcs.,, and stll if they have some time left, that is used for writing applications?
Thanks a lot for this. it helped me
ReplyDeleteThanks a lot buddy. it helped me I had a 64 bit windows 7 and it works folks :)
ReplyDeleteThanks so much! That worked perfect for me!
ReplyDeleteThanks.. Babu
ReplyDeletethanks a lot man
ReplyDeleteThanks DUDE..!~!
ReplyDeletethnks for u.
ReplyDeletei opened cmd with administrative then no error occured
ashish
while following the same steps for windows 7 am getting an error,that "an error has occured:0*80004005 Unspecified Error"
ReplyDeleteharika
I guess, some of your system files of win 7 may corrupted.
Deletetry the below steps, hope some command will help you
Go to Start / All Programs / Accessories / Command prompt and right click on command prompt and click run as Administrator.
1. Type sfc /scannow and enter and let it run. It will scan and try to fix some of your system files
2. type chkdsk /f /r and enter and let it run. It will scan and try to fix any corruption or bad sectors on your hard drive and mostly remove that as a cause.
Thanks for your help
ReplyDelete