I have an application that was developed and installed on the server. Then we needed to install the same application on another web server, starting with the migration, we began to find several problems.
Currently, application users get logged out without any reason (no errors, only logout).
This is Web.config , I also set sessionState timeout = "1800", but after 2 minutes of inactivity I was kicked out.
I cannot debug it on the server, because the service provider does not have debugging tools, moreover, I am not a .net developer, and I can not find any solution. Looking at the microsoft documentation, I did not find anything, the log does not report errors or memory limitations.
What can I do? I can give you everything you need to understand or help me find a solution to this problem, just ask me.
Thank!
user1543863
source
share