Is it possible to write to staging at all?
One of our developers has developed a site where he is caching/writing files to a folder.
Step 1. A user hits a page so the app looks in the \cache folder for the file.
Step 2. The files is not there so the app builds it dynamicly.
Step 3. The app then writes that file to the \cache folder
Step 4. Another user hits the same page so the app looks in the \cache folder for the file.
Step 5. The file has been cached in the \cache folder so the app just displays it.
The app is bombing becaus it can't write to the \cache folder in staging.
Any way around this?
5.5.2sp2 WIN2K
The Professor-