-
Posted to
Security
by
johnl30
on
07-22-2008, 11:06 AM
Nope different names, they are different applications with different urls
app1.com
app2.com
But they are configured in the same iis
-
Posted to
Security
by
johnl30
on
07-22-2008, 10:09 AM
They are separate sites but the users in the 3 sites belong to the same domain so i want them to only enter one time the login/pass in the 3 sites....
One possible solution is to create them (the 3 sites) inside a master site, but i was searching for the other way, the sites sharing the same authentication if possible...
Thanks
-
Posted to
Security
by
johnl30
on
07-22-2008, 9:40 AM
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 ...