I have a question that I can not find the answer to ...
If you have an ASP.Net page that takes longer to wait for a request to do what happens to this process? Does the web service interrupt?
Suppose I write XML to the response stream on an ASP.Net page, and this time, by calling my GenerateXML method. What happens to my method? Is this running, but the web server is reporting a timeout? or is it interrupted?
Perhaps I could write a test to see my own results, but I suppose there could be more.
source
share