Click to See Complete Forum and Search --> : server.mappath outputs old IP?!?!?


ck_bullet
07-26-2005, 05:23 PM
i have a bunch of files that i migrated from one server to another. on the new server, in one of the asp files when i output Server.MapPath(dir), i get a string that points to the old IP address when it was on the old server. for instance,
if my old IP was 1.1.1.1 and my new IP is 3.3.3.3, Server.MapPath(dir) outputs 1.1.1.1/dir instead of 3.3.3.3/dir. any thoughts?