473,396 Members | 2,034 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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

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
May 24 '06 #1
3 1037

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.


"Jeff Jarrell" <jj************@yahoo.com> wrote in message
news:ee**************@TK2MSFTNGP05.phx.gbl...
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

May 24 '06 #2
On Tue, 23 May 2006 22:45:27 -0400, "Jeff Jarrell"
<jj************@yahoo.com> wrote:
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/is...5/04/Security/
Peter Kellner
http://peterkellner.net
May 24 '06 #3
Ok, i will give it a read and see where it goes.

thanks,
jeff

"PeterKellner" <pk**********@73rdstreet.com> wrote in message
news:l9********************************@4ax.com...
On Tue, 23 May 2006 22:45:27 -0400, "Jeff Jarrell"
<jj************@yahoo.com> wrote:
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/is...5/04/Security/
Peter Kellner
http://peterkellner.net

May 24 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Carl M. | last post by:
Okay, I'm 18 hours into this now and am at a loss. What I've done is create an application on my local workstation using VWD Express using the membership/roles provider and SQL Server Express...
0
by: Jack | last post by:
Hello, I need some help in getting my simple web app to work. I can't seem to get the configuration of the Membership/Roles working by pointing my website to a SQL 2005 database as opposed to...
1
by: John | last post by:
Hi I have looked in help but am not clear how to do the following in vb.net code. 1. Check if a user belongs to a specific role. 2. Change user's password. Is it possible to do it without...
5
by: JP.Gantlin | last post by:
I want to have a login page where the new user self-registers, giving some simple info like Real Estate Agent #. Do I need to used the membershiop/roles thing, or profiles? Are profiles part...
5
by: Coder | last post by:
I am not sure if I should use the new membership and roles feature in ASP.NET 2.0. My user information is large, and does not fit in the default implementation tables. I don't know if it is worth...
4
by: AC | last post by:
Hi there. My asp.net 2.0 development website uses roles to control access to sections of my site, configured using the asp.net configuration tool, which is great. Except that isn't available once...
3
by: Glenn | last post by:
My current classic-ASP site has users, projects, roles and the 2.0 membership looks like a perfect fit, but I'm having trouble finding examples of how to have users that belong to different...
1
by: =?Utf-8?B?aGZkZXY=?= | last post by:
Hello, I have a web application that makes use of the SQL Membership and Role providers. My app has admin screens to manage users (membership), roles, and supplementary user data. I have just...
1
by: =?Utf-8?B?ZVByaW50?= | last post by:
Asp.Net v2.0 I have created a web application and I am using it from a single website and database. The web application has different ‘portals’ – each independent and I am using the...
3
by: Andy Fish | last post by:
Hi, I am trying to figure out how to use asp.net membership providers for my vs2005 web project. unfortunately the only walkthrough in MSDN uses the "Web Site Administration Tool" to configure...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.