How to disable ASP.NET MVC url routing
Posted
by Luke101
on Stack Overflow
See other posts from Stack Overflow
or by Luke101
Published on 2010-03-31T06:49:22Z
Indexed on
2010/03/31
6:53 UTC
Read the original article
Hit count: 481
asp.net-mvc
|c#
Just would like to know how do I disable URL Rewriting in asp.net MVC. I don't need url rewriting in my application and would like to turn it off. Reason: I am aware that url rewriting uses reflection and would like to save a few cpu cycles by avoiding it. Thanks
© Stack Overflow or respective owner