We have two Web applications. Developed in Visual Studio 2003 .NET C#.
Web application1 is on ExtranetServer1
Web application2 is on ExtranetServer2
Users, outside our network, are challenged with a Windows login and password, when accessing the home page of application1 (as expected).
However, we have a hyperlink to a menu for application2 on Extranet2. They again are challenged to enter their windows login and password. The users are not happy about logging in twice.
Windows Authentication is enable on both applications for security.
What options do we have to supress the windows login when going from application1 to application2?
Thanks in advance!!
Web application1 is on ExtranetServer1
Web application2 is on ExtranetServer2
Users, outside our network, are challenged with a Windows login and password, when accessing the home page of application1 (as expected).
However, we have a hyperlink to a menu for application2 on Extranet2. They again are challenged to enter their windows login and password. The users are not happy about logging in twice.
Windows Authentication is enable on both applications for security.
What options do we have to supress the windows login when going from application1 to application2?
Thanks in advance!!
Comment