G
Guadala Harry
I'm in the process of consolidting several Web sites into one new ASP.NET
Web application. What specifically do I need to do in order for any URLs
pointing to the original sites to get re-pointed to the new site? Is this
the job of "dns forwarding" or is it the job of "url redirection"? (or are
these the same thing).
Once everyone is routed correctly to the new site (users go to the original
site, eg., Site1.com and are automatically re-routed to NewSite.com), is
there an easy way for the new ASP.NET Web application to know how the user
arrived; e.g., if the user went to Site1.com and was automatically re-routed
to NewSite.com, how can NewSite know that the user arrived by way of
redirection from Site1.com.
Thanks.
Web application. What specifically do I need to do in order for any URLs
pointing to the original sites to get re-pointed to the new site? Is this
the job of "dns forwarding" or is it the job of "url redirection"? (or are
these the same thing).
Once everyone is routed correctly to the new site (users go to the original
site, eg., Site1.com and are automatically re-routed to NewSite.com), is
there an easy way for the new ASP.NET Web application to know how the user
arrived; e.g., if the user went to Site1.com and was automatically re-routed
to NewSite.com, how can NewSite know that the user arrived by way of
redirection from Site1.com.
Thanks.