problem writing xml to file with .net mvc - timeout?
- by Mark
Hey, so having an issue with writing out to an xml file.
Works fine for single requests via the browser, but when I use something like Charles to perform 5-10 repeated requests concurrently several of them will fail.
The trace simply shows a 500 error with no content inside, basically I think they start timing out waiting for write access or…