---
title: "How do you set authentication mode in the ASP.NET application?"  
description: "How do you set authentication mode in the ASP.NET application?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/118/how-do-you-set-authentication-mode-in-the-asp-dot-net-application  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# How do you set authentication mode in the ASP.NET application?

**You can set authentication mode using web.config file.**\
<authentication mode="windows">\
<authentication mode="passport">\
<authentication mode="forms">

## Answers

### Answer by Pushpendra Singh

**You can set authentication mode using web.config file.**\
<authentication mode="windows">\
<authentication mode="passport">\
<authentication mode="forms">


---

Original Source: https://www.mindstick.com/interview/118/how-do-you-set-authentication-mode-in-the-asp-dot-net-application

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
