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.......

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>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.