474,042 Members | 1,939 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Ajax PageRequestMana gerServerErrorE xception unknown error after appliocation is idle

I am getting an error Sys.WebForms.Pa geRequestManage rServerErrorExc eption:
An unknown error occured while processing the request on the server. The
status code returned from the server was:500.

It appears that this error occurs after I browse to the specific page and
leave it for a while, then click on a linkbutton within an update panel.
Has anyone experienced this behavior?
Sep 11 '07 #1
4 4144
the page processing of the ajax request is throwing an error. session
timeout can cause this, or any processing error on the page.

ajax pages should almost never through errors, they shoudl have code to
recover from almost all errors.

-- bruce (sqlwork.com)
Jeremy wrote:
I am getting an error Sys.WebForms.Pa geRequestManage rServerErrorExc eption:
An unknown error occured while processing the request on the server. The
status code returned from the server was:500.

It appears that this error occurs after I browse to the specific page and
leave it for a while, then click on a linkbutton within an update panel.
Has anyone experienced this behavior?

Sep 11 '07 #2
Hi Bruce, any recommendations on how to handle this error if the session has
expired? TIA.
Sep 11 '07 #3
Hi,

I am also facing the same issue, can anyone suggest me a method to
overcome this.

Best Regards,
Neeraj

*** Sent via Developersdex http://www.developersdex.com ***
Sep 13 '07 #4
Thanks for the reply. The odd thing is that I do not get this behavior on
my local machine though. Even if I do an IISreset on my local machine, the
next ajax request still works, but not on our production server.

"bruce barker" <no****@nospam. comwrote in message
news:eM******** ******@TK2MSFTN GP02.phx.gbl...
the page processing of the ajax request is throwing an error. session
timeout can cause this, or any processing error on the page.

ajax pages should almost never through errors, they shoudl have code to
recover from almost all errors.

-- bruce (sqlwork.com)
Jeremy wrote:
>I am getting an error
Sys.WebForms.P ageRequestManag erServerErrorEx ception: An unknown error
occured while processing the request on the server. The status code
returned from the server was:500.

It appears that this error occurs after I browse to the specific page and
leave it for a while, then click on a linkbutton within an update panel.
Has anyone experienced this behavior?

Sep 17 '07 #5

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

Similar topics

3
6691
by: R Baumann | last post by:
I'm a newbie with Python, and trying to connect to the Interbase/Firebird 'EMPLOYEE.GDB' file to play with it. Can anyone help with this? I'm running Firebird 1.5rc4 Python 2.3.2 kinterbasdb 3.1_pre6-win32-FB1.5-py2.3.exe winXP Pro SP1 I run the same code at home and it works fine. The only difference is, at
3
11124
by: =?Utf-8?B?bWNpbWFnaW5n?= | last post by:
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...
4
6406
by: bbawa1 | last post by:
When I add updatePanel control in my aspx page it gives me following error. Unknown server tag 'ajax:UpdatePanel
0
1512
by: Ronald S. Cook | last post by:
I'm using AJAX controls ScriptManager and UpdatePanel for the first time. as I want a webpage that contains an embedded Windows Media Player to not be interrupted as other clicks and events happen on the page (I have changing content in an IFrame). I put an ASP button on the page and click it but I get an "error on page". In the details it says more or less the below: Sys.WebForms.PageRequestManagerServerErrorException: Invalid...
1
3479
by: =?Utf-8?B?SnVhbiBNYXJjaWFs?= | last post by:
I try to put on production an application asp.net 2.0, across IIS 6.0. This app has a process that read any binary file. This file is in external directory (same disk) of asp.net app. This file is update from an external ftp process. - Over local host works fine. - Over Internet I have this error in clients: --------------------------- Windows Internet Explorer
1
1693
by: Jurjen de Groot | last post by:
My web-app using .NET 3.5 and AJAX 3.5, is working well using the local machine. When running on the webserver (windows 2003 + .NET 3.5 installed) the page works just fine, until I hit 'Next' wich is supposed to do a postback (in the updatepanel) and show the next UserControl (it is sort of a wizzard like app). Then I get 'Error on page.' in the bottom-left corner of IE and this message : ...
6
1746
by: lihao0129 | last post by:
Hi, friends, I am hoping to write a chatroom with the AJAX methodology. I knew I can set periodic refreshment from the client-side code and make the input from any visitor get updated to all others. But I think this method is very low efficient since I have to contact the server in a very short time interval.. Is there any more practical ways to do this with AJAX? Many thanks for your suggestions and time..
1
1989
by: Chris Zopers | last post by:
Hello, I have an asp:UpdatePanel with some controls in it. The UpdatePanel has a Timer as a trigger and a button inside the UpdatePanel as a trigger. All works fine, but sometimes I get the following error: Sys.WebForms.PageRequestManagerServerErrorException: an unknown error occurred while processing the request on the server. The status code
2
1293
by: TJ | last post by:
When an error is thrown in an async postback I am handling the error message in an endRequest function. I retrieve the error message from args.get_error().message, and display it in a friendly DIV. This was working as expected in my development environment, but when I deploy it to Production the exception message return from args.get_error().message is always a generic message. For example if a cast error is thrown in my dev environment...
0
10538
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
10337
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
12132
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
11601
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
12008
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,...
1
8690
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
7863
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();...
1
5406
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
3
3965
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.