Search code examples
c#silverlightforms-authenticationwcf-ria-services

Bypassing AuthenticationDomainService on Silverlight WCF RIA Services


I'm building a quite simple content management system that does not require such an extended and complicated user system. I'd like to be able to manage user sessions myself in a simple fashion.

I was wondering if there is something I could use to simplify my life. Is there any kind of session classes I could simply handle myself instead of playing with the whole user/group/role system?

I just want to build a simple system with user/password nothing more.

Thanks a lot!


Solution

  • I wouldn't bother with the Business Template then, and just build a standard Silverlight Project or Navigation Project and just incorporate whatever you want with custom DomainContext objects.