Hi
I have created web site.Please see the code below.If i give rights as 'User' to particular loginid,
that loginid is able to access supevisor menu
Please help me.
<authentication mode="Forms">
<forms defaultUrl="CaseList.aspx" loginUrl="UserLogin.aspx" slidingExpiration="true" timeout="60"></forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>
in my application another 3 folders Admin,Supervisor,User.
In website map i have given
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http ...
Go to the complete details ...