Web service occasionally slows down significantly
- by Swoop
My company is running into a problem with a web service that is written in C#/ASP.Net. The service receives an identity key for data in SQL Server and a path to generate and save a PDF report for this data.
In most cases, this web service returns results to the calling web pages very quickly, usually within a few seconds max.
However, it…