iis - MVC 4 Web Api Route 404 issue -


i have plain-vanilla mvc 4 web api project created using vs2012. (/api/values) works out-of-the-box on localhost not when deployed on iis (packages created using standard "publish..." project menu).

after been through lot of articles , reading suggestion similar issue found route tester visualized how iis interpreting request.

web api request on localhost vs. iis

as screenshot revels, iis interpreting ~/api/values ~/api/values.aspx

any input on why happening , suggestion on how resolve highly appreciated.

thanks lot help.


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

How to Change swipe Tab Title color in java Android -

Using globs in Perl replace one liner in TCL script -