I have Server.Transfer Code in global.aspx ,
void Application_Error(object sender, EventArgs e)
{
// Code that runs when an unhandled error occurs.
// Get last error from the server
Exception exc = Server.GetLastError();
if Go to the complete details ...