I have a web service that normally takes 50 minutes to execute, howerver when it reaches to 20 minutes it gives HTTP 500 internal server error.
I tried every possible solution like
but not luck.
-Enabling the session state and increasing the session time out from IIS Application Configuration.
-Increased the request timeout from IIS asp.net configuration
-Disabling the 'Shutdown worker process thread after being idle for xxx min" from application pool properties
but still no luck
I tried every possible solution like
but not luck.
-Enabling the session state and increasing the session time out from IIS Application Configuration.
-Increased the request timeout from IIS asp.net configuration
-Disabling the 'Shutdown worker process thread after being idle for xxx min" from application pool properties
but still no luck
Comment