|
|
|||
|
trying to run the following code on:
protected void Button1_Click(object sender, EventArgs e) { if (NewFolderName.Text != "") { try { string newFolderName = @"c:\domains\[domainname]\wwwroot\Uploads\aaa'"; Directory.CreateDirectory(newFolderName); Page_Load(this, new EventArgs()); } catch (Exception ex) { message.Text = " " + ex.Message +" "; } } } generate the following exception: Access to the path 'c:\domains\[domainname]\wwwroot\Uploads\aaa' is denied please advise. |
|
|||
|
I dont know the scripting but if you have live URL or error then paste it here so that I can check it for any server related error and can assist you!!
__________________
Strat with Linux || Optimize, Secure and increase performance of Apache || Already Started The visionary conceives the impossible, The missionary makes it possible. ...Gita. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to access phpmyadmin | jayree | Windows Web Hosting Discussion Forum | 2 | 06-13-2006 11:24 AM |
| Site hosting, Spam/virus filtering, FTP Access | Jason | Windows Web Hosting Discussion Forum | 1 | 02-15-2006 01:50 AM |
| Cannot Access WWWRoot Via FTP | Vaughn | Windows Web Hosting Discussion Forum | 0 | 09-24-2005 07:42 PM |
| Anonymous FTP Set-up and Access | rjbenz | Linux Web Hosting Discussion Forum and Support | 1 | 05-22-2005 12:10 PM |