ASP.NET 2.0's Membership, Roles, and Profile\Client Server

J

Jeff Jarrell

I have an application that is mostly client-server but also will have web
modules as well.

I need the whole authentication, roles, etc. Pretty much exactly what the
asp.net 2.0 sql membership provider, provides.

Is it a reasonable concept to take the asp.net concept and bolt it onto the
client server apps? granted, there is no gui for the client server parts,
but that is ok. There is still the authentication and passwords and things
that are useful and time savings.

Thanks,
jeff
 
S

sloan

I've flirted with that idea myself.

I think its a good idea to implment your own version of the abstract class.

Make sure its a true business layer object, and then you're safe for the
winforms and web.

...

I think the biggest reason its "linked" to asp.net .. is that the built in
implmentation that microsoft provides, .... includes the web gui to add
users/roles.

This was all for "Rapid Development" in 2.0.
 
P

PeterKellner

I have an application that is mostly client-server but also will have web
modules as well.

I need the whole authentication, roles, etc. Pretty much exactly what the
asp.net 2.0 sql membership provider, provides.

Is it a reasonable concept to take the asp.net concept and bolt it onto the
client server apps? granted, there is no gui for the client server parts,
but that is ok. There is still the authentication and passwords and things
that are useful and time savings.

Thanks,
jeff

Take a look at what Juval has done with web services to make this
happen.


http://msdn.microsoft.com/msdnmag/issues/05/04/Security/
Peter Kellner
http://peterkellner.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top