I have a local server on the domain "http://myserver"
several sites sit under that so:
http://myserver/site1
http://myserver/site2
http://myserver/site3
etc..
All sites use forms authentication but if I log into "site1", the authentication follows over to "site2" automatically, I presume as they're on the same domain name. Can I lock this down with any settings so each site's authentication is unique and only
relevant to that site regardless of the fact it is on the same domain?
tftr_si
Member
713 Points
216 Posts
Forms Authentication - More than one site on a domain
Feb 20, 2012 02:41 PM|LINK
Hi there,
I have a local server on the domain "http://myserver"
several sites sit under that so:
http://myserver/site1
http://myserver/site2
http://myserver/site3
etc..
All sites use forms authentication but if I log into "site1", the authentication follows over to "site2" automatically, I presume as they're on the same domain name. Can I lock this down with any settings so each site's authentication is unique and only relevant to that site regardless of the fact it is on the same domain?
Thanks for your help!
Hua-Jun Li -...
All-Star
75950 Points
5608 Posts
Re: Forms Authentication - More than one site on a domain
Feb 23, 2012 11:15 AM|LINK
Hi,
You should ensure every website has the different machine .
You click the website and choose the machine key and and generate the unique key for each application.
http://learn.iis.net/page.aspx/101/introduction-to-iis-architecture/
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
tftr_si
Member
713 Points
216 Posts
Re: Forms Authentication - More than one site on a domain
Feb 23, 2012 12:21 PM|LINK
is this a setting in IIS?