I have products that get discontinued so when I delete them from my database I use Server.Transfer to redirect to a discontinued.asp page that says it's no longer available... and it preserves the original url. From a SEO standpoint, is this a better solution that using Response.Redirect?
I guess I'm just not clear on how both are seen by search engines/bots.
Thanks