Below is the code of web.config file:
<configuration>
<system.web>
<authentication mode="Forms" />
<authorization>
<allow users="Admin"/>
<deny users="Jack,Mary" />
<deny users="?">
</authorization>
</system.web>
</configuration>
I wanna access the deny and allow tag values and
authenticate the
users.
Pl. let me the piece of code to work over here.
Thanks for ne kind of pointers too (I did google it myself
also)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Dot Net Discussions" group.
To post to this group, send email to Dot-Net-Discussions googlegroups.com
To unsubscribe from this group, send email to
Dot-Net-Discussions-unsubscribe googlegroups.com
For more options, visit this group at ht
tp://groups.google.com/group/Dot-Net-Discussions
-~----------~----~----~----~------~----~------~--~---
|