Forum Moderators: open
I have a website that was developed in ASP. The site itself is about 6 months old and was updated to ASP (from html) about 2 months back. The new ASP pages are just about starting to appear on all the search engines. However, after some thought and for some new features that I wanted to add, I decided to upgrade the site fully to aspx (ASP.Net).
All pages on my website will now be changing to aspx (from asp). What will be the effect on the search engine results? Will this cause any kind of penalty? Just need some thoughts on this from the experts.
Flip
You can still use the .asp extention for ASP.Net, you do not have to change your urls to .aspx
If you will not be using classic ASP on your site any more then use extension mapping in IIS to point .asp pages to the ASP.Net processor.
This way your URLs stay the same and you don't risk losing your rankings in the search engines.