I need to use the ASP Role Manager function but it seems to interfere with EPiServers Authentication Chain.
When I activate the Role Manager in web.config, login to EPiServer will no longer work.
....
Can anyone point me into the right direction?
/René
From my experience, these two are not compatible. As you state, it seems to interfere with how EPiServer does authentication.
EPiServer have more features than the current 2.0 membership API has, especially the feature to allow more than one provider to participate in the process (the chain of handlers).
/Steve