Setting up a subdomain on IIS7
Posted
by
EvanGWatkins
on Server Fault
See other posts from Server Fault
or by EvanGWatkins
Published on 2012-09-26T14:18:15Z
Indexed on
2012/09/26
15:39 UTC
Read the original article
Hit count: 203
I have a dev server for my C# Web Application and to access the dev site I go to the server name in my browser (lfi-fsxmv06) and I can access my web application. Now I want to set up a subdomain of that (test.lfi-fsxmv06) is this possible?
My bindings on the dev site (lfi-fsxmv06) are http with port 80 and ip address *, and the hostname is blank.
My bindings on the subdomain site are http, port 80, IP adddress *, and the hostname is test.lfi-fsxmv06 however if I try t
© Server Fault or respective owner