|
|
@@ -27,6 +27,8 @@ namespace CG67.FicheCollege
|
|
|
/// <param name="context">Le contexte HTTP</param>
|
|
|
public void ProcessRequest(HttpContext context)
|
|
|
{
|
|
|
+
|
|
|
+ // context.Response.Write("hello");
|
|
|
IntPtr token = IntPtr.Zero;
|
|
|
WindowsImpersonationContext impersonatedUser = null;
|
|
|
|
|
|
@@ -90,7 +92,7 @@ namespace CG67.FicheCollege
|
|
|
// On supprime le jeton
|
|
|
if (token != IntPtr.Zero)
|
|
|
Impersonation.CloseHandle(token);
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
#endregion
|