Posts by Ariel • 131 points
2 posts
-
1
votes1
answer620
viewsA: C# MVC Routebase routing Too Many Redirects
After a little searching I discovered that my problem was actually related to the . NET cache, I had not used the method clone. If the clone is not used the value copied from a Cache will maintain a…
-
2
votes1
answer620
viewsQ: C# MVC Routebase routing Too Many Redirects
I have an all dynamic system where I get all my paths, controllers, views and areas from the BD. My problem now is when I try to access a page it returns to me too many redirects response. What…