Is it possible to change the rewrite rules in asp.net mvc web.config using code?
I want to be able to add/update/delete rewrite rules from the web.config.
Is th开发者_如何学Cis possible and are there any gotchas?
You can use Global.asax to do routing. You can also write custom class so the rules can be defined in a database or xml file.
精彩评论