> I have an intranet site using integrated authentication. The site is
>
http://myserver/apps/signup. As long as internal users visit that URL,
> they're fine, and authentication works as expected.
>
> I'm also publishing this externally, so I have a public record for
>
http://apps.acme.com/apps/signup. When external users visit that page,
> they
> are prompted to log in. All fine and good. (Although the users have to
> specify a logon domain by using user[ at ]acme.com, which they're not used to
> doing. If anybody knows how to configure DNS or IIS to fix that, that
> would
> be a bonus.)
>
> The problem is that I only want to publish one URL to my users for
> simplicity, so the external one is the only one I use. But when internal
> users visit
http://apps.acme.com/apps/signup, they're prompted for
> credentials.
>
> I assume I need to add a new zone to my DNS server for acme.com and insert
> the A record for the internal IP address of the web server. Couple of
> questions:
>
> 1) Will that stop the internal users from getting prompted for
> credentials?
> 2) If I create a zone for acme.com and have only a single A record for
> apps.acme.com, will the users still be able to visit other subdomains like
> www.acme.com and customers.acme.com? Or will the DNS server simply say it
> has
> no A records for those subdomains on that zone, and simply refuse the
> requests?