tags:

views:

230

answers:

2

I think this has to do with permissions. The authentication for the web app is "Windows Integrated Authentication". I need this because the app depends on the window log in name.

Here's the error.

Error Type: error '8002801c' Error accessing the OLE registry.

/iisHelp/common/500-100.asp, line 154

Thanks in advance for any tips.

A: 

What version of IIS are you using? Maybe you have to add the authenticated users to the IIS_WPG local group

Rodrigo
A: 

Use an account with higher privilages. It is most likely a permission error.

Gthompson83