Jump to content

AzMan Store initilization error


Recommended Posts

Posted

Hi,

 

I've developed a test web application that will use an AzMan store to

control security. The store is currently on my XP box and the

application is

developed in VS2008 using C# and .NET 2.0. The application works fine

from

the IDE but when I publish it to the localhost and try to run that

version I

get an error:

 

Insufficient access rights to perform the operation. (Exception from

HRESULT: 0x80072098)

 

this is when I call the line:

 

AzManStore.Initialize(0,

ConfigurationManager.ConnectionStrings[PolicyStoreConnectionString].ConnectionString,

null);

 

 

Reading arround I see that this error could come from having the app

and

store on different domains, but as they are both on the same PC I

don't think

this is the case.

 

I guess it's something to do with the ASPNET account not having

permission

to something, but I don't know where to look. Any ideas?

 

Mike

  • Replies 0
  • Created
  • Last Reply

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...