Hello
I have 3 sites
A
B
C
All with Windows Authentication in the same IIS.
A user goes to url of the site A http://localhost/a, is asked for the credentials login and password and logs in, if the user changes to http://localhost/b he's asked again for the credentials.
What can i do to avoid this? once logged the user can change from site to site without loose the credentials (or until logoff)
Thanks in advance
JohnL