c# - How to automatically log on to asp.net application -


I am creating an intranet application, requiring the computer to log in without user's credentials without asking credentials For, if users can logout from the application and can log in using windows' credentials pop up.

However, I do not think anyone actually using Windows authentication There is a way to sign out of the website.

In addition to this, I believe that automatic login will be only:

  • While using IE
  • After saving the credentials after editing browser-specific settings (such as)

Comments