473,804 Members | 4,311 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How do I diagnose an error?

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.Remoti ngException: 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:
[RemotingExcepti on: Server encountered an internal error. For more
information, turn on customErrors in the server's .config file.]
System.Runtime. Remoting.Proxie s.RealProxy.Han dleReturnMessag e(IMessage
reqMsg, IMessage retMsg) +264
System.Runtime. Remoting.Proxie s.RealProxy.Pri vateInvoke(Mess ageData&
msgData, Int32 type) +877
visa.dps.ppc.Re moteClsConversi on.GetHTML(Stri ng strXMLFile, String
strXSLTFile, String strUserInput, String strSessionID)
visa.dps.ppc.fr mVisaPPC.Create Screen(String strScreen)
visa.dps.ppc.fr mVisaPPC.Page_L oad(Object sender, EventArgs e)
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +731


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
Version:1.1.432 2.573
Nov 19 '05 #1
2 4859
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" <Ke*********@di scussions.micro soft.com> wrote in message
news:E1******** *************** ***********@mic rosoft.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.Remoti ngException: 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:
[RemotingExcepti on: Server encountered an internal error. For more
information, turn on customErrors in the server's .config file.]
System.Runtime. Remoting.Proxie s.RealProxy.Han dleReturnMessag e(IMessage
reqMsg, IMessage retMsg) +264
System.Runtime. Remoting.Proxie s.RealProxy.Pri vateInvoke(Mess ageData&
msgData, Int32 type) +877
visa.dps.ppc.Re moteClsConversi on.GetHTML(Stri ng strXMLFile, String
strXSLTFile, String strUserInput, String strSessionID)
visa.dps.ppc.fr mVisaPPC.Create Screen(String strScreen)
visa.dps.ppc.fr mVisaPPC.Page_L oad(Object sender, EventArgs e)
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +731


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573;
ASP.NET
Version:1.1.432 2.573

Nov 19 '05 #2
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" <Ke*********@di scussions.micro soft.com> wrote in message
news:E1******** *************** ***********@mic rosoft.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.Remoti ngException: 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:
[RemotingExcepti on: Server encountered an internal error. For more
information, turn on customErrors in the server's .config file.]
System.Runtime. Remoting.Proxie s.RealProxy.Han dleReturnMessag e(IMessage
reqMsg, IMessage retMsg) +264
System.Runtime. Remoting.Proxie s.RealProxy.Pri vateInvoke(Mess ageData&
msgData, Int32 type) +877
visa.dps.ppc.Re moteClsConversi on.GetHTML(Stri ng strXMLFile, String
strXSLTFile, String strUserInput, String strSessionID)
visa.dps.ppc.fr mVisaPPC.Create Screen(String strScreen)
visa.dps.ppc.fr mVisaPPC.Page_L oad(Object sender, EventArgs e)
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +731


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573;
ASP.NET
Version:1.1.432 2.573


Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3513
by: Martin | last post by:
I use dbx and i got the following error: Reading GL_CliConnMgr core file header read successfully Reading ld.so.1 dbx: core file read error: address 0xff3e6000 not available dbx: core file read error: address 0xff3e70a0 not available dbx: warning: could not initialize librtld_db.so.1 -- trying libDP_rtld_db.so Make sure this is the same version of Solaris where the core dump
13
6621
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
7
5035
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying. I created the websetup and built the MSI, have the bundled version. Copied to webserver and ran Websetup.msi. Said I had to remove old version, which I did, then reran WebSetup.msi and keeps giving me this error. "The installer was interrupted...
1
3346
by: caesarchen | last post by:
Dear all: The following is the situation,can any one share me idea to solve it? Windows 2000 + IIS6.0 + .NET Framework 1.1 6 projects, about 800 webforms and 300 .asmx programs Project cowork with nSheild HSM by writing custom COM+ using CSP CryptoAPI . 1. System will write some log in the candidate web service. 2. ASP.NET hangs.
2
1276
by: Joginder | last post by:
I have developed an Add-In for VS2005 in Basic. It works fine on a couple of machines but fails witht the following error on one: ----Start of Message There was a problem loading the Add-in file 'C:\Documents and Settings\Bob\Application Data\Microsoft\MSEnvShared\Addins\VSNETcodePrint2005 - To Deploy.AddIn'." Would you like to remove this Add-in file?
8
8473
by: Philip Colmer | last post by:
I'm rewriting some existing VBScript into VB.Net code. It was all going well until I hit the following error when testing the code: System.Runtime.InteropServices.COMException (0x80041003) at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object args, String paramnames, Boolean CopyBack) The specific call that is failing is:
6
13614
by: Bob Kline | last post by:
We have run into a problem trying to build a client which works with a web service implemented against the WSDL at . We have successfully created clients using other tools than the DotNet framework, and in fact we were able to create a client using an earlier version of the framework (1.1.4322.2032) without any problems. With the current version of the framework (2.0.50727.42) it appears that the Invoke method of the...
2
2576
by: Brad Wood | last post by:
<environment> Consuming a web service from a VS2005 beta 2 test harness on WinXP. Web service built with VS2003 running on my machine with IIS 5X set to use ASP.NET 1.1 </environment> I have a web service wherein I make http calls out using the HttpWebResponse.GetResponse method. This works fine when making these calls normally (no threading).
1
1565
by: gnewsgroup | last post by:
We are using IIS 6.0 on a Windows Server 2003 Standard Edition with Service Pack 2. This is not a clean install of Windows Server 2003, but it was upgraded to from Windows Server 2000. We are having problem running ASP.NET applications on this server. HTML pages and classic ASP pages run with no problem. We use ASP.NET 2.0. We ran aspnet_regiis.exe -ua to remove all versions of ASP.NET and then aspnet_regiis -i to install it many...
0
9710
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10593
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10340
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10329
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10085
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9163
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7626
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6858
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5527
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.