0

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.

user1887523
  • 25
  • 1
  • 6

1 Answers1

2

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

tomfanning
  • 9,552
  • 4
  • 50
  • 78