-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: DotNetSaavy (Mr.BabuRaj)
Message 1 in Discussion

Hi, This query is w r t traditional ASP and not ASP.Net. I am running a simple ASP 
script from an ASP page called "create.asp" which will create a folder in a remote 
machine on the same network    The scipt is as follows   Set fso = 
CreateObject("Scripting.FileSystemObject")  folder = \\a01\Repos\Babs  if not 
fso.FolderExists(folder) then      fso.CreateFolder(folder)  else      
Response.write("Folder Exists")  end if  Set fso = Nothing    When the page containing 
this script runs  I get the following error   Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied
/create.asp, line 9
 the variable folder  contains a value  \\a01\Repos\Babs  where a01 is a machine name 
Repos is the shared directory having full permission to everyone. Babs is the 
directory that should be created within Repos.   Can anyone let me know the workaround 
for this problem.   Thanks BabuRaj      

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to