Below my Config File code If it is correct so Please see C# code i could not redirect to the PAGES.I will get role from my SQL DB but now i giving hardcode .reply will be appriciated.Thanks
<configuration>
<!--<location path="~/App-Themes/CSS">-->
<system.web>
<compilation debug="true" targetFramework="4.0"/>
<authentication mode="Forms">
<forms loginUrl="~/Login.aspx" timeout="60" cookieless="UseCookies" protection="All" >
</forms>
</authentication>
<authorization>
<!--<allow users="*"/>-->
</authorization>
<roleManager enabled="true" cacheRolesInCookie="true" >
</roleManager>
</system.web>
<!--</location>-->
<!--Here is giving Access to Administrator F ...
Go to the complete details ...