I have a web application made in ASP.NET. This application works fine.
The way in which this application works is that every hour calls a web service (also done in the same application) to synchronize a certain job.
What I realize is that the automation works fine for 29 hours straight and then loses the connection.
I know this is an IIS configuration but although I have changed the recycling several times, this sigle behaving in the same way.
How can I do when I have to recycle reconnect?
If I set the regular interval time from 1740 to 0, can it affect server memory?
Thank you,