I am trying to host a site on port 8123. It's working fine, but after hosting it I am trying to set its host header(DNS): when I set its host header it did not open application on that link .
My site name is "InspectionDesign": after hosting it when I set its host header I go in its binding setting and edit it:
Type HostHeader Port IP Address
http haks.design.us 8123 *
and when I use this link haks.design.us
it do not get any thing.
I also tried appcmd on terminal from this link:
http://technet.microsoft.com/en-us/library/cc753195%28v=ws.10%29.aspx
and alter this command according to my needs like:
appcmd set site /site.name: InspectionDesign/bindings.[protocol='http',bindingInformation='*:8123:'].bindingInformation:*:8123: haks.design.us
when I run this command I get error "appcmd is not recognized as an internal or external command"
How would i set host header and what mistakes I am doing?
Hopes for your suggestion.
Thanks in Advance