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.
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
Post a Comment