ASP.NET routing: Literal sub-segment between tokens, and route values with a character from the literal sub-segment

前端 未结 3 1333
暖寄归人
暖寄归人 2020-12-18 23:51

The reason I\'m asking is because IIS protects certain ASP.NET folders, like Bin, App_Data, App_Code, etc. Even if the URL does not map to an actual file system folder IIS r

3条回答
  •  清酒与你
    2020-12-19 00:29

    With ASP.NET MVC if you look at the source they have a hard-coded value for the path separator (/) and to my knowledge cannot be changed.

提交回复
热议问题