I have messed up my web sites in IIS and need the original settings for
"Default web Site (DWS)" and "companyweb".
I think its somthing with the ports ?
If i put my "companyweb" on port 80 then i can not connect to the "DWS" for
example the OWA, and vice versa.
Can anyone help me with the original settings to get both the DWS and
companyweb to work together ?
Thanks
>I have messed up my web sites in IIS and need the original settings for
>"Default web Site (DWS)" and "companyweb".
Define "messed up"
>I think its somthing with the ports ?
Two sites can't run on the same IP and port unless they use host
headers. So either one or the other is on a different port than 80,
uses a different IP or they use host headers. See:
How to Create Multiple Websites with one IP address:
http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm
DNS Basics for IIS Administrators:
http://www.iisanswers.com/articles/dns_for_iis.htm
>If i put my "companyweb" on port 80 then i can not connect to the "DWS" for
>example the OWA, and vice versa.
More complicated than that.
>Can anyone help me with the original settings to get both the DWS and
>companyweb to work together ?
Since "companyweb" isn't a default and has no original settings other
than what you used, no. But see if the suggestions above don't help.
Jeff