I want to use HTTPS in my ASP.NET web application, but only for the Login.aspx page.
How can this be accomplished?
You can enable HTTPS in your IIS config, but it won't be "secure" unless you acquire an SSL Certificate and plug it into IIS. Make sure you have port 443 open.