第一个:
Event code: 3004 
Event message: Post size exceeded allowed limits. 
Event time: 2010-11-26 11:34:52 
Event time (UTC): 2010-11-26 23:34:52 
Event ID: d549fef87f1944b8bc0f1bb2b184d709 
Event sequence: 3905 
Event occurrence: 16 
Event detail code: 0 
Thread information: 
    Thread ID: 6 
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
    Is impersonating: False 
    Stack trace:    at System.Web.HttpRequest.GetEntireRawContent()
   at System.Web.HttpRequest.GetMultipartContent()
   at System.Web.HttpRequest.FillInFormCollection()
   at System.Web.HttpRequest.get_Form()
   at WebUI.Global.Application_BeginRequest(Object sender, EventArgs e)
   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
第二个:
Exception information: 
    Exception type: ArgumentException 
    Exception message: Invalid postback or callback argument.  Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page.  For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them.  If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation. 

解决方案 »

  1.   

    会弹出“w3wp.exe”报错提示。
      

  2.   


    WIN2003  运行.NET程序时的,应该是程序上没写好,但不知道哪?
    这个是整个提示错误:
    Event code: 3004 
    Event message: Post size exceeded allowed limits. 
    Event time: 2010-11-26 11:34:52 
    Event time (UTC): 2010-11-26 23:34:52 
    Event ID: d549fef87f1944b8bc0f1bb2b184d709 
    Event sequence: 3905 
    Event occurrence: 16 
    Event detail code: 0 
     
    Application information: 
        Application domain: /LM/W3SVC/616190432/Root/baoming-1-129352764096250000 
        Trust level: Full 
        Application Virtual Path: /baoming 
        Application Path: D:\报名\ 
        Machine name: NCZAZ 
     
    Process information: 
        Process ID: 3308 
        Process name: w3wp.exe 
        Account name: NT AUTHORITY\NETWORK SERVICE 
     
    Exception information: 
        Exception type: HttpException 
        Exception message: Maximum request length exceeded. 
     
    Request information: 
        Request URL: baoming.aspx 
        Request path: baoming.aspx 
        User host address: 117.43.66.127 
        User:  
        Is authenticated: False 
        Authentication Type:  
        Thread account name: NT AUTHORITY\NETWORK SERVICE 
     
    Thread information: 
        Thread ID: 6 
        Thread account name: NT AUTHORITY\NETWORK SERVICE 
        Is impersonating: False 
        Stack trace:    at System.Web.HttpRequest.GetEntireRawContent()
       at System.Web.HttpRequest.GetMultipartContent()
       at System.Web.HttpRequest.FillInFormCollection()
       at System.Web.HttpRequest.get_Form()
       at WebUI.Global.Application_BeginRequest(Object sender, EventArgs e)
       at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
      

  3.   

    Win2003运行.net程序,网页程序还是客户端程序? 什么程序? 哪种运行情况下出错?相关的程序源代码怎样?光把一大堆错误日志放上来,谁能知道你这是什么问题