473,396 Members | 1,940 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 Membership

Hi all,

My previous Q on this didn't get answered. I may have confused matters a
little.

If I use Active Directory to authenticate users on my site, where do I
manage the other aspects of site security such as roles? Is it all done in
the active directory or the membership data in the SQL Server?

i.e. If I set up AD as my membership provider and use the ASP.NET
configuration page, does the AD provide purely just the authentication. I
see in web.config there is membership defaultProvider and a seperate
roleManager which can use a different connection string.

Thanks.
--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
Mar 12 '08 #1
3 1356
Yea the silence gets deafening when it starts to show how FUBAR some of the
framework implementations have been left all broken and malformed ainna?
"David" <da*****************@revilloc.REMOVETHIS.comwrot e in message
news:uy**************@TK2MSFTNGP04.phx.gbl...
Hi all,

My previous Q on this didn't get answered. I may have confused matters a
little.

If I use Active Directory to authenticate users on my site, where do I
manage the other aspects of site security such as roles? Is it all done in
the active directory or the membership data in the SQL Server?

i.e. If I set up AD as my membership provider and use the ASP.NET
configuration page, does the AD provide purely just the authentication. I
see in web.config there is membership defaultProvider and a seperate
roleManager which can use a different connection string.

Thanks.
--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
Mar 12 '08 #2
The AuthorizationStoreRoleProvider works with Microsoft Authorization Manager
(AzMan). AzMan can use role information stored in XML files or in Active
Directory.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
"David" wrote:
Hi all,

My previous Q on this didn't get answered. I may have confused matters a
little.

If I use Active Directory to authenticate users on my site, where do I
manage the other aspects of site security such as roles? Is it all done in
the active directory or the membership data in the SQL Server?

i.e. If I set up AD as my membership provider and use the ASP.NET
configuration page, does the AD provide purely just the authentication. I
see in web.config there is membership defaultProvider and a seperate
roleManager which can use a different connection string.

Thanks.
--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
Mar 12 '08 #3
Wouldn't you agree that those kludged and outright flakey aspects of 2.0
Membership, Roles and Profiles have been left fallow with later releases?
Especially with regard to the scope of authentication in general?
"Peter Bromberg [C# MVP]" <pb*******@yahoo.NoSpamMaam.comwrote in message
news:28**********************************@microsof t.com...
The AuthorizationStoreRoleProvider works with Microsoft Authorization
Manager
(AzMan). AzMan can use role information stored in XML files or in Active
Directory.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
"David" wrote:
>Hi all,

My previous Q on this didn't get answered. I may have confused matters a
little.

If I use Active Directory to authenticate users on my site, where do I
manage the other aspects of site security such as roles? Is it all done
in
the active directory or the membership data in the SQL Server?

i.e. If I set up AD as my membership provider and use the ASP.NET
configuration page, does the AD provide purely just the authentication. I
see in web.config there is membership defaultProvider and a seperate
roleManager which can use a different connection string.

Thanks.
--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
Mar 12 '08 #4

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

Similar topics

9
by: Paul Keegstra | last post by:
Hi, I am currently working on an asp.net 2.0 web site that is a replacement of a classic asp web site. The current web site uses a Commerce Server 2002 database for storing user information. ...
4
by: Pony Tsui | last post by:
I was install the starter kits CLUB, and created a CLUB WEB SITE, this application use the MemberInfo table in club.mdf to store the membership'data, but i can not find out where to define or...
2
by: Balaji | last post by:
Hi All, Can I use more than one membership provider for a given website? I understand only one of them could be default one. If yes, then how to programmatically access the other membership...
3
by: ryan.mclean | last post by:
Hello everyone, I am wondering, can the membership provider be changed at runtime? Perhaps the connectionStringName? I would like to use a different database based on the server the site is...
4
by: =?Utf-8?B?Q2hyaXMgQ2Fw?= | last post by:
I have been having some trouble with implementing a custom Membership Provider. We have a custom data store and business logic that pulls user information. I need some level of functionality...
4
by: =?Utf-8?B?U2FsYW1FbGlhcw==?= | last post by:
Hi, I am trying to play with the Survey manager application provided gracefully by Microsoft at "http://msdn.microsoft.com/vstudio/express/sql/samples/" VB team(so many thanks), compiled the win...
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?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...
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...
8
by: Nick | last post by:
Hi there, Membership.GetNumberOfUsersOnline() works great the first time, then jumps up to the number of users registered in the system. I have tried enumerating through each user individually...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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.