I want to create directory while using ASP Code. User submits the form and a new directory creates in physical path. Please let me know if anyone has idea in ASP 3.0. Thanks
Check out the System.IO namespace. Specifically, the Directory class @ http://msdn.microsoft.com/en-us/library/system.io.directory.aspx
That would be asp.net. This can be done using the FileSystemObject see here > http://www.w3schools.com/asp/met_createfolder.asp
you can search more information about fso(filesystemobject) That is a powerful tool to mange files on the virtual hosting. And it is easy to use. But first,you must has the permission of the root or orginal dictionary.