I'm developing a basic login page in ASP.NET. The page includes an email field, a password field and a submit button. For some reason Internet Explorer doesn't offer to remember the login info, while other browsers such as Firefox & Chrome do. For other pages (Gmail, Twitter etc.) IE als offers to remember password. Please note that I am not using a username that I previously asked IE not to remember the password for.
Basically, how does IE recognize a login page, and why won't it recognize mine as such?
Thanks