Hi,
I've got some code that happily lists folders and files on our webserver. The problem is, I've now deployed this site onto our Live Server but it still needs to read the files and folders from our Test Server.
I created a P:\ drive on the Live Server mapped to the Test Server (just a standard Network Mapping) and this opens fine from the Live Server.
However, the ASP fails, with
Path Not Found. If I change the code to read the local C:\ Drive - it's fine.
Quote:
quote:Microsoft VBScript runtime error '800a004c'
Path not found
|
The Live Server is a Windows 2003 server, the Test Server is Windows 2000.
Where am I going wrong? Any help will be gratefully appreciated.
:(
Cheers
Craig.