Introduction
Often times you will find yourself in a situation where you wish to place resources
for your web application on different servers on your network. Some common implemenations
could be a file server that stores images or an application server that houses static
files or xml content. This can be accomplished fairly easily using DFS. (Distributed
File System) I found that most of the documentation for DFS online was very convuluted
and failed to get to the point. I have broken the task of created a distributed
web application in IIS and DFS down into a few simple steps. If you are lucky enough
to have found this siple guide it should save you a lot of time.
Click here to view the guide.