M
M
Guest
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
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