Ejemplo n.º 1
0
 private void MvcApplication_AuthenticateRequest(object sender, EventArgs e)
 {
     AuthenticationManager.AuthenticateRequest(new HttpContextWrapper(Context));
 }