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.
Asked
Active
Viewed 166 times
0
-
Share a folder between multiple servers and keep the files there? – tomfanning Dec 14 '12 at 16:36
1 Answers
2
Share a folder between multiple servers and keep the files there?

tomfanning
- 9,552
- 4
- 50
- 78
-
how do i map all request to that shared folder ? by creating a common virtual folder – user1887523 Dec 14 '12 at 16:45