Server Error in '/goswift' Application.

Value cannot be null.
Parameter name: filePath

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.ArgumentNullException: Value cannot be null.
Parameter name: filePath

Source Error:


Line 48:                 //string rawQuery = query.Replace(PARAMETER_NAME, string.Empty );
Line 49:                 string decryptedQuery = Decrypt(rawQueryremove);
Line 50:                 context.RewritePath(path, string.Empty, decryptedQuery);
Line 51:             }
Line 52:             else if (context.Request.HttpMethod == "GET")

Source File: c:\WEBROOT\SWPGOO\SWPAPP\App_Code\QueryStringEncModule.cs    Line: 50

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: filePath]
   System.Web.HttpContext.RewritePath(VirtualPath filePath, VirtualPath pathInfo, String queryString, Boolean setClientFilePath) +5018579
   System.Web.HttpContext.RewritePath(String filePath, String pathInfo, String queryString) +69
   QueryStringEncModule.context_BeginRequest(Object sender, EventArgs e) in c:\WEBROOT\SWPGOO\SWPAPP\App_Code\QueryStringEncModule.cs:50
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +142
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +92


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1586.0