Accessing Shares Across the Network from an ASP page
am 17.09.2007 17:53:18 von RDK
Folks.....I just posted this question to several Windows Server groups but
forgot to include this IIS group.
I have four Windows 2000 server boxes which as far as I can tell
are identical. All are in the same Win2K Domain/Active Directory. All are
full patched via Microsoft Update.
One of these four servers is also a web server (call it Server A). I have
created an ASP web page which via the "FileSystemObject" and "GetFolder" I
am attempting to open a folder on each of the four servers. It works on
ServerA and ServerB, but fails with a "Error Number is 76 / Path not found"
error on the other two (Server C and Server D).
The web server is running with the default Anonomous User Id.
All four servers have identical Security Policies and the "Sharing and
Security" settings for the Shares are identical.
Can anyone help me debug this issue?
Thanks.....RDK
Re: Accessing Shares Across the Network from an ASP page
am 23.09.2007 22:12:10 von Steve Schofield
Look at using Filemon from Sysinternals on the web server when it is
accessing remotely. Another neat way is using a Sniffer to check
connectivity between the box. Network Monitor 3.1 can help detect SMS based
traffic conversations, well I've used it that way anyway.
http://www.microsoft.com/technet/sysinternals/FileAndDisk/Fi lemon.mspx
https://www.microsoft.com/downloads/details.aspx?familyid=18 B1D59D-F4D8-4213-8D17-2F6DDE7D7AAC&displaylang=en
--
Best regards,
Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield
"RDK" wrote in message
news:uzVnjLU%23HHA.980@TK2MSFTNGP06.phx.gbl...
> Folks.....I just posted this question to several Windows Server groups but
> forgot to include this IIS group.
>
> I have four Windows 2000 server boxes which as far as I can tell
> are identical. All are in the same Win2K Domain/Active Directory. All
> are
> full patched via Microsoft Update.
>
> One of these four servers is also a web server (call it Server A). I have
> created an ASP web page which via the "FileSystemObject" and "GetFolder" I
> am attempting to open a folder on each of the four servers. It works on
> ServerA and ServerB, but fails with a "Error Number is 76 / Path not
> found"
> error on the other two (Server C and Server D).
>
> The web server is running with the default Anonomous User Id.
>
> All four servers have identical Security Policies and the "Sharing and
> Security" settings for the Shares are identical.
>
> Can anyone help me debug this issue?
>
> Thanks.....RDK
>
>