IIS virtual folders

F

Félix López

Hello,

I have 2 servers A and B:
- Server A: W2000Server, domain controller, running IIS with a web page
working.
- Server B: W2000Server, it does not belong to any domain but it can be
reached by server A through local network, contains files I want to publish
with the IIS of server A.

My problem is I cannot create a virtual folder in my web site at the IIS of
server A in order to publish the contents of server B, because access is
denied. I have done this before with servers which don´t belong to any
domain, so I suppose it's a problem about the domain of server A (domain
users, access rules, etc).

Any idea how I must do it?
Thanks!!
 
K

Ken Schaefer

When you create the virtual folder on Server A, you need to supply user
credentials that will be valid on Server B (eg ServerB\UserName). Server A
uses those credentials to connect across the network to server B to retrieve
files.

Cheers
Ken

: Hello,
:
: I have 2 servers A and B:
: - Server A: W2000Server, domain controller, running IIS with a web page
: working.
: - Server B: W2000Server, it does not belong to any domain but it can be
: reached by server A through local network, contains files I want to
publish
: with the IIS of server A.
:
: My problem is I cannot create a virtual folder in my web site at the IIS
of
: server A in order to publish the contents of server B, because access is
: denied. I have done this before with servers which don´t belong to any
: domain, so I suppose it's a problem about the domain of server A (domain
: users, access rules, etc).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top