W
wjfamilia
This combination, Ajax (UpdatePanel) + SSL + Vista + IE 7/8, creates the
following two errors randomly:
Error: Sys.WebForms.PageRequestManagerTimeoutException: The server request
timed out.
Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error
occurred while processing the request on the server. The status code returned
from the server was: 12030
Has anyone else experienced this? I thought I might have been doing
something wrong, but I can even produce this error with the simplest
UpdatePanel usage (e.g. Label.Text = TextBox.Text on button click). The error
consistantly occurs randomly
, and only if the client is using IE 7 or 8
on Vista and an UpdatePanel is being used on an SSL page.
following two errors randomly:
Error: Sys.WebForms.PageRequestManagerTimeoutException: The server request
timed out.
Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error
occurred while processing the request on the server. The status code returned
from the server was: 12030
Has anyone else experienced this? I thought I might have been doing
something wrong, but I can even produce this error with the simplest
UpdatePanel usage (e.g. Label.Text = TextBox.Text on button click). The error
consistantly occurs randomly
on Vista and an UpdatePanel is being used on an SSL page.