Tagged Questions

0
votes
2answers
504 views

Does IIS or ASP.NET do any sort of connection throttling?

I am trying to create an ASP.NET Web Service which I can use to show the difference between implementing a Web Method asynchronously vs. synchronously. It is sort of a proof-of-concept that I can use ...