0
votes

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?

3

3 Answers

1
votes

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.

1
votes

in your visual studio

project menu -- asp.net configuration