Forum Moderators: open
The description is misleading in the extreme too. Try this:
<script language="C#" runat="server">
void Application_BeginRequest(object source, EventArgs e) {
if (Request.Path.IndexOf('\\') >= 0 ¦¦
System.IO.Path.GetFullPath(Request.PhysicalPath)!= Request.PhysicalPath) {
throw new HttpException(404, "not found");
}
}
</script> Add above to Global.asax. Fixed. Panic over. So, no patch available? It sure looks like a patch to me...