473,395 Members | 1,915 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

CheckSuspiciousVirtualPath

J
Hi group, I can't seem to find any msdn references to this, but our event log
for an ASP.NET web application is filling up with the error
"CheckSuspiciousVirtualPath." I believe it's more informational than
anything. Here's part of the stack trace:
************************************************
System.Web.HttpException
at System.Web.HttpApplication.CheckSuspiciousVirtualP ath(String
virtualPath)
at
System.Web.ValidatePathExecutionStep.System.Web.Ht tpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
************************************************
Has anyone seen this or know what it is?

Thanks!
Thanks
Nov 19 '05 #1
1 786
Looking at the method with a decompiler shows it is basically looking
for a backslash to appear in the url. This is probably to prevent some
well known exploits...

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 25 Apr 2005 08:21:03 -0700, "J" <J@discussions.microsoft.com>
wrote:
Hi group, I can't seem to find any msdn references to this, but our event log
for an ASP.NET web application is filling up with the error
"CheckSuspiciousVirtualPath." I believe it's more informational than
anything. Here's part of the stack trace:
*********************************************** *
System.Web.HttpException
at System.Web.HttpApplication.CheckSuspiciousVirtualP ath(String
virtualPath)
at
System.Web.ValidatePathExecutionStep.System.Web.H ttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
*********************************************** *
Has anyone seen this or know what it is?

Thanks!
Thanks


Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.