Trying to debug.
This exception seems to appear when I access the pages like "/default.aspx?page=0" and on postbacks, and does not occur when accessing pages by friendly urls.
The details are below.
System.Web.HttpException was unhandled by user code
Message="Cannot get the query string."
Source="System.Web"
ErrorCode=-2147467259
StackTrace:
at System.Web.Hosting.ISAPIWorkerRequest.GetQueryString()
at System.Web.Hosting.ISAPIWorkerRequest.GetRawUrl()
at System.Web.HttpRequest.get_RawUrl()
at Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) in F:\Billing\mojoPortal SVN\NeatUpload\UploadHttpModule.cs:line 317
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)