Probably can't use mapped drives because the mapped drive is based on the
locally logged in user on the Web Server which is *Not* the Account that the
ASP code runs under.
You will probably have to use a UNC path,...possibly even with the IP#
instead of the machine name,...and that is assuming the Novell setup is
using TCP/IP and not IPX/SPX.
The location on the Novell Server will have to allow *anonymous* access to
the file.
If it can't allow anonymous access then you will have to create a Novell
User Account that is named exactly the same as the local "IUSR_<servername>"
on the Web Server and the passwords will have to be synced manually.
Because there is no way to know the original password for the
IUSR_<servername> Account you will have to manually reset it to something
you know and record it. You will also have to correct the Account's
password in the IIS Application after you do this or everything in IIS will
quit working.
In case it isn't obvious yet,...what you want to do is a bad idea. The
correct way to access Files from an ASP site is by having the Files within
the "web path" of the Site. You might be able to do that with Virtual
Folders in IIS but you may still run into similar Authentication issues.
--
Phillip Windell
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.
-----------------------------------------------------
"Chris Severin" <(E-Mail Removed)> wrote in message
news:AC357E41-143C-4396-B97C-(E-Mail Removed)...
> Hi,
>
> This is actually a Windows 2003 issue, but I didn't know where best to
> post
> it, so I put it here.
>
> I have a page on an ASP.NET website running .NET 2.0 on a Windows 2003
> server that needs to access a file on a Novell Netware 6.5 server. The
> Windows 2003 server has the Novell client installed and the server itself
> can
> see all the mapped Novell drives (they appear in the My Computer window).
>
> However, when the webpage tries to access a file on one of the Novell
> Netware volumes, it gets the message "Could not find part of a path".
>
> Does anyone have any idea what's happening? I'll admit I'm a newbie when
> it
> comes to IIS and web administration, so any help you can give me will be
> most
> appreciated!
>
> Thanks very much!
>
> Chris.
>