Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

Windows Authentication - << VB.NET VERSION >>


Use web.config authorization to force windows authentication


<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<authorization>
<allow roles="Admins" users="nomeutente,altroutente"/>
<deny users="*"/>
</authorization>
</system.web>
</configuration>



Download Code...


Print Page


 








Page top

risorse per webmaster