IIS / Domino Timeouts

Not urgent, but annoying…

Our server is using IIS to control web access. Any nsf request, being passed to Domino, etc.

Anyway, all is fine and working well, as long as you keep using it. Pages open quickly, forms are submitted quickly, etc.

However, if you stop using the page for about 5 or 10 secs (Yes - Seconds!), it appears as if the the server is re-authenticating my access, which means that it takes about 5 secs to continue…

I have looked at timeouts in both Domino and IIS, and can’t find anything…any ideas?

Thanks in advance…

Subject: IIS / Domino Timeouts

I could be wrong on this but I would look to the setting of the IIS server session variable…I had similar problems with ASP apps and setting the session variable manually resolved it…but that may not be applicable in your case…just a thought.

Subject: RE: IIS / Domino Timeouts

Thanks for your help. I have found a lot of help on this regarding ASP apps, but can’t actually see how this can be controlled outside of the ‘web.config’ file. Are you aware of anywhere this can be controlled? Sounds to me like there should be a Domino cfg file somewhere… who knows?

Subject: IIS / Domino Timeouts

The problem was due to the anonymous user account (IUSR_****) that IIS used for access had been disabled. I don’t understand how I even got access, but it has at least been fixed now.