Mega Code Archive

 
Categories / ASP.Net Tutorial / Configuration
 

Allowing a single user through the web config file

<configuration>      <system.web>        <authentication mode="Windows" />           <allow users="DomainName\Bill" />           <deny users="*" />        </authorization>     </system.web> </configuration>