Problems Saving to Folder in COM+ Application
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?

