how to do iis 7 url rewrite to avoid processing static html file requests for an aspnet mvc applicat

Posted by ROHITH on Stack Overflow See other posts from Stack Overflow or by ROHITH
Published on 2010-04-06T10:21:23Z Indexed on 2010/04/06 10:23 UTC
Read the original article Hit count: 316

Filed under:
|

currently i am developing an aspnet mvc application on iis 5.5.So i have given wild card mapping.I know if we give wild card mapping ,all request go through the asp.net execution pipeline pipeline.(correct me if i am wrong).and in iis7 or above ,we have in built url rewrite engine.What i want to know,in iis7 or above will a request to static html page will go through the aspnet mvc execution pipeline?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about iis7