Access Rules created by WSAT are not enforced
Posted
by rsteckly
on Stack Overflow
See other posts from Stack Overflow
or by rsteckly
Published on 2010-04-22T01:49:05Z
Indexed on
2010/04/22
1:53 UTC
Read the original article
Hit count: 280
asp.net-membership
Hi,
I'm trying to implement roles in my site.
There are several projects in the solution, one of which is a web application.
In that web application, I'm trying to use WSAT to create three roles. There are many folders for the application. I've used WSAT to define role based access rules for each folder.
However, when I debug and navigate to those pages, they do not redirect to a login and show me the protected page.
There are web.config files in each folder.
Why would the system not enforce these rules?
My web.config file has:
I've tested the connections in WSAT and they work.
Any ideas?
© Stack Overflow or respective owner