I am working for a company with an existing product built in .NET technology. It installs fine on everyones computer but mine. After installation we are trying to register IIS. Here is the exact sequence in the command prompt: C:\WINNT\Microsoft.NET\Framework\v1.1.4322>aspnet_regiss.exe
-i Start installing ASP.NET (1.1.4322.0). An error has occurred (0x80070005). You must have administrative rights on this machine in order to run this tool. I am logged in as the Administrator. I have tried various solutions such as checking the permissions
on various files. The point is that I am logged in as the administrator. Why does aspnet think that I don't have permission? Thanks
I know that this is a bit late responding but if any web site on the box has any file or folder in the aspnet_client folder that is read-only, you will get that error message. It took two Microsoft Support engineers two hours to figure that out when I experienced
that problem.
Basically, 0x80070005 is a generic "Access Denied" error code which could be caused by a number of things including not being an Admin or by one of the files in the aspnet_client folder flagged as Read-Only.
bladeguy
Member
5 Points
1 Post
aspnet_regiis -i error 0x80070005
May 04, 2004 11:57 PM|LINK
bdesmond
Contributor
4745 Points
944 Posts
MVP
Re: aspnet_regiis -i error 0x80070005
May 14, 2004 04:20 AM|LINK
Windows Server MVP - Directory Services
http://www.briandesmond.com
tourbillon
Member
22 Points
5 Posts
Re: aspnet_regiis -i error 0x80070005
Jul 27, 2006 01:27 PM|LINK
I know that this is a bit late responding but if any web site on the box has any file or folder in the aspnet_client folder that is read-only, you will get that error message. It took two Microsoft Support engineers two hours to figure that out when I experienced that problem.
Basically, 0x80070005 is a generic "Access Denied" error code which could be caused by a number of things including not being an Admin or by one of the files in the aspnet_client folder flagged as Read-Only.
David
vetran
Member
5 Points
1 Post
Re: aspnet_regiis -i error 0x80070005
Aug 14, 2006 09:32 AM|LINK
David
Thanks very much, that fixed it a treat, please enjoy one virtual beverage. All the 1.1.4322 client files were flagged read only.
No more irritating WebValidationUi.js errors etc.
Alex
syedali12
Member
2 Points
1 Post
Re: aspnet_regiis -i error 0x80070005
Dec 13, 2012 01:59 AM|LINK
I'm running window 8, I was able to run it with below steps:
1. Go to C:\Windows\Microsoft.NET\Framework\v1.1.4322
2. Right click and click on "compatibility" tab
3. Select "Run this program in compatibility mode for:" and select "Windowx XP (Service Pack 3)"
4. Under "Privilege level" select "Run this program as an administrator"
5. go to dos prompt and run "aspnet_regiis -i" while you're in "C:\Windows\Microsoft.NET\Framework\v1.1.4322" directory.