Similar to this question, I have problems with a backslash in my route parameter. The parameter presents a windows folder and subfolder structure, which contains backslashes.
However, every browser (Chrome, Firefox, IE) converts the backslash automatically to a slash.
Controller/Action/Myfolder\Mysubfolder\AnotherSubfolder
Always becomes:
Controller/Action/Myfolder/Mysubfolder/AnotherSubfolder