Hello, I'm updating around 15 pages from .asp to .aspx (.net 2.0)
My question is, do I have to put a header redirect 301 (permanent redirect) on each old file, or can I put it in global.asax file with a case checking for any of the 15 files?
I some tries to go to old.asp will it execute global.asax anyway?
What would the best aproach be?
Thanks!
Diego