I've a website composed by some .asp file and a lot of static .html
I want to redirect all
www.oldsite.tld/abc.html
www.oldsite.tld/xyz.html
to
www.newsite.tld/abc.html
www.newsite.tld/xyz.html
If I'm on Apache I would use a .htaccess but how could I do that on a ASP, ASP.NET server? (I don't have access to IIS manager)
.NET Fw: 3.5 OS: Windows 2003 IIS: 6.0