Hi,
We need to redirect about 4000 urls from an old domain to a new one. We got a file with the matches between the old and the new domain, and we have to activate it the day the new domain is launched.
In the documentation, we found that we could do it by setup (https://doc.dynamicweb.com/documentation-9/platform/platform-tools/redirects), but being so many redirections it is recommended to do it by the IIS or the web.config ("The Redirects tool is meant for simple setups - in more advanced scenarios please create your redirects directly in the web.config or IIS.")
Considering the large number of redirects, which is the more efficient way to do it? IIS or web.config? Are there any caveats or considerations?
Thanks for your help,
Tomas