Hi,
I want to stroe my routes in DB and register them in Application_Start of Global.asax.cs. Everything is fine but any change in the DB, I have to reset the app in order to let app to pick up my changes.
If i can reset the routes without restart the app, the problem will be solved. How would I achive it geeks? A custom httpmodule? or...