Hello,
I am sending email to user with the URL. When user clicks on url, I want user to enter his credentials and then redirect to given url.
How can I do this in Windows Authentication ?
<system.web>
<authentication mode="Windows">
</authentication>
</system.web>
Go to the complete details ...