NEVER use hard coded IPs, I am an ASP/VB/COM/JavaScript Programmer and have never had the need for a hard coded IP and would have to agree with Todd here that it is a very cumbersome process when things need to change if you use static code. If you HAVE to use an IP, put it in an application or session variable, or if using COM objects, put it in an INI file so that there is only one instance to be changed.
Jeff Reinhardt XFire Software & XFire Web ________________________ http://www.xfireweb.com [EMAIL PROTECTED] > I wish I could get away from hard coded IP's, but when opening a connection > via SQL and ASP, you need the IP #. Is there another way to do this? I > have always been told the IP is what I should use. > > Sincerely, > Grant Griffith, Vice President > EI8HT LEGS Web Management Co., Inc. > http://www.getafreewebsite.com > 877-483-3393 Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
