Creating Directory on Server in ASP.NEt programatically
        Posted  
        
            by Jayesh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jayesh
        
        
        
        Published on 2010-03-08T08:58:08Z
        Indexed on 
            2010/03/08
            9:06 UTC
        
        
        Read the original article
        Hit count: 389
        
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
© Stack Overflow or respective owner