I have 2 publish website A and B.
B site with windows authentication
I want to open B site as new window from A site, so its ask for windows credential. I have credential in A site. I am opening B site using Javascript.window.open.
Can you pls guide me how i can set window credential for B site from A site.
or is any other way to achieve this.
Please guide me
one of the way is make use of HttpModule and Impersonation if your site B is desinged using Asp.net + C#
here is the solution :
HttpModule, Authentication and impersonation!might resolve your issue…