Problem with FolderExists and UNC Path in ASP Page

C

Claudio

Hi All,

I have the follow situation:


In may Server A i have test asp page with the following code


<%
mImportDirectory = "\\BAIVMAST3\cvmData$"
set fso = Server.CreateObject("Scripting.FileSystemObject")
response.write mImportDirectory"="&fso.FolderExists(mImportDirectory)
%>


when I test the page into the server with my user, the result of
FolderExists is "True", but when I test it from another PC (not the
server), the result is "False".


The share permissions and the security permissions on \
\BAIVMAST3\cvmData$ is everybody fullcontrol.


The IIS site is seted to use the Integrated Windows security, so in
both case my username of windows was used.


Any idea?


Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top