Click here to Skip to main content
15,895,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have server for a classic asp application. Now we are changing the IP of that server. Can anybody please tell me is there any impact on my asp application if we change the IP?
Posted
Updated 29-Sep-14 21:10pm
v2

1 solution

DNS data should propagate to settle the change. Please see: http://en.wikipedia.org/wiki/Domain_Name_System[^].

When everything is settled, expect no impact for the clients using the site only through domain names. Of course, if some used IP directly, old IP will seize to work. :-)

—SA
 
Share this answer
 
Comments
Telstra 30-Sep-14 3:49am    
can you please tell me how to find that client is using ip address or domain name?
Sergey Alexandrovich Kryukov 30-Sep-14 9:25am    
Maybe you don't understand: it old IP address is used, you will never know that someone connected. :-)
IP address is numbers: http://en.wikipedia.org/wiki/IPv4, http://en.wikipedia.org/wiki/IPv6.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900