I have 5 web applications running on the same server. The code is identical between each application, differences being web.config, theme, etc. Three of the applications upload files successfully while the other two fail with the following event being logged : "The process cannot access the file because it is being used by another process."
I'm fairly convinced this is an environmental problem, but I've triple checked and all of the applications are set-up the same in IIS and the permisssions on the folders are also the same.
Also, the files are uploaded to the temp directory and remain as random named files, and the error occurs when I clcik the "Save Documents" built in button.
Does anyone have any idea's on what could be causing this?
Thanks,
Joe
I'm fairly convinced this is an environmental problem, but I've triple checked and all of the applications are set-up the same in IIS and the permisssions on the folders are also the same.
Also, the files are uploaded to the temp directory and remain as random named files, and the error occurs when I clcik the "Save Documents" built in button.
Does anyone have any idea's on what could be causing this?
Thanks,
Joe