How do you set authentication mode in the ASP.NET application?
Ask by Pushpendra Singh
Updated 21 Sep 2020
You can set authentication mode using web.config file.
<authentication mode="windows">
<authentication mode="passport">
<authentication mode="forms">