This is weird...it should work...but it doesn't...
I have an app that salesmen use internally to access customer information and do quotes. They complained that it would time out on them (they need it to not lose session over long periods of time). So I upped the timout in the web.config to 500 from 20. But they still complained it was timing out.
So I changed the timout on the server's machine.config to 500 from 20. Now they're calling again saying its still timing out on them...I don't *think* I'm missing anything here...thoughts?
D
I have an app that salesmen use internally to access customer information and do quotes. They complained that it would time out on them (they need it to not lose session over long periods of time). So I upped the timout in the web.config to 500 from 20. But they still complained it was timing out.
So I changed the timout on the server's machine.config to 500 from 20. Now they're calling again saying its still timing out on them...I don't *think* I'm missing anything here...thoughts?
D