Using the new .Net webmail interface, I have a problem with the system timing out and then displaying the error message "System.NullReferenceException: Object reference not set to an instance of an object." along wth the source and stack trace as I have enabled this in the Config.Web file. The version of the Webmail interface is 1.0.5.3.
I have tried to extend the timeout in the application by adding a line to the Config.Web file in the webmail folder, as follows; This was based on research via Google that indicated this was the correct way to control details of the ASP.NET session timeout.
Unfortunately, this does not seem to work, and fails to extend the timout beyond around 10 minutes. The issue is mostly a problem when people are preparing emails to send, as if they take too long it times out and they lose all their work. The old MSPro version did not have a short timeout, and users have come to expect this in our service.
Can anyone shed some light on what options we have for extending the timeout, either in the application or generally within IIS itself? I am using Server 2008, but have the same issue on Server 2003.
|