Authentication

Tamer_Ahmed

Centurion
Joined
Dec 20, 2003
Messages
159
Location
Egypt
well my site contain about 6 projects i want to make one single authentication on those 6 projects and i'm using form authentication does any one have any idea
 
If you are using Forms authentication then you could simply use a single DDB to store all authentication information and access it from all 6 hosted projects.
When you configure Forms authentication in the web.config you can also use the same name and any cookies generated will be usable across all the projects.
 
Back
Top