1. the machine i want to see is mapped to my machine (the webserver).
2. it�s running as IUSR_MachineName
3. Those any body there knows url's for understand iis??
 
your login is the anonymous account for the webserver? what is your URL =) anyway you need to make sure that what ever user the script is running as [IUSR_<MachineName> is the most likly] has the drive mapping you are trying to access..
-----Original Message-----
From: Administrador Intranet Internet [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 20, 2003 9:29 AM
To: [EMAIL PROTECTED]
Subject: IIS dont read other machines conected to my machine???

opendir DIRDATOS, "i:\\";
@things_inside_i= readdir DIRDATOS;
closedir DIRDATOS;
print "Content-type: text/plain\n\n";
print "@things_inside_i";
 
i have this script, and with it i am trying to read inside the machine that has the 'I' letter to my machine.
 
in the dos terminal, i exec my script and shows me the content of @things_inside_i.
but if i execute it from iis, it dosent.
�what i am doing wrong?
 
p.s. i give me the permisions to my machine to write/read.

Reply via email to