I have a scenario where I want to get the single sign on experience between SharePoint and another ASP.NET website. They are both on same domain and both using windows authentication. Both website have anonymous authentication turned off and windows authentication turned on. Can anyone please help for the following scenario?
- User go to SharePoint 2010 website
- Login to SharePoint by entering windows username and password to landing login page
- SharePoint 2010 contains iframed webpart which go to another asp.net website on same domain (different port number)
- User should be able to access the another asp.net website without login
My problem is during step 4 where user have to enter the windows credential again to login to asp.net website. How can I resolve this issue?
Thanks,
SJ