So, long story short, I've got a site that is changing its entire structure, but staying on the same domain. I need to add a whole bunch of 301 redirects from old pages to the new.
That's fine. The problem, is that we're talking hundreds of redirects.
I'm not interested in reasons why this move is a bad idea, only the practicalities of how I can get these redirects implemented in the shortest amount of time.
Is there a way to 'batch add' redirections to IIS7?
Essentially, I will have a list of 'Old' links and the corresponding 'New' links.
Any ideas?