c# - how Create a exception in Authorization tag in web.config -
How to allow access to page GanttViewer.aspx with only admin rol with other rol and other pages Make an exception in
& lt; Location Path = "Admin" & gt; & Lt; System.web & gt; & Lt; Authority & gt; & Lt; Allow roles = "Admin" /> & Lt; Deny users = "*" /> & Lt; / Authorization & gt; & Lt; /system.web> & Lt; / Location & gt;
Specify all the locations above the path given below.
Define the various authorization rules required for each location.
Comments
Post a Comment