Heys!

I'm new at ASP.net and i'm trying to create a new directory in the 
server like C:\Inetpub\wwwroot\MyProject\NewDirectoryName . I'm using 
IIS.
I have two problems:

1st: Until now i haven't resolved the authorization problems to 
create a directory in the server. When i try to create any directory 
in the directory server or any sub-directory, the server don't let me 
to do that, it says to me that i am not authorized :p

2nd: i would like not to map all the way until my project directory. 
Exemple: i would like to do Directory.CreateDirectory
("..\NewDirectoryName") , not Directory.CreateDirectory
("C:\Inetpub\wwwroot\MyProject\NewDirectoryName")

Is this possible?
Thanks




------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
---------------------------------------------------------------------~->

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to