Void CheckError Oracle x IIS

0

Well, due to the exhaustion of my attempts to find the error, I will try to get a light here with you. Of course I apologize if the error is too generic and does not have the necessary infos.

But here goes a part of the scenario and the situation:

SITUATION: The application running on the ISS in approval or production, being used by several users, at any given time falls, anywhere in the application. This occurs when accessing some method or page change. You must restart IIS for the application to work again. Error triggered:

I have the impression that this information is very generic. The method in which the error occurs is a method of obtaining a user. This method is triggered on every page change. It may happen in other methods of accessing the bank as well. So I will not put code in the beginning.

NOTE: Running the application on the machine itself in visual studio does not happen at all.

Given that the error only occurs when running in IIS, I'd like to know what might be causing this. If it is some configuration of IIS, or if it can be some problem of management of the connections with the oracle that restarting the IIS it cleans and returns to funfar.

I am open to making edits including information according to the suggestions and any hint path to investigate will be welcome.

    
asked by anonymous 14.10.2014 / 20:43

1 answer

1

By the brief description, the problem seems to be happening because of the application pool recycling settings of your site / application in IIS.

Review the recycling settings, your problem may be resolved.

A link to learn more about pool recycling in IIS .

    
15.10.2014 / 00:05