Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Problems Saving to Folder in COM+ Application

I have a web application in classic ASP. The application uses a COM+ application to execute some code. One part of the COM+ application saves files to a folder. On my local server, this works. However, on the live server, this results in the error:

A Windows error - Access is denied.
- (0x00000005) occurred

When I copy the exact same code into an asp file, this works without a problem. I've right clicked on the folder I'm saving to, selected the security tab, and enabled full control to all users, but the error is still happening. What's happening, and what else can I do? It seems like I need to enable COM+ components write/modify security permissions, but how do I do that?
[721 byte] By [SMBDeveloper] at [2007-11-11 10:14:10]