Hi Experts
Please can you advise the simplest way to get a redirect put in place for a classic ASP site running on IIS6 on a Windows 2003 server, so that whenever someone tries to visit, for example, http://abc.com (without the www) it redirects them automatically to http://www.abc.com
I can also set ASP.net to run on this site, if that helps.
I would like a solution that does not require 3rd party software.
500 points.
Thanks
Dim svrHttps
Dim svrHost
Dim svrUrl
Dim svrQueryString
Dim svrNewUrl
Thank you!