user1887523
user1887523

Reputation: 35

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

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.

Upvotes: 0

Views: 166

Answers (1)

tomfanning
tomfanning

Reputation: 9660

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

Upvotes: 2

Related Questions