A
Alexandre Martins
people, i have this code in my web.confi
<location path="admin">
<system.web>
<authorization>
<deny users="*" />
<allow users="administrador" />
</authorization>
</system.web>
</location>
how can i created this user "administrador" in my formsAuthentication ??
I need help....
Tks
<location path="admin">
<system.web>
<authorization>
<deny users="*" />
<allow users="administrador" />
</authorization>
</system.web>
</location>
how can i created this user "administrador" in my formsAuthentication ??
I need help....
Tks