Windows Authentication



Is there a way to use a web form as a means to authorize a user through
windows authentication?

For Example:

http://www.mysite.com/login.aspx. (anonymous access)

http://www.mysite.com/secure (secured by basic authentication)

Login.aspx would handle the authentication and redirect to
http://www.mysite.com/secure (and the user would not be asked for
credentials).

.



Relevant Pages