Re: How do I diagnose an error?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Kevin Burton (KevinBurton_at_discussions.microsoft.com)
Date: 12/10/04


Date: Fri, 10 Dec 2004 07:29:02 -0800

For this error the message seems to be hard-coded. If I receive this error
(as opposed to the general system error page) then I get this as part of the
exception message string. Changing or toggling the <customErrors> does not
give further information as the error would lead one to believe.

"weichung[MCSD,MCDBA]" wrote:

> In your web.config file, locate the following nodes,
>
> <customErrors mode="Off" />
> ^
>
> Check if it's On, turn it off and you will see the error message in a yellow
> page.
>
> Hope it helps,
>
> weichung
>
>
> "Kevin Burton" <KevinBurton@discussions.microsoft.com> wrote in message
> news:E1257825-77A6-4560-BC77-9069F11251E6@microsoft.com...
> >I have an aspx page that is generating the error below. I want to solve
> >this
> > problem but in general I would like to know how I might best approach
> > problems like this. Any suggestions?
> >
> > Thank you.
> >
> > Kevin
> >
> > Server encountered an internal error. For more information, turn on
> > customErrors in the server's .config file.
> > Description: An unhandled exception occurred during the execution of the
> > current web request. Please review the stack trace for more information
> > about
> > the error and where it originated in the code.
> >
> > Exception Details: System.Runtime.Remoting.RemotingException: Server
> > encountered an internal error. For more information, turn on customErrors
> > in
> > the server's .config file.
> >
> > Source Error:
> >
> > An unhandled exception was generated during the execution of the current
> > web
> > request. Information regarding the origin and location of the exception
> > can
> > be identified using the exception stack trace below.
> >
> > Stack Trace:
> >
> >
> > [RemotingException: Server encountered an internal error. For more
> > information, turn on customErrors in the server's .config file.]
> > System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
> > reqMsg, IMessage retMsg) +264
> > System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
> > msgData, Int32 type) +877
> > visa.dps.ppc.RemoteClsConversion.GetHTML(String strXMLFile, String
> > strXSLTFile, String strUserInput, String strSessionID)
> > visa.dps.ppc.frmVisaPPC.CreateScreen(String strScreen)
> > visa.dps.ppc.frmVisaPPC.Page_Load(Object sender, EventArgs e)
> > System.Web.UI.Control.OnLoad(EventArgs e) +67
> > System.Web.UI.Control.LoadRecursive() +35
> > System.Web.UI.Page.ProcessRequestMain() +731
> >
> >
> >
> >
> > --------------------------------------------------------------------------------
> > Version Information: Microsoft .NET Framework Version:1.1.4322.573;
> > ASP.NET
> > Version:1.1.4322.573
>
>
>



Relevant Pages

  • Access denied to ... directory. Failed to start monitoring directory changes.
    ... Failed to start monitoring directory changes. ... An unhandled exception occurred during the execution of the current web request. ... Exception Details: System.Web.HttpException: Access denied to 'FULL FILE PATH HERE' directory. ... System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) +116 ...
    (microsoft.public.dotnet.general)
  • Access denied to ... directory. Failed to start monitoring directory changes.
    ... Failed to start monitoring directory changes. ... An unhandled exception occurred during the execution of the current web request. ... Exception Details: System.Web.HttpException: Access denied to 'FULL FILE PATH HERE' directory. ... System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) +116 ...
    (microsoft.public.dotnet.security)
  • Re: Updated info
    ... An unhandled exception occurred during the execution of the current web request. ... Information regarding the origin and location of the exception can be identified using the exception stack trace below. ... We've opened ports 443 and 4125 in the Netopia router but still can't get a RWW logon prompt. ...
    (microsoft.public.windows.server.sbs)
  • Re: ASP.NET 2.0 Web Page Problem?
    ... Based on the stack trace you've shown the problem is when the Operations_HBMBlockStatus page's Repeater1 ItemCreated event is being raised. ... You sister site might be hiding the exception by logging it or ignoring them somehow, I'd need to see the code to say for sure. ... I have obtained a scripted database and compiled ASP.NET 2.0 application from a sister site that I'm trying to implement locally. ... An unhandled exception occurred during the execution of the current web request. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Access File Share from ASP.NET using Unmanaged Code
    ... An unhandled exception occurred during the execution of the current web request. ... Exception Details: System.IO.FileLoadException: Access is denied: 'BusinessFacade'. ... Information regarding the origin and location of the exception can be identified using the exception stack trace below. ... >> public static extern bool LogonUser(String lpszUsername, String lpszDomain, String lpszPassword, ...
    (microsoft.public.dotnet.framework.aspnet.security)