I have an internal portal in a SharePoint 2007 application containing one site collection with six subsites. The Subsites are functional areas within the portal which users may navigate to. Pages within the sites host Silverlight applications which access an external, custom database.
My users have been navigating in it with no trouble, but the URL was an obscure server name. I decided I would "fix" this by adding a DNS entry for the portal name and resolving it with Host Headers on the server. User may still navigate around with the old URL (the server name). My fix is mentioned on Server Fault here How to use Host Headers...
If they use the new portal name, they get to landing page, but all navigation afterwards is odd. They may get to the right page, but get an authentication challenge. The Silverlight applications are not working properly. I don't expect anyone here to help me with Silverlight.
What have I done, and how do I really fix it this time? Did I change the URL the proper way? Will any fix allow users to use the old url (server name) to get there?