asp.net mvc 3 - IgnoreRoute not working for PIE.htc -


i've been search long time , can't seem find mistake. mvc 3 website, need buttons rounded edges, in ie stylesheet register pie.htc. problem when button clicked, pie.htc offered user download when redirecting urlreferr view. implemented pie described here: css3pie in mvc, place pie.htc file?

the following routes should ignored:

routes.ignoreroute("pie.htc"); routes.ignoreroute("{resource}.axd/{*pathinfo}"); routes.ignoreroute("{*favicon}", new { favicon = @"(.*/)?favicon.ico(/.*)?" }); 

resource , favicon work, pie.htc seems ignored. ideas why?


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -