Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Two .Net applications on the same site

Status
Not open for further replies.

avantgd

Programmer
Jan 22, 2002
16
US
We currently have one .Net applicaton on our site using forms authentication. We need to add a second applcation with forms authentication. Each application has its own login page, database, and user group.

I tried looking to figure out using roles, but that does not address having two different login pages.

I have been struggling with how to do this for over a week. Any help is greatly appreciated.
 
You want to have the user login to only one site and use that verification for both sites, correct? If that is what you want then you will need to use one database for authentication.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top