I'm working on a .NET 4 Web site running on IIS 5.1 and use Ajax Control Toolkit 4.1.7.725 (July 2013).
A Sys.WebForms.PageRequestManagerServerErrorException exception is thrown after a period of inactivity (or a forced iisreset) and clicking a server Button in a custom control. The Button is inside an UpdatePanel and the latter is inside a TabContainer.
POST response:
> 30|error|500|Script entries not loaded yet.|
` `
Exception message:
> Script entries not loaded yet.
` `
The exception is not thrown if I use Ajax Control Toolkit 4.1.7.607 (June 2013).
Comments: I have the same problem on iis7.5 with using toolscript manager and it drives me nuts. There is no logical explanation, it just happens sometimes causing others logged on users to experience problems too. I use a SQL express server for session storage, I have 2 loadbanced web servers en each website uses 2 w3p processes. Everything is configured to run in a clusters mode, so no worker process recycle, website Ids the same, same encryption key etc etc. Anybody an idea? I will try the June edition today and let you know what happens. Regards Ingmar
A Sys.WebForms.PageRequestManagerServerErrorException exception is thrown after a period of inactivity (or a forced iisreset) and clicking a server Button in a custom control. The Button is inside an UpdatePanel and the latter is inside a TabContainer.
POST response:
> 30|error|500|Script entries not loaded yet.|
` `
Exception message:
> Script entries not loaded yet.
` `
The exception is not thrown if I use Ajax Control Toolkit 4.1.7.607 (June 2013).
Comments: I have the same problem on iis7.5 with using toolscript manager and it drives me nuts. There is no logical explanation, it just happens sometimes causing others logged on users to experience problems too. I use a SQL express server for session storage, I have 2 loadbanced web servers en each website uses 2 w3p processes. Everything is configured to run in a clusters mode, so no worker process recycle, website Ids the same, same encryption key etc etc. Anybody an idea? I will try the June edition today and let you know what happens. Regards Ingmar