Forum Moderators: mack
I am new to the issue of search engines continuing to look for pages that have been deleted. This is the first time I have permanently deleted a page as opposed to simply renaming it.
I'm fairly certain I need to send a 301 response, but if the page no longer exists, how do I do that?
Do I need to re-create the page and use it to send the 301 response?
I am using ASP Classic on IIS 5.
For example, I have a 404 error handler page. I could modify that to check what file returned the 404 and instead of showing my normal error handling page I could instead send the 410. Would that work?