Hi,
I just installed wss v3 on windows 2k3 server. I can use "SharePoint
Central Administration", the web interface to extend virtual server
without a problem.
However, when I try to use commandline, it is giving me some problem
stsadm.exe -o extendvs -url "http://test.test.com:80" -ownerlogin
test-server\Administrator -owneremail wen@test.com -description "test -
test.test.com" -apidname MSSharePointAppPool
The iis entry is already there with the header value of "test.test.com"
port 80
the description of iis entry is "test - test.test.com"
stsadm finds the correct entry and extend it, everything looks great
besides the iis header value, it adds another wildcard that listens to
port 80
I have more than 1 domains on this machine using same IP address, so
this kills other domains on IIS.
Would someone please let me know if there is a way that you can extend
virtual server w/o adding extra host header using commandline?