Dear, I have an application in c #, wcf hosted on a server where I do not have access to the IIS (for the type of contracted plan, it is in donweb). The issue is that after a while the service goes down, I thought it was because of the ApplicationSpool configuration, the inactivity time that is 20min by default ... but it does not seem to be that, I made a client application that every 10 min opens the service consumes a method and brings data only to try to keep the service alive but it reaches 1 hour and falls again ... there does not seem to be downtime ... does anyone think it could be?.
The development is a wcf application configured as wshttpbinding, I can pass details of the web.config and svc configuration
I already appreciate any help
Greetings, Pablo