Monday, July 16, 2012

when I have server Problem like...


Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500


To resolve this, set the validateRequest attribute of the Page directive to false ValidateRequest=”false” 

Even if it is solved by this then we have to change in web.config file by

    <add key="aspnet:MaxHttpCollectionKeys" value="2000" />

No comments:

Post a Comment