ASP.NET MVC Routing, "bin" as a route parameter value
Posted
by Alper Ozcetin
on Stack Overflow
See other posts from Stack Overflow
or by Alper Ozcetin
Published on 2010-05-29T15:19:12Z
Indexed on
2010/05/29
15:22 UTC
Read the original article
Hit count: 561
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.
© Stack Overflow or respective owner