I recently ported an ASP.NET application to a client and our custom HttpModule is causing an exception in their environment. I dont have the details of the exception with me, but the gist is that a NullReferenceException is thrown for some reason when the ApplyAppPathModifier method is called internally from Response.Redirect. Als, during my research of this issue, I cannot find documentation as to what exceptions ApplyAppPathModifier throws. If anyone has any insight into this, please let me know.
Thank you,
Joey