How to download a file from a single folder when application hosted on multiple servers

StackOverflow https://stackoverflow.com/questions/13882705

سؤال

I have asp.net application which is going to be deployed on multiple servers (web garden). One of my server has ReadyToExport folder, where all the file get placed from a different service. When user click on download link i wanted to route that to this single folder(ReadyToExport). How do i route all the download request to a single folder. Please suggest a way to solve this problem.

هل كانت مفيدة؟

المحلول

Share a folder between multiple servers and keep the files there?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top