2012-04-11 66 views

回答

0

你可以在web.config上述

<configuration> 
     <system.web> 
      <membership defaultProvider=" "> 
      <providers> 
       <clear/> 
       <add connectionStringName="" 
       applicationName="" 
       maxInvalidPasswordAttempts="3 " 
       passwordAttemptWindow="30" 
       name="" 
       type=""/> 
       </providers> 
       </membership> 
     </system.web> 
    </configuration>