473,486 Members | 2,359 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Consolidating Sites - DNS Implications

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.
Nov 18 '05 #1
1 1117
DNS manages translating a ServerName to an ipaddress. if you just moved your
server to a new computer, you can redirect traffic to the new server by
updateing the DNS entry.

if you changed the server or path of the url, then you are in the url
redirecting business. url redirecting works by putting pages in the old
sites that redirect to the new site thru either a meta tag or redirect
header. you will need a redirect page for every bookmark, or link you still
want to work. you could also use a IIS filter to do redirecting (it would
translate the url to the new url and respond with a redirect).

if you plan on retiring the old server, setup the redirect sites on the new
server, and change the DNS entry for the old server to the new server.

-- bruce (sqlwork.com)

"Guadala Harry" <gh****@aol.com> wrote in message
news:u7**************@TK2MSFTNGP09.phx.gbl...
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.

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
2008
by: leo | last post by:
Hello all - I was wondering about the performance implications of explicitly raising exceptions to get information about the current frame. Something like what the inspect module does, with: ...
1
2841
by: keiko ishikawa | last post by:
Can anyone advise on security implications of allowing SET CURRENT SQLID='xxx' ? I am running DB2 v7.1 on OS/390. Thanks. K Ishikawa
7
1626
by: Mark Kamoski | last post by:
Hi Everyone-- Please help. What are the implications, (in terms of memory, application footprint, resource use, threading, and so forth), of using Shared methods? These Shared classes raise...
0
921
by: Mark | last post by:
We're using delegation in our ASP.NET application to connect to a SQL Server that is on the same hub as our IIS 6 web server. What are the performance implications of using Delegation rather than...
2
2231
by: Bill Borg | last post by:
Hello, I have a couple web services that I use across my apps. My isp supports exposing them either via subdomain (e.g. services.mydomain.com) or subfolder (e.g. mydomain.com/services). Are...
1
2610
by: Monkey Boy | last post by:
I've used Access pretty basically for the last couple of years, and I'm slowly trying to get a bit more advanced. I'm attempting to consolidate multiple tables with similar information. Some...
3
1145
by: Dumb Luck | last post by:
I created a web site with Visual Studio, and now I would like to publish it. When I click on publish it creates 3 files and a bin directory. When I try to open the .aspx file with internet...
34
4314
by: Victor Kryukov | last post by:
Hello list, our team is going to rewrite our existing web-site, which has a lot of dynamic content and was quickly prototyped some time ago. Today, as we get better idea of what we need, we're...
2
1880
by: HornbeamUK | last post by:
Within a vb.net application I need to return the default language of an sql user ie login. sp_helplogins returns a recordset that includes the desired field but is very slow to run (4 or 5...
0
7099
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7175
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6842
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7319
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4559
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3069
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3070
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
598
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
262
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.