I have two web applications under the same web site. One (AppForm) uses forms authentication for external users and another (AppWin) Windows authentication for internal users. The internal users can access AppWin without being asked to log in as long as
they are logged into their computers on network. Now the external users who log into AppForm need to access some of the functionalities in AppWin. When they click a link in AppForm that points to a page in AppWin, a login box pops out in their browser and
asks them to log in. Does anyone know how to log them into Windows/Network programmatically when they log into AppForm?
Thanks,
Tom
Go to the complete details ...