Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 5th, 2006, 03:45 PM
Authorized User
 
Join Date: May 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default Multiple login sections, one site?

I have been designing several add-on style pieces for sites that I have been creating (asp.net 2.0, vb)... for example, a database driven javascript news scroller, a web-based e-mail newsletter app, a paypal-based database-driven shopping cart app, etc. For the most part, these are based in sql server, though one or two are access-based (I am eventually developing both versions for all applications)

I have so far developed each one of thse add-ons indiviudally, and have encountered a problem when trying to implement more than one of them on the same site. I am using forms authentication to verify user credentials against the database... which forwards unauthenticated requests to *one* login.aspx page. This is done in the root-level web.config file, and moving the authentication tag out of the root-level config file is not allowed.

I hope I am correct in assuming that there is a way to authenticate against different sets of user names and passwords for different sections of the site.

I had considered combining all login information into one table and assigning different roles for the different sections of the site, but somehow this does not seem like the best solution.

Any help is appreciated, hopefully in my informal .net training I have missed something that will be of use :)






Similar Threads
Thread Thread Starter Forum Replies Last Post
Login multiple db ess100 ASP.NET 2.0 Professional 1 January 16th, 2007 08:18 AM
How To Login To Site And Forum Sean1989 PHP How-To 3 July 26th, 2006 03:54 PM
BLOCK MULTIPLE LOGIN dayarprasad Classic ASP Databases 3 July 25th, 2006 11:01 PM
Multiple ADO multiple user login Oracle9i jhay0721 Pro VB Databases 1 April 4th, 2005 11:23 AM
Login for multiple web applications dhaywirex Classic ASP Basics 1 January 30th, 2004 04:20 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.