Can't access Asp.Net configuration in visual studio 2012 - asp.net

In visual studio 2010 for each ASp .Net Project be it mvc or webforms I could access the Asp .Net configure management website from the solution explorer to create/delete users and roles from the website.
With visual studio 2012 I can't seem to find that option.
Does it require a configured membership provider? I am using a custom membership provider for that.
I only have the membership and role providers configured. Do I need to have the profile provider configured too?

Turns out I could find this option in the Project menu called ASP.Net Configuration.

Related

How to add roles to asp.net 2015 webforms

I want to add roles to webfroms in asp.net 2015. You know that 'asp.net configuration' is not exist in this version of visual studio. So how to add roles, one for users and another for admins?

VS2012 and VS2013 Missing STS Web Application Template

I am trying to create STS MVC web application in VS2012 and VS2013, but STS web template is not available in template gallery. Is there a way that I can download STS web app template in VS2012 and Vs2013 ?
One more query, We have Identity and Access tool in VS2012 but there is nothing like this in VS2013.
How I can install Identity and Access tool in VS2013 ?
Please help me.
If you read the Q and A for the Identity and Access Tool extension for VS 2012, you will see a post from a member of the team who indicates that it will not be ported to VS 2013. They have added support for claims based authentication directly into the ASP.NET project creation template.
In the post, they admit that they are not 100% equivalent, so they use VS2012 and VS2013 side by side until they achieve parity.
Identity and Access Tool

Enterprice portal application in .Net other than Sharpoint

My client need an enterprise web portal app where a set of applications will be shown in the portlets and he can work on those portlets or navigate to the particular web application by clicking the relevant portlet. I would like to know about the available software that I can use to develop the Portal in .Net since the client is a .Net company.
I know SharePoint and Microsoft Dynamics is there by I need to know other alternatives available in .net language stack .
You can install AX addons to Visual Studio that will allow you to access AOT objects in a .net application. You can find an example in my response here:
How to use microsoft's Dynamics AX classes?

Use IIS Express by default in Visual Studio 2010 (MVC3) web projects?

Just recently upgraded to Visual Studio 2010 SP1 and ASP.NET MVC3, but the only way I'm aware of using IIS with new projects is to set this up manually after the project is created.
Is it possible to click a checkbox somewhere to make IIS Express the default development server for all of my VS web applications?
In VS Studio go to options and in Project and Solutions select Web Projects. Then check the only checkbox available in settings: Use IIS Express for new file-based web sites and projects.

Cannot create the Silverlight ASP.NET website in Visual Studio 2008 Web Developer edition

I need to create a ASp.net website with silverlight controls.
I am having only express editions of 2008 (Web developer edition and C# express editions).
I have created the WPF application sing C# expression and create the new XAML files.
Then I have created asp.net website in web developer edition and linked the xaml files with the .
But nothing works.
Note: I have not silverlight application project types and templates in Visual Studio 2008 web developer edition.
I think you need to install the Service pack 1
If you have Visual Web Developer, and if you are not getting template to create silverlight, then probably you need to install Silverlight add on from this link
www.microsoft.com/downloads/details.aspx?FamilyId=c22d6a7b-546f-4407-8ef6-d60c8ee221ed&displaylang=en

Resources