For debugging a SharePoint solution I want to give test site URL in visual studio.
but since web application URL is already access mapped
(http://example:2344 -> http://example.com). 
When I try to give http://example.com URL in, it shows
"Remote SharePoint site connections are not supported "
How can I use http://example.com (Alternate Access Mapped Url) for debugging purpose since currently, I don't have original URL (http://example:2344)?

