W2K IIS MMC Snap-In going to W2K3 not on domain

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

Hi,
I need to go from my W2K machine which is on the domain to a Win2003 web
server which is not on the domain, via the IIS MMC snap-in. However,
the snap-in never gives me the chance to log into the machine, rather it
just seems like it tries to log me in with the username/password for the
domain (which of course will not work) and gives me a blank screen.

How do I resolve this?
 
Matt said:
Hi,
I need to go from my W2K machine which is on the domain to a Win2003 web
server which is not on the domain, via the IIS MMC snap-in. However,
the snap-in never gives me the chance to log into the machine, rather it
just seems like it tries to log me in with the username/password for the
domain (which of course will not work) and gives me a blank screen.

How do I resolve this?
Try beforer connecting with the snap-in establish connection with this
server from command line:
net use \\server_name\ipc$ /user:server_name\user_name
 
Ok,
Now.. what group does the user need to be in to be able to administer
the IIS server? For instance... in 2000 I put them in the OPERATOR tab
of IIS for the server... that tab has vanished in 2003...
again.. I'm trying to give them access to the server, not just a site.
 
Back
Top