Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FileExists Method of File System Object from ASP

Status
Not open for further replies.

Mierk

Programmer
Apr 4, 2002
7
US
Does anyone know why it wouldn't work if we tried to use the FileExists method of the filesystemobject from an asp page on our intranet that is trying to check the existence of a file on a different server. We've tried using the unc path including the administrative share, but we can't get it to work.

Thanks in advance,

Mark Cribb
 
It's typically a permissions issue. The security context the ASP page is being run under, doesnt have the necessary permission to access the other machine. Jon Hawkins
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top