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?
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.