From: Paul Bergson [MVP-DS] on
"<M>" <M(a)discussions.microsoft.com> wrote in message
news:BB8FE5B8-B5BA-4312-ADC0-98F24B63686D(a)microsoft.com...
> 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

This is an IIS issue and would best be posted in the IIS Newsgroup. I have
copied them in on this.

--
Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.


From: M on
Sorry, and thanks.

Mike