DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   ASP.NET (http://www.daniweb.com/forums/forum18.html)
-   -   Login Controls (http://www.daniweb.com/forums/thread166182.html)

divyasrinivasan Jan 5th, 2009 6:09 am
Login Controls
 
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.......

SavuthHeng Jan 5th, 2009 9:17 am
Re: Login Controls
 
Quote:

Originally Posted by divyasrinivasan (Post 771123)
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>


All times are GMT -4. The time now is 9:23 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC