While accessing the website at client side i am facing following errors:-
1. Sys.Forms.PageRequestManagerServerErrorException:An unknown error occured while processing the request on the server. The status code returned from the server was: 400
2. Sys.Forms.PageRequestManagerServerErrorException:An unknown error occured while processing the request on the server. The status code returned from the server was: 12152
I have tried so many options but finally i format the server and reconfigured it but still problem is still there.
please help out,
thanks in advance.
.Net 2.0
Milind V. Patil
Synthesys Solutions Pvt. Ltd.
9096400484
1. Sys.Forms.PageRequestManagerServerErrorException:An unknown error occured while processing the request on the server. The status code returned from the server was: 400
Here is a thread which talking about the same problem as your. Please refer to this link:
2. Sys.Forms.PageRequestManagerServerErrorException:An unknown error occured while processing the request on the server. The status code returned from the server was: 12152
Based on my experience, this exception has been thrown due to many reasons, but the common is that the page has taked much time to processess. You can try to set the AsyncPostBackTimeOut to extend the time for it. Such as:
synthesys
Member
8 Points
12 Posts
PageRequestManagerServerErrorException
Jan 23, 2009 04:26 AM|LINK
hi,
While accessing the website at client side i am facing following errors:-
1. Sys.Forms.PageRequestManagerServerErrorException:An unknown error occured while processing the request on the server. The status code returned from the server was: 400
2. Sys.Forms.PageRequestManagerServerErrorException:An unknown error occured while processing the request on the server. The status code returned from the server was: 12152
I have tried so many options but finally i format the server and reconfigured it but still problem is still there.
please help out,
thanks in advance.
.Net 2.0
Synthesys Solutions Pvt. Ltd.
9096400484
Gary yang - ...
All-Star
25901 Points
2588 Posts
Re: PageRequestManagerServerErrorException
Jan 28, 2009 04:36 AM|LINK
Here is a thread which talking about the same problem as your. Please refer to this link:
http://forums.asp.net/t/1134743.aspx
Based on my experience, this exception has been thrown due to many reasons, but the common is that the page has taked much time to processess. You can try to set the AsyncPostBackTimeOut to extend the time for it. Such as:
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
shahed.kazi
All-Star
17953 Points
3635 Posts
Re: PageRequestManagerServerErrorException
Jan 28, 2009 06:02 AM|LINK
You eithre do not have scriptManager block in your code or maybe you do not have a virtual directory setup.
.NET World |Captcha Control
synthesys
Member
8 Points
12 Posts
Re: PageRequestManagerServerErrorException
Feb 10, 2009 03:59 AM|LINK
first of all thanks Gary for the response.
i have already set AsyncPostBackTimeOut to 600 or more than that but still i am facing the same error.
One more thing, this error is occured when the page is accessed by multiple clients at a time. it is fine with single user.
thank you,
Synthesys Solutions Pvt. Ltd.
9096400484
synthesys
Member
8 Points
12 Posts
Re: PageRequestManagerServerErrorException
Feb 10, 2009 04:01 AM|LINK
I do have scriptManager block in my code and also have a virtual directory setup.
thank you
Synthesys Solutions Pvt. Ltd.
9096400484
minnu4515
Member
2 Points
3 Posts
Re: PageRequestManagerServerErrorException
Feb 26, 2013 09:03 PM|LINK
Did you find a solution yet?? Please provide if you have any details.. Thanks!