User-1359517959 posted
Hello,
There's 2 apps that upload files. Both have been running fine. Files were able to be uploaded. I uploaded a file through it 3 days ago and it worked. This morning it comes up with an error: "Access to the path 'D:\....." is denied."
It's happening write at this code line
FileUpload1.SaveAs(thisSaveServer + savePath)
I looked at the code for thisSaveServer and savePath and it looks good -hasn't changed
Here's the weird thing. There's 1 IIS server and 4 webs on it. 2 Webs for testing (A & B) 2 webs for production (C & D)
In each case Web B uploads to Web A and Web D uploads to Web C. A Virtual Directory is used in each case.
Production (Web D->C) works great
Testing Web(B->A) gives me an error.
I copied the file from Production to Testing and got the same error. So it's not the code.
I look at the permissions and they are identical. IIS_MACHINENAME has full control
For the application pools identity they are using ApplicationPoolIdentity
Any ideas on where I could investigate and find what's happening? Talked to the server guys and they said they didn't change anything.
Jess