Error Log Errors

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Hi there,

Got a couple logs and trying to understand them. The first has happened twice. Its saying the the virtual path isnt correct... how do I know where its from to change it?
 
Log type:      Unknown
t Severity:   11
t Message:   The file '/~/ContactUs.aspx' does not exist.
t Exception:   System.Web.HttpException (0x80004005): The file '/~/ContactUs.aspx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path) at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
t IP address:   66.249.65.42
t Customer:   
t Page URL:   http://sikclothing.co.uk/~/contactus.aspx
t Referrer:   
t Created on:   13/09/2010 22:30:29


The second one.... has someone tried to hack me if has come from the client side?

 
     Unknown
t Severity:   11
t Message:   A potentially dangerous Request.Path value was detected from the client (:).
t Exception:   System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (:). at System.Web.HttpRequest.ValidateInputIfRequiredByConfig() at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)
t IP address:   210.201.137.3
t Customer:   
t Page URL:   http://84.45.57.245/w00tw00t.at.blackhats.romanian.anti-sec:)
t Referrer:   
t Created on:   09/09/2010 01:15:39
Hace 13 años
The first one is bad link. You have linked it wrong from some page probably header or footer. Just have a look in header.ascx and footer ascx and make sure its linked properly.


The second error is if you try to enter html or sql injection code in any form such as contact us form. This is not an error though, normal user won't get this. Only people who try to inject some code would get this error so this is not really an issue
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.