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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -