So I have an application I am working on at work that we have a few hundred 
clients running on. We are working on a brand spanking new ASP.NET MVC 3 app 
for it, and I am working on the routes for this app.

I posted recently on a solution I came up with for dynamic routes, and it 
works fine on a few entries I have in a Sql Express DB. Essentiall it 
creates routes for every entry that I have in this DB.

So, my question is...If I were to implement this on an enterprise 
application, would the creation of several hundred if not thousands of 
routes added into my application have any consequences?

Reply via email to