Reputation: 841
I've been search on this question for hours and I've come up against a brick wall ...
I have an application up and running on my localhost on a VM and actually, it's working but when I try and log in to the application I get the following server error message
Retrieving the COM class factory for component with CLSID {9A4246A3-5CF7-4CD5-A3FE-D19B69BA1C26} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
There's LOADS of similar questions like this on Stackoverflow but I can't find one similar to my problem.
The issue seems to be with permissions in IIS - as far as I can tell my user has full permissions but as the other question above explained
So I'm search for a file here named 9A4246A3-5CF7-4CD5-A3FE-D19B69BA1C26 from my error message - the only problem is that it doesn't seem to exist ... ?
So have I miss understood these answers or is there something strange going on here?
Any advice to push me in a new direction to get this issue resolved would be very much welcome!
N
Upvotes: 2
Views: 12319
Reputation: 841
Found the problem!
I never found out why that object never turned up in Component services but I did resolve the server error.
I followed on from the 'Access is denied' part of this error message - basically my IIS user didn't have sufficient permissions to access this area - the logged in area of my application.
I used my Windows username which is an administrator that I logged in to the machine with - interestingly this was on a VM which by default sets up an administrator user which has no password so I had to go to user accounts, create a password then come back to IIS and enter the details accordingly then on a refresh my whole application sprung in to life! :-)
Hope that this might help you!
N
Upvotes: 6