Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This put a smile on my face today:
void App_UnhandledException(object sender,
UnhandledExceptionEventArgs e)
{
throw new NotImplementedException();
}