J
Jon Hinkle
I've got a permission issue when I try to create a folder programmatically
using C# in an ASP.NET web service. I've set ASP.NET user to have full
control over the folder that I'm trying to create directories, but I keep
getting "access denied". The code is all written and it works in a WinForms
app just fine. I just don't know what permissions to give who to allow this.
Plus, obviously I need to keep the settings as secure as possible. Any
ideas would be great! Thanks
using C# in an ASP.NET web service. I've set ASP.NET user to have full
control over the folder that I'm trying to create directories, but I keep
getting "access denied". The code is all written and it works in a WinForms
app just fine. I just don't know what permissions to give who to allow this.
Plus, obviously I need to keep the settings as secure as possible. Any
ideas would be great! Thanks