using System.Diagnostics
protected void Application_Error(Object sender, EventArgs e)
{
EventLog.WriteEntry("FriendsReunion",
Server.GetLastError().InnerException.Message,
EventLogEntryType.Error);
}