Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. 'System.Web.HttpUnhandledException' Error

'System.Web.HttpUnhandledException' Error

Scheduled Pinned Locked Moved ASP.NET
comdesignwindows-admindata-structuressecurity
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rattlesnake316
    wrote on last edited by
    #1

    Hi! Does anybody know when specifically this error happens? ------------------------------------------------------------------------- Event code: 3005 Event message: An unhandled exception has occurred. Event time: 10/5/2012 3:35:46 PM Event time (UTC): 10/5/2012 5:35:46 AM Event ID: 185e3ac798ae4f7f96e5fb515ea57c07 Event sequence: 166 Event occurrence: 79 Event detail code: 0 Application information: Application domain: /LM/W3SVC/32/ROOT-1-129938852424390639 Trust level: Full Application Virtual Path: / Application Path: D:\INDIGO8SYNC\PublishedWebsites\Nookie_Subscribe\ Machine name: AUSTRALIA1 Process information: Process ID: 6856 Process name: w3wp.exe Account name: IIS APPPOOL\nookiecomau Exception information: Exception type: HttpUnhandledException Exception message: Exception of type 'System.Web.HttpUnhandledException' was thrown. Request information: Request URL: http://www.nookie.com.au/default.aspx Request path: /default.aspx User host address: 110.143.108.249 User: Is authenticated: False Authentication Type: Thread account name: AUSTRALIA1\Administrator Thread information: Thread ID: 12 Thread account name: AUSTRALIA1\Administrator Is impersonating: True Stack trace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.default_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Custom event details: ------------------------------------------------------------------------- Thanks!

    <3:16>

    L J 2 Replies Last reply
    0
    • R rattlesnake316

      Hi! Does anybody know when specifically this error happens? ------------------------------------------------------------------------- Event code: 3005 Event message: An unhandled exception has occurred. Event time: 10/5/2012 3:35:46 PM Event time (UTC): 10/5/2012 5:35:46 AM Event ID: 185e3ac798ae4f7f96e5fb515ea57c07 Event sequence: 166 Event occurrence: 79 Event detail code: 0 Application information: Application domain: /LM/W3SVC/32/ROOT-1-129938852424390639 Trust level: Full Application Virtual Path: / Application Path: D:\INDIGO8SYNC\PublishedWebsites\Nookie_Subscribe\ Machine name: AUSTRALIA1 Process information: Process ID: 6856 Process name: w3wp.exe Account name: IIS APPPOOL\nookiecomau Exception information: Exception type: HttpUnhandledException Exception message: Exception of type 'System.Web.HttpUnhandledException' was thrown. Request information: Request URL: http://www.nookie.com.au/default.aspx Request path: /default.aspx User host address: 110.143.108.249 User: Is authenticated: False Authentication Type: Thread account name: AUSTRALIA1\Administrator Thread information: Thread ID: 12 Thread account name: AUSTRALIA1\Administrator Is impersonating: True Stack trace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.default_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Custom event details: ------------------------------------------------------------------------- Thanks!

      <3:16>

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      rattlesnake316 wrote:

      Does anybody know when specifically this error happens?

      Whehe, pointing out a generic exception, without access to code? Seems you're missing an exception-handler: "at System.Web.UI.Page.HandleError(Exception e)". What happens in that method?

      Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

      1 Reply Last reply
      0
      • R rattlesnake316

        Hi! Does anybody know when specifically this error happens? ------------------------------------------------------------------------- Event code: 3005 Event message: An unhandled exception has occurred. Event time: 10/5/2012 3:35:46 PM Event time (UTC): 10/5/2012 5:35:46 AM Event ID: 185e3ac798ae4f7f96e5fb515ea57c07 Event sequence: 166 Event occurrence: 79 Event detail code: 0 Application information: Application domain: /LM/W3SVC/32/ROOT-1-129938852424390639 Trust level: Full Application Virtual Path: / Application Path: D:\INDIGO8SYNC\PublishedWebsites\Nookie_Subscribe\ Machine name: AUSTRALIA1 Process information: Process ID: 6856 Process name: w3wp.exe Account name: IIS APPPOOL\nookiecomau Exception information: Exception type: HttpUnhandledException Exception message: Exception of type 'System.Web.HttpUnhandledException' was thrown. Request information: Request URL: http://www.nookie.com.au/default.aspx Request path: /default.aspx User host address: 110.143.108.249 User: Is authenticated: False Authentication Type: Thread account name: AUSTRALIA1\Administrator Thread information: Thread ID: 12 Thread account name: AUSTRALIA1\Administrator Is impersonating: True Stack trace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.default_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Custom event details: ------------------------------------------------------------------------- Thanks!

        <3:16>

        J Offline
        J Offline
        Joshua Omundson
        wrote on last edited by
        #3

        Have you tried to set a break point and step through the code? In order to help you with this, we would need to see the code that is generating the error and what you were attempting to do when you received it.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups