ASP.NET MVC Routing, "bin" as a route parameter value
- by Alper Ozcetin
Hi everybody,
We are developing an English-Turkish dictionary website.
"Bin" means "Thousand" in Turkish. So when a user asks for http://tureng.com/search/bin we should show her the meaning of "Bin" in English. However, since /bin is a special directory, she got a 404.
Any ideas to solve it?
Thanks.