I have an app that uses ASP.NET 2.0 and is sitting on an external server. When it was internal, everything worked fine, but now it can't create folders. I set the permissions of the app folder to allow ASPNET full control and still got nothing.
Here's the line of code that's creating the directory:
new_proj_dir.CreateSubdire
ctory(sub.
Text);
Is there something else I'm missing either in the permissions or maybe in the web.config?
Start Free Trial