I made a simple net mvc web api using entity framework, when I make an api call I am getting this error in chrome:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
in IE this error does not appear, instead the result of the api leads to a download of a json file... I want the response to be set in such as way that the results will appear in the browser, and not as a download, how do I do this?