500 server eoor
am 04.12.2007 08:04:33 von 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
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
Re: 500 server eoor
am 06.12.2007 00:32:16 von MR. Arnold
"Chetana" wrote in message
news:ef0cdf30-033d-4f16-9df1-27b5acc9d5ed@i12g2000prf.google groups.com...
> 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
>
>
>
>
> 3. Also changed the recycle time of application pools of IIS .
>
>
> So if anyone have idea of this error please immediately reply me..
>
You may want to also post to MS.Public.inetserver.iis and to
MS.Public.inetserver.asp.general.
Re: 500 server eoor
am 21.12.2007 10:35:31 von piyalisom
I had the same problem, please turn the Validaterequest as False.
With Ajax if you try to render any HTML tags such as - < , > ,