Reputation: 36044
I'm watching a training video and they are showing how to add Roles using .NET Roles section in IIS. I don't see that section in my IIS 7. I'm guessing I need to enable it somewhere. How do I make .NET Roles show on in IIS?
update: There is also .NET Users and .NET Profiles section that is not visible. These are related so I think whatever enables Roles will enable the rest.
Upvotes: 3
Views: 1549
Reputation: 15253
Use the WSAT tool - the icon should be at the top of your Solution Explorer window in VS.
Also check similar question here:
forms authentication with sql server 2008 database questions
Upvotes: 1