Forum Moderators: open
Appart from the fact that we will loose existing rankings because of URL changes (.aspx!) my concern ist that I have no idea how will spiders react to an .aspx content.
Does anybody have any kind of experience with this issue?
The way to do that is to map the .asp extension to feed into the .net interpreter instead of the standard .asp interpreter. You can do that by:
This should work.
Spiders will have no problem with .aspx as long as the spider doesn't have to click a button. If the content is static, the spider will see exactly what is in the editor when you do a View Source. Spiders don't generally care what the file extension is on a file.
The added benefit of a custom 404 handler is that you get full control over what happens when users enter a bad URL - whether you issue a 404 or 301 or whatever is all up to you and you don't have to constantly beg your hosting provider to make changes for you.
This one is written in .ASP but should be directly portable to .aspx - I think I used it as the basis for the one I use on my .NET site:
[evolvedcode.net...]
It'll take a while for your .aspx pages to get indexed, but there aren't any search engines (at least none that matter) who are hostile to .ASPX file extensions.