Lately I’ve been have some trouble on my home-grown SharePoint 2013 system. (Not a network guy)
I tried creating another Web Application also using Port 80. After I get the App created and build a site collection on it, I am able to access it.
My main iternet site is http://internet.contoso.com.
The new web application is http://stephanstest
The host A Record under contoso.com:
stephanstest
stephanstest.contoso.com
192.168.1.3
(Same IP as http://internet.contoso.com)
Problem is that Visual Studio 2012 would allow me to input “http://stephanstest” because it thinks its remote.
Even tried configuring an alternate url for http://stephanstest for internal as htttp://stephanstest.contoso.com
Where have I missed the IP boat?
I’ve gone under the main
I usually create with a port other than 80, and then extend with a host header (A record) to port 80 in a different zone. Have you tried that?