HI All,
In our project we are using a File System to store the static content that is the xmls, xslts, images, gifs etc. and we are following a three tier architecture. The database layer will only contain the metadata while the file system is separate. So, my questions are as follow:
1) Where should we keep the File System Access logic in the presentation layer or the app layer? 2) If we keep the logic in the App tier and object cache the data in the App tier what will be the consequences of passing the data to the presentation layer(Do we need to go to the App Tier to check for the cached content whenever there is a request for the static content in the file system) 3) What will be the best approach to retrieve the Xml and Xslt files from the file system?