Hi iam using login controls....for that i went o asp .net configuration
website->asp configuration i went to security created roles and all...
but something has to be written in webconfig file ..iam not able to get that..pls if anyone knowns about it pls guide.......
try adding this into your webconfig file.. i hope it work if not .. good luck
<system.web>
<roleManager enabled="true" />
<authentication mode="Forms" />
<compilation debug="true" />
</system.web>
Last edited by peter_budo; Jan 11th, 2009 at 2:39 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.