Hi, we've got multiple web servers, and currently using our database machine for /XceedTemp (and creating a virtual directory to the db machine). This isn't great, since it creates a single point of failure.
The reason we put it on the db server is because if one machine saves the file locally, the next request may or may not come back to the same server.
Is there any way to change the <img src=? Maybe with that, we can save the image to the local web server, then have the src be the name of the local machine instead of the virtual dns name.
Any other ideas? Thanks.