Hi,Needless to say, I have a problem and that problem is this: We are creating a CMS based solution that also has a lot of functional pages. The CMS uses FormsAuthentication to manage the various roles for who is allowed to edit and submit CMS changes.This is all well and good. The current site we are developing the CMS for requires an additionally authentication scheme that normally I would have used FormsAuthentication for. This site has an account management section where users are created, updated and assigned various roles etc. I want users from this new scheme to not have CMS privileges and vice versa. I am trying to avoid having to write my own authentication scheme. I wanted to use the new Profiling features of .NET 2.0 but am unsure if this relies on FormsAuthentication. I am maybe considering custom authentication using the new Membership features of ASP.NET 2.0. Has anyone any idea how I can satisfy these demands with the least headaches?? ThanksPaul =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
