473,386 Members | 1,679 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Ajax Error Message - 12031

We have recently applied AJAX to our web site, nothing particularly fancy,
just some update panel, progress images and collapsible panels, just the
basics to improve the user experience.

The project has gone fantastically well except we have ran into a strange
error when accessing the site from inside of one of our client networks.

All the pages load fine without any problems, but if you try and press any
buttons on an AJAX enabled page you get the following popup error message;

Sys.WebForms.PageRequestManagerServerErrorExceptio n: An unknown error
occurred while processing the request on the server. The status code
returned from the server was: 12031

We got this error using one of our own laptops which had been access the
site with no problems only an hour earlier, but from a separate network. We
had no errors logged on the server side; something seems to be going wrong
in-between client and server

We only get this error whilst accessing the site from inside there network,
I was under the assumption that AJAX sends all requests over HTTP, so there
should be no reason for the firewall to filter anything out as its just text.

We have the latest version of AJAX installed, can anyone help, this problem
is driving me bald.
Mar 28 '07 #1
3 11068
How quickly after you do something on the page does the error occur?

My suspicion is that this is a WinINET error code for the connection being
reset; are you possibly sending back a great deal of data during this call?
Perhaps the network it does work on is closer to the server and the call
takes less time?

That's all I have for now - but I'll keep poking around; please keep me
posted, though...I'd like to know what the deal is....

--
~~~~~~~~~~~
Ben Rush
http://www.ben-rush.net/blog
"mcimaging" <mc*******@discussions.microsoft.comwrote in message
news:CB**********************************@microsof t.com...
We have recently applied AJAX to our web site, nothing particularly fancy,
just some update panel, progress images and collapsible panels, just the
basics to improve the user experience.

The project has gone fantastically well except we have ran into a strange
error when accessing the site from inside of one of our client networks.

All the pages load fine without any problems, but if you try and press any
buttons on an AJAX enabled page you get the following popup error message;

Sys.WebForms.PageRequestManagerServerErrorExceptio n: An unknown error
occurred while processing the request on the server. The status code
returned from the server was: 12031

We got this error using one of our own laptops which had been access the
site with no problems only an hour earlier, but from a separate network.
We
had no errors logged on the server side; something seems to be going wrong
in-between client and server

We only get this error whilst accessing the site from inside there
network,
I was under the assumption that AJAX sends all requests over HTTP, so
there
should be no reason for the firewall to filter anything out as its just
text.

We have the latest version of AJAX installed, can anyone help, this
problem
is driving me bald.

Mar 28 '07 #2
I am experiencing the same problem. I get the error with Status Code 500. I don't seem to get that error if i access it from the server.
---
Posted via DotNetSlackers.com
May 9 '07 #3
Sorry I’ve not replied until now, but I only just got an email alert to your
reply.

When the error was popping up, it was instantaneous, there was no gap
between pressing the pressing a button and the error message.

The total amount of data being posted back is reasonably large, the page has
a data grid with 50 rows, and 6 columns, and a few text boxes.

The page runs fine when being called from a client site in New York, and the
server is hosted in London, and the error occurred when it was ran in client
offices in London, so I don’t think this is related to bandwidth.

"Ben Rush" wrote:
How quickly after you do something on the page does the error occur?

My suspicion is that this is a WinINET error code for the connection being
reset; are you possibly sending back a great deal of data during this call?
Perhaps the network it does work on is closer to the server and the call
takes less time?

That's all I have for now - but I'll keep poking around; please keep me
posted, though...I'd like to know what the deal is....

--
~~~~~~~~~~~
Ben Rush
http://www.ben-rush.net/blog
"mcimaging" <mc*******@discussions.microsoft.comwrote in message
news:CB**********************************@microsof t.com...
We have recently applied AJAX to our web site, nothing particularly fancy,
just some update panel, progress images and collapsible panels, just the
basics to improve the user experience.

The project has gone fantastically well except we have ran into a strange
error when accessing the site from inside of one of our client networks.

All the pages load fine without any problems, but if you try and press any
buttons on an AJAX enabled page you get the following popup error message;

Sys.WebForms.PageRequestManagerServerErrorExceptio n: An unknown error
occurred while processing the request on the server. The status code
returned from the server was: 12031

We got this error using one of our own laptops which had been access the
site with no problems only an hour earlier, but from a separate network.
We
had no errors logged on the server side; something seems to be going wrong
in-between client and server

We only get this error whilst accessing the site from inside there
network,
I was under the assumption that AJAX sends all requests over HTTP, so
there
should be no reason for the firewall to filter anything out as its just
text.

We have the latest version of AJAX installed, can anyone help, this
problem
is driving me bald.


May 10 '07 #4

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

Similar topics

10
by: celoftis | last post by:
Using VS 2005: This morning, following the instructions here: http://ajax.asp.net/docs/overview/InstallingASPNETAJAX.aspx, I installed ASP.NET AJAX on my WinXP Pro development machine. Following...
7
ak1dnar
by: ak1dnar | last post by:
Hi, I got this scripts from this URL There is Error when i submit the form. Line: 54 Error: 'document.getElementbyID(....)' is null or not an object What is this error. Complete Files
0
by: mark4asp | last post by:
I'm accessing the website locally via IIS. I get an error message shown in DropDownList2: I can't see what I'm doing wrong. I changed CascadingDropDown1.Category from "Continent" to...
2
by: Nathan Sokalski | last post by:
I am moving my website from my machine to my webhost, and need some help with what extra files I need to include due to the fact that I used AJAX in my site. Everything on the site is obviously...
2
by: germ | last post by:
doing a simple page webmethod call an a page via PageMethods works fine in ie7 & opera9 the same call on firefox ( and I assume netscape ) generates the following error : Error: " nsresult:...
8
by: Bill Gower | last post by:
I have a webapp that uses the AjaxControlToolkit. The app and ajax works fine when run within my dev server in Visual Studio 2005 but does not work on IIS. Any Suggestions? Bill
2
by: =?Utf-8?B?Q2VzYXI=?= | last post by:
I have the ASP.NET 2.0 AJAX Extensions 1.0 installed (v1.0.61025). As to the web.config file, I'm using the one created using the ASP.NET AJAX-Enabled website ... This error is due to that I'm...
9
by: Trapulo | last post by:
Hello, with ASP.NET 2.0 Ajax every unexpected error is managed client-side with a popup that reports the error to the user. In ASP.NET 3.5 this behavor has been changed: how can I have a similar...
9
by: =?Utf-8?B?RGFuaWVs?= | last post by:
Hi, I downloaded the sample application that the Microsoft video ASPNETAJAXForWinMobile described but it doesn't work on my Windows Mobile 6 emulator. After enabling the script error reporting...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...

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.