Ok, I am trying to setup a C# project that uses a XML Azman authorization store that is located on a network drive. It has to be a xml file because we are still on a windows 2000 domain.
Everything works fine till I add a rolManager to use with a site map.
The project is internal and impersonates the current domain user. It accesses the network share as the impersonated user until we add the rolmanager. Once that is added, it tries to access the share as the local aspnet account. We do not want to have to sinc the aspnet accounts.
Any suggestions on what we can try?
Thanks
Everything works fine till I add a rolManager to use with a site map.
The project is internal and impersonates the current domain user. It accesses the network share as the impersonated user until we add the rolmanager. Once that is added, it tries to access the share as the local aspnet account. We do not want to have to sinc the aspnet accounts.
Any suggestions on what we can try?
Thanks