ff1ce6dee91c36576a7ca9a9bf76d9babf1ebfd8
FAQ/windows-active-directory-security.md
| ... | ... | @@ -36,6 +36,8 @@ Or you can also set these settings manually in the web.config file at the root f |
| 36 | 36 | |
| 37 | 37 | ##Use authentication information in the AdHoc security model |
| 38 | 38 | |
| 39 | +Place the following lines of code into your ``global.asax``. |
|
| 40 | + |
|
| 39 | 41 | **C♯** |
| 40 | 42 | ```csharp |
| 41 | 43 | Imports System.Security.Principal; |