Posted on: 12/3/2014 4:58:53 AM | Views : 482

Hi
I've implemented a website using url routings. My development environment is windows8.1, IIS8.5, VS2012 - net4.5
In my website I've both friendly and normal pages (with extension .aspx). I declare my routes in the Global.asax and test all senarios so if a page is called and does not apply in the list it will appear in the old fashion way.
So I tried to install my site on my client's server to test the site before moving to finall rollout.
On the production server I have windows2008 SR pack 1, IIS7.5, .net 4.5
After installing my site, which basically I just created a simple site with anonymous authentication, all pages that are served with friendly URL, return error 404. The other pages (.aspx), they are OK.
I tried to install the excat site to another environment, with windows server 2012, IIS8 .net4.5 and I hade the same errors.
I didn't do any condiguration on the development and it work fine.
Please I need ...

Go to the complete details ...