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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -