C
Chetana
hi ALL,
I want to disscuss about following error:
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error
occurred while processing the request on the server. The status code
returned from the server was: 500
I have searched on this and done following things:
1.Added "ValidateRequest="false" in Page Directive.
<%@ Page Language="VB" AutoEventWireup="false"
CodeFile="tajax.aspx.vb" Inherits="tajax" ValidateRequest="false" %>
2.Added <system.web>
<pages validateRequest="false" />
</system.web>
3. Also changed the recycle time of application pools of IIS .
So if anyone have idea of this error please immediately reply me..
Thanks,
Chetana
I want to disscuss about following error:
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error
occurred while processing the request on the server. The status code
returned from the server was: 500
I have searched on this and done following things:
1.Added "ValidateRequest="false" in Page Directive.
<%@ Page Language="VB" AutoEventWireup="false"
CodeFile="tajax.aspx.vb" Inherits="tajax" ValidateRequest="false" %>
2.Added <system.web>
<pages validateRequest="false" />
</system.web>
3. Also changed the recycle time of application pools of IIS .
So if anyone have idea of this error please immediately reply me..
Thanks,
Chetana