473,563 Members | 2,635 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.Pa geRequestManage rServerErrorExc eption: 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 11078
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*******@disc ussions.microso ft.comwrote in message
news:CB******** *************** ***********@mic rosoft.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.Pa geRequestManage rServerErrorExc eption: 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*******@disc ussions.microso ft.comwrote in message
news:CB******** *************** ***********@mic rosoft.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.Pa geRequestManage rServerErrorExc eption: 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
4396
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 that, I installed the "November 2006 CTP" and "Control Toolkit" - then I re-booted my machine. Next I tried to create a simple, sample page... I...
7
3592
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
6604
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 "countrys" and my error changed to 12031 instead. What is the purpose of this property anyway?
2
4247
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 functioning as desired when I test it on my machine using Visual Studio 2005. From what I have determined, the files I am forgetting are the JavaScript...
2
4539
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: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame ::...
8
4324
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
14452
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 trying to use the AJAX control toolkit, but when I try and add the controls to the toolbar of VS2005 from the dll, I get this error: C:\Program...
9
2070
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 behavor? I'd like that every exception raised from ASP.NET runtime during an asyncpostback is managed in client side with a popup that reports the...
9
3706
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 of the mobile IE, it pops up several JScript error and the ajax behavior is not funtional at all. Where can I look for any possible issue? Thanks.
0
7580
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7945
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...
0
6244
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...
1
5481
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...
0
5208
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...
0
3634
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...
0
3618
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2079
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
0
916
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...

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.