Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013 Change Authentication on Existing Project

If I have an existing project in Visual Studio 2013, how do I change the authentication? During a new project setup, there is a "Change Authentication" button, but I cannot find the equivalent for an existing project.

like image 317
Travis Watson Avatar asked Oct 26 '13 03:10

Travis Watson


People also ask

How do I change the authentication type in Visual Studio?

To configure the authentication manually, open Visual Studio project properties >> go to Debug tab. It has the option to configure the same. Alternatively, we can also configure Windows Authentication related properties into launchSettings. json file.

How do I add Owin to an existing project?

Add OWIN startup and authentication configuration classesIn Solution Explorer, right-click your project, select Add, and then Add New Item. In the search text box dialog, type "owin". Name the class "Startup" and select Add.


1 Answers

This can be done from project properties. I'm posting a link to the article which explains how to do this.

enter image description here

enter image description here

like image 150
Yuri Avatar answered Oct 22 '22 13:10

Yuri