|
Home > Archive > IIS FTP Server > September 2005 > Virtual directory using network share in different domain
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Virtual directory using network share in different domain
|
|
| Greg Brown 2005-08-26, 5:59 pm |
| I would like to setup a virutal directory that points to a network share on a
server in a different domain. The domain that the FTP server is part of does
not have a trust relationship with the domain that the other server is in. I
setup a virtual directory and use the connect as button to setup the account
information in the format of
RemoteDomain\username (with the correct password).
It allows me to create the virutal directory. I also mapped a drive using
the Net Use command with the above syntax for username and it mapps the drive
fine.
However, when I connect to the FTP server and try to switch to that
directory I get the error "Logon Failure: Unknown username or bad password"
Should this work? And if so, any suggestions.
TIA
Greg Brown
| |
| Bernard Cheah [MVP] 2005-09-06, 2:52 am |
| Try UNC path rather than mapped drive.
e.g. in the virtual directory setup put in \\remoteserver\share\
Also read -
Access Denied When Connecting to a FTP Directory That Uses a UNC Path with
"Connect As" Feature
http://support.microsoft.com/?id=247099
--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://www.msmvps.com/bernard/
"Greg Brown" <GregBrown@discussions.microsoft.com> wrote in message
news:695C9F80-8605-46EA-A8A5-E132DFB90D11@microsoft.com...
>I would like to setup a virutal directory that points to a network share on
>a
> server in a different domain. The domain that the FTP server is part of
> does
> not have a trust relationship with the domain that the other server is in.
> I
> setup a virtual directory and use the connect as button to setup the
> account
> information in the format of
>
> RemoteDomain\username (with the correct password).
>
> It allows me to create the virutal directory. I also mapped a drive using
> the Net Use command with the above syntax for username and it mapps the
> drive
> fine.
>
> However, when I connect to the FTP server and try to switch to that
> directory I get the error "Logon Failure: Unknown username or bad
> password"
>
> Should this work? And if so, any suggestions.
>
> TIA
> Greg Brown
|
|
|
|
|