Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

Good Day!!!

I Got the bellow error in my c# Dot net web Application


Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0

I tried all possible ways to solve the issue, still i couldn't get clearer

1)Why this kind of errors raise

2) What is the solution for this issue

What I have tried:

we use multiple grid in my page so i try give unique control names for all controls in side grid i cheek all scripts in my page it works fine, i check my update panel to

actually i got this error in my aspx page

Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0
Posted
Updated 27-Feb-16 2:30am
v3
Comments
Suvendu Shekhar Giri 27-Feb-16 4:41am    
Start by putting some breakpoints at supected code blocks and see exact issue. Atleast you need to find out the location of the exception. Then share the relevant code and we'll try to suggest you some solutions.
SanthoshBabu Mahimairaj 27-Feb-16 6:37am    
it did't goes to my code behind file this is my error,if it goes to code behind i can easily trace error
Rajeev Jayaram 29-Feb-16 6:50am    
Do you have an update panel in your code?
SanthoshBabu Mahimairaj 1-Mar-16 2:17am    
yes i m having update panel, i work with out update panel ,but that too written same error

1 solution

This is iis server error. Restart the server and clean all %temp% and temp contents
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900