Frequently asked question

How can Web applications in ASP.NET be secured?

Last Published: April 25, 2020

Answer

Web applications in ASP.NET are typically secured in one of two ways, Windows authentication and Forms authentication. Each method stores users differently and involves a different approach for logins.

Windows authentication

  • Users are operating system users on the local Windows server or on a domain. Roles are Windows groups.
  • Users log into the Web application using a non-customizable pop-up login dialog box.
  • For instructions, see the Microsoft article: How To: Use Windows Authentication in ASP.NET 2.0.

Forms authentication

Article ID:000009643

Software:
  • ArcGIS Server

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic