dev.e.loper
dev.e.loper

Reputation: 36044

How to enable .NET roles section in IIS?

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.

enter image description here

Upvotes: 3

Views: 1549

Answers (1)

IrishChieftain
IrishChieftain

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

Related Questions