【问题标题】:unknown error :[Source] ASP.NET 4.0.30319.0 [closed]未知错误:[来源] ASP.NET 4.0.30319.0 [关闭]
【发布时间】:2012-08-21 11:40:49
【问题描述】:

有人看到过这样的错误吗?

[Type] Warning | [Source] ASP.NET 4.0.30319.0 | [Category] Web Event | [Event] 1309 | [User] | [Computer] VM2014.conduit.local | [Description] Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 8/21/2012 1:13:11 PM
Event time (UTC): 8/21/2012 10:13:11 AM
Event ID: 46772f5ad385469094b7e30018a6ee18
Event sequence: 949848
Event occurrence: 1589
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/2/ROOT-3-129888848053228988
Trust level: Full
Application Virtual Path: /
Application Path: D:\Products\Web\AccountsServices\
Machine name: VM2014

Process information:
Process ID: 9568
Process name: w3wp.exe
Account name: CA-C-DMN\olapUser

Exception information:
Exception type: HttpException
Exception message: A potentially dangerous Request.Path value was detected from the client (:).
at System.Web.HttpRequest.ValidateInputIfRequiredByConfig()
at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)



Request information:
Request URL: http://accounts.conduit.com/https:/accounts.conduit.com/
Request path: /https:/accounts.conduit.com/
User host address: 94.127.73.24
User: 
Is authenticated: False
Authentication Type: 
Thread account name: CA-C-DMN\olapUser

Thread information:
Thread ID: 72
Thread account name: CA-C-DMN\olapUser
Is impersonating: False
Stack trace: at System.Web.HttpRequest.ValidateInputIfRequiredByConfig()
at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)

【问题讨论】:

  • 什么时候?如何?在哪里?代码行?
  • 不,但是很容易用谷歌搜索,see here

标签: c# asp.net-mvc asp.net-mvc-3 iis web


【解决方案1】:

线索在“从客户端检测到有潜在危险的 Request.Path 值”

这通常是在通过表单或 url 提交 html 或 javascript 时触发的,尽管无法从您发布的内容中准确判断。

希望这可以为您的调查指明正确的方向。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-01-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-10-19
    • 2012-03-17
    • 1970-01-01
    相关资源
    最近更新 更多