Hi,
Below link should help you which shows how to use mixed mode authentication:
http://www.15seconds.com/issue/050203.htm
--
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
"amit_mitra" wrote:
> Hi Everybody,
>
> This one is a typical issue I am facing.
>
> I have 4 different Web applications with Windows Integrated
> Authentication . This works fine in local Intranet.
>
> For Some business reasons these 4 applications have been exposed to
> internet along with a 5th application which is redirecting to these apps as
> per the user choice.
>
> Now Here the problem starts.
>
> The internet user needs to provide a valid NT user id and password
> for accessing any of the 5 applications. So if a user has access to 3 of the
> applications , he needs to enter is credential information 4 times which is
> not acceptable.
>
> I want a solution so that the users on Internet should enter the
> credential information only once using a custom user screen or Windows pop-up
> along with the condition that LAN users should be authenticated with Windows
> Integrated Authentication system.
>
> Please help me.