Guest RDK Posted September 17, 2007 Posted September 17, 2007 Folks.....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
Guest Phillip Windell Posted September 17, 2007 Posted September 17, 2007 Re: Accessing Shares across the Network from an ASP page "RDK" <RDK_News@NoSpamHotMail.com> wrote in message news:OFaFRtT%23HHA.4732@TK2MSFTNGP04.phx.gbl... > Folks.....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? You have to duplicate those "anonymous" accounts on either the Domain or the fileserver locally,...then give permissions to the files for the accounts. -- Phillip Windell http://www.wandtv.com The views expressed, are my own and not those of my employer, or Microsoft, or anyone else associated with me, including my cats. ----------------------------------------------------- Understanding the ISA 2004 Access Rule Processing http://www.isaserver.org/articles/ISA2004_AccessRules.html Troubleshooting Client Authentication on Access Rules in ISA Server 2004 http://download.microsoft.com/download/9/1/8/918ed2d3-71d0-40ed-8e6d-fd6eeb6cfa07/ts_rules.doc Microsoft Internet Security & Acceleration Server: Partners http://www.microsoft.com/isaserver/partners/default.asp Microsoft ISA Server Partners: Partner Hardware Solutions http://www.microsoft.com/forefront/edgesecurity/partners/hardwarepartners.mspx -----------------------------------------------------
Guest RDK Posted October 8, 2007 Posted October 8, 2007 Re: Accessing Shares across the Network from an ASP page Phillip....Thanks for the reply. I tried "cloning" the anonymous id from my web server to the others, but this did not correct the problem. What puzzles me is that it works "as is" for some servers, but others?? Thanks.....RDK "Phillip Windell" <philwindell@hotmail.com> wrote in message news:eFRVFRW%23HHA.4432@TK2MSFTNGP02.phx.gbl... > "RDK" <RDK_News@NoSpamHotMail.com> wrote in message > news:OFaFRtT%23HHA.4732@TK2MSFTNGP04.phx.gbl... >> Folks.....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? > > You have to duplicate those "anonymous" accounts on either the Domain or > the fileserver locally,...then give permissions to the files for the > accounts. > > -- > Phillip Windell > http://www.wandtv.com > > The views expressed, are my own and not those of my employer, or > Microsoft, or anyone else associated with me, including my cats. > ----------------------------------------------------- > Understanding the ISA 2004 Access Rule Processing > http://www.isaserver.org/articles/ISA2004_AccessRules.html > > Troubleshooting Client Authentication on Access Rules in ISA Server 2004 > http://download.microsoft.com/download/9/1/8/918ed2d3-71d0-40ed-8e6d-fd6eeb6cfa07/ts_rules.doc > > Microsoft Internet Security & Acceleration Server: Partners > http://www.microsoft.com/isaserver/partners/default.asp > > Microsoft ISA Server Partners: Partner Hardware Solutions > http://www.microsoft.com/forefront/edgesecurity/partners/hardwarepartners.mspx > ----------------------------------------------------- > >
Recommended Posts