Sys.WebForms.PageRequestManagerServerErrorException

Last post 09-02-2008 1:36 AM by RamanaPV. 2 replies.

Sort Posts:

  • Sys.WebForms.PageRequestManagerServerErrorException

    09-01-2008, 5:41 AM
    • Member
      32 point Member
    • RamanaPV
    • Member since 02-20-2008, 5:59 AM
    • Posts 25

    Hi, 

    I have been working in Online billing web application . It is working fine in localmachine.when installed on the production server I have getting  the following exception intermitantly.We have installed nearly  on 300 servers but only on one server we are getting the error.We are maintaining Access data base to store for  for individual user theme.

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

     

     We are using themes.In login page when user submitting the login information the specified exception is rasing.Is the following exception might be the reason.But we are not getting in the remaining servers.

     LogDetails:

    Exception information:     Exception type: ProviderException     Exception message: This property cannot be set for anonymous users.

     Can U please tell the reason.

    Thanks

    Ramana.PV
  • Re: Sys.WebForms.PageRequestManagerServerErrorException

    09-01-2008, 11:29 AM
    • Participant
      1,692 point Participant
    • Wyerarch
    • Member since 05-22-2008, 9:39 AM
    • Lincolnshire, England
    • Posts 397

    I've been experiencing this problem today, and from reading around, it appears that it is an issue with recycling the application pool in IIS. If you increase this on your server, it should solve the problem.

    The other causes are listed here : http://forums.asp.net/t/1044963.aspx

     

    If this answered your question, please mark as an answer so others will know too.

    http://wyerarch.blogspot.com
  • Re: Sys.WebForms.PageRequestManagerServerErrorException

    09-02-2008, 1:36 AM
    Answer
    • Member
      32 point Member
    • RamanaPV
    • Member since 02-20-2008, 5:59 AM
    • Posts 25

    I finally find the solution for my problem.When user enter a password with angularbracket and any letter like (<a,<b)  raising the exception.

    By  setting ValidateRequest =="false".

     

     

      solved the problem.

    This is because of encodedHTML.

Page 1 of 1 (3 items)