gpt4 book ai didi

asp.net - 当我在 ASP.NET MVC 应用程序中查找 .json 文件时,出现 404 Not Found

转载 作者:行者123 更新时间:2023-12-02 08:32:30 24 4
gpt4 key购买 nike

我的 ASP.NET MVC 5 应用程序找不到 json 文件。当我查找 json 文件时,我收到 404 错误,但如果我在同一目录中查找 png 文件,它会发现该错误。在 web.config 中我有:

<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>

我还需要在 Visual Studio 中执行其他操作才能查找 json 文件吗?

最佳答案

<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json; charset=UTF-8" />
</staticContent>
</system.webServer>

参见adding .json handler support in IIS .

此外,通过放置断点确保请求不会进入路由框架。 (由于提供了 PNG,这可能不是问题)

关于asp.net - 当我在 ASP.NET MVC 应用程序中查找 .json 文件时,出现 404 Not Found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22951046/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com