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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -