Question

i found an article that says:

"To access the Web Site Administration Tool, on the Website menu, click ASP.Net Configuration."

I dont see a Website menu in visual studio 2008 when i am looking at my asp.net mvc solution.

Is there any other way i can setup roles with asp.net membership?

Was it helpful?

Solution

Yes, you can also setup Roles with asp.net membership using the web.config file, and actually defining the users/roles that are available.

As far as why you aren't seeing the menu: Are you in a website, or a project. Try converting your project to a web project, and see if the menu appears for you then.

OTHER TIPS

in your visual studio

project menu -- asp.net configuration

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top