Login Controls

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2008
Posts: 21
Reputation: divyasrinivasan is an unknown quantity at this point 
Solved Threads: 0
divyasrinivasan divyasrinivasan is offline Offline
Newbie Poster

Login Controls

 
0
  #1
Jan 5th, 2009
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.......
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 2
Reputation: SavuthHeng is an unknown quantity at this point 
Solved Threads: 0
SavuthHeng SavuthHeng is offline Offline
Newbie Poster

Re: Login Controls

 
0
  #2
Jan 5th, 2009
Originally Posted by divyasrinivasan View Post
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

  1. <system.web>
  2. <roleManager enabled="true" />
  3. <authentication mode="Forms" />
  4. <compilation debug="true" />
  5. </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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC