I have a website built in dot net 4.0 using CMS (sitefinity4.0). This site is hosted on IIS6.0 I was trying URL Canonicalization where i need mysite.com/innerpages.aspx to redirect www.mysite.com/innerpages.aspx When I do a 302 redirection for mysite.com it works fine and the pages get redirected to www.mysite.com/innerpage.aspx but when i attempt to do 301 redirects the its shows 404 error for eurl.axd/.
The same setup on staging(with same app and IIS setting) works fine for 301 and 302 redirects.
While looking for solution I come across articles suggesting to disable ASP.NET v4.0 Extensionless URL feature on IIS 6.0 - Default.aspx page won't load on IIS 6
But I have checked the setting on staging and found that it is not disabled on staging. hence I am not sure if this will work.
Please help.