Server Error in '/' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 5:      protected void Application_BeginRequest(Object sender, EventArgs e)
Line 6:      {
Line 7:          ThunderMain.URLRewriter.Rewriter.Process();
Line 8:          string fullOrigionalpath = Request.Url.ToString();
Line 9:          if (fullOrigionalpath.ToLower().Contains("/info"))

Source File: c:\HostingSpaces\trueitproducts.com\trueitproducts.com\wwwroot\Global.asax    Line: 7

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ThunderMain.URLRewriter.Rewriter.Process() +83
   ASP.global_asax.Application_BeginRequest(Object sender, EventArgs e) in c:\HostingSpaces\trueitproducts.com\trueitproducts.com\wwwroot\Global.asax:7
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +79
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +170


Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8975