How to allow download of .json file with ASP.NET

前端 未结 6 1162
清酒与你
清酒与你 2020-11-28 20:37

How can I enable the download of *.json files from an old ASP.NET site (IIS6 I am led to believe)?

I am getting a 404 page instead of the JSON file.

Do I nee

6条回答
  •  感情败类
    2020-11-28 21:36

    Just had this issue but had to find the config for IIS Express so I could add the mime types. For me, it was located at C:\Users\\Documents\IISExpress\config\applicationhost.config and I was able to add in the correct "mime map" there.

提交回复
热议问题