c609cb837d3ecca37d17b2ca03880b8483c08138
FAQ/Preventing-information-leaks.md
| ... | ... | @@ -10,6 +10,7 @@ More information regarding information leakage can be found at: https://www.owa |
| 10 | 10 | |
| 11 | 11 | Adding the below code to the rs.aspx page will help you control what a user is able to see. The “Prohibited” quotes is where you put the literal information displayed to the end user. |
| 12 | 12 | |
| 13 | +##Global.asax (C♯) |
|
| 13 | 14 | '''<script runat="server"> |
| 14 | 15 | private bool SystemInfoPresents(ControlCollection controls) |
| 15 | 16 | { |