The Script Resource and the Web Resource files are generating intermittent errors in my application. I have been trying to chase the cause of the problem but to no avail. I noti
This might be a dumb answer, but have you checked your session state manager? the default is IN PROC which does not work with a web farm, you need to use SQL or some other state manager.