Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / HTML

Finding the ASP.NET Configuration Tool in Visual Studio 2012

5.00/5 (4 votes)
23 Apr 2013CPOL1 min read 28K  
How to find the ASP.NET configuration tool in Visual Studio 2012

Introduction

When Visual Studio decided to get its most recent face-lift with its 2012 release, you might have found yourself looking around for a few things that may have shifted during the trip. One of these things was the ASP.NET configuration tool, which you may know as the “wizard for managing Members and Roles” in simple .NET Applications.

It used to be a simple icon that could be found within the Solutions Explorer:

ASP.NET Configuration Location in VS2010
The ASP.NET Configuration area could easily be accessed through the Solution Explorer in Visual Studio 2010

but now – it’s gone.

ASP.NET Configuration Location isn't there in 2012
It appears to have vanished from the Solutions Explorer in Visual Studio 2012…

The Problem

The ASP.NET Configuration appeared to have vanished from its familiar place within the Solution Explorer area in Visual Studio 2012. However can we go about finding it so that we can have an easy-to-use wizard help us manage our roles, users and more!

The Solution

The tool itself has simply been relocated within Visual Studio and can still easily be accessed using the following steps:

  1. Click on your Project within the Solutions Explorer.
  2. Select Project from the main menu within Visual Studio 2012.
  3. Choose the ASP.NET Configuration option at the very bottom.

You can access the ASP.NET Configuration option from the Project Menu at the bottom

The ASP.NET Configuration Option can now be found under the Project Menu in Visual Studio 2012

This is actually the same location for the ASP.NET Configuration area as Visual Studio 2010 (it was always available under the Project menu) but since the friendly little icon changed places, hopefully this makes it a bit easier to find.


Filed under: CodeProject, Development

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)