Allow loading of JSON files in Visual Studio Express 2013 for Web

后端 未结 4 1014
醉酒成梦
醉酒成梦 2020-11-30 22:36

I have the problem, that the IIS from Visual Studio Express 2013 for Web doesn\'t allow the loading of *.json files. When trying to load a *.json file I get a 403 Forbidden

4条回答
  •  攒了一身酷
    2020-11-30 23:12

    Better add remove tag in case future IIS has build in json support. This is my web.config section of mimeMap.

    
      
          
          
          
          
          
          
      
    
    

提交回复
热议问题