Ejemplo n.º 1
0
 private void handlePostAuthenticateRequest(object sender, EventArgs e)
 {
     RequestState.EnableUser();
     using (MiniProfiler.Current.Step("EWF - Get shortcut URL resolvers"))
         rewritePathIfShortcutUrl();
 }