Reputation: 2202
I'm getting an error message when trying to open an excel sheet from my ASP.NET website:
The Microsoft Access database engine cannot open or write to the file ''. It is already opened exclusively by another user, or you need permission to view and write its data.
I'm wondering if this has to do with me playing around with the "Owner" of my documents folder today.
How can I resolve this?
TIA
Upvotes: 0
Views: 1794
Reputation: 2202
I needed to grant the NETWORK SERVICE account modify permission on my folder.
Upvotes: 1