Creating Directory on Server in ASP.NEt programatically
- by Jayesh
Hi,
I want to programatically create a directory on the server using ASP.NET.
I have done this using System.IO's Directory.CreateDirctory. however, the newly created folder is not accessible in the code.
after searching a bit, I came to know that the newly create folder is not included the project and hence not accessible.
Can anyone please help me out on this.
Thank You