Hello Experts,
I have a requirement to implement both authentication type (Window and Form) in a single application. The condition is
If (User.Intranet)
Window based authentication
and
If(User.Internet)
Form based authentication
Please provide me some good solution.
Thanks
Go to the complete details ...