Search code examples
asp.net-mvcroutesspecial-foldersbin

ASP.NET MVC Routing, "bin" as a route parameter value


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.


Solution

  • Removing /bin from IIS 7 hiddenSegments, solved the problem.