I've Google a fair bit about this, but I'm still confused. I have a static site built with html that I am migrating to ASP.NET 2.0. However, I don't want links to break, and need to redirect from all the old pages to the new ones. As the new ones will be generated dynamically, the urls will change a lot: it won't simply be a case of the the url changing from .htm to .aspx.
I've heard that using the metatag of the .htm page is dangerous with regards to search engine crawlers. What is the best way of having this redirect happen? Is it just going through and putting a manual link on all the old .htm pages? Or is there an automatic way?
TIA