gpt4 book ai didi

ASP.NET核心: Calling web api returns 500

转载 作者:行者123 更新时间:2023-12-05 04:12:49 25 4
gpt4 key购买 nike

我是 asp.net 核心应用程序的新手。

我有一个使用存储库模式的 asp.net 核心应用程序。它有一个名为 ApplicationsAPIController 的 API Controller 。

ApplicationsAPIController 有一个返回所有应用程序的 GetApplications 方法。

我已将应用程序发布到远程服务器。从 postman 调用 GetApplications api 时抛出 500 Internal Server Error 并使用以下 HTML 作为响应:

<h1 class="text-danger">Error.</h1>
<h2 class="text-danger">An error occurred while processing your request. </h2>
<h3>Development Mode</h3>
<p>
Swapping to
<strong>Development</strong> environment will display more detailed information about the error that occurred.
</p>
<p>
<strong>Development environment should not be enabled in deployed applications</strong>, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the
<strong>ASPNETCORE_ENVIRONMENT</strong> environment variable to
<strong>Development</strong>, and restarting the application.
</p>

注意:以上 api 在开发环境(本地)中运行良好。

根据错误,我认为我必须设置暂存或生产环境。但是我找不到任何好的一步一步的文档来设置。我尝试了很多方法但都失败了。

最佳答案

500 错误意味着您的代码遇到问题,而不是您忘记分配正确的环境。您需要做的是查看实际错误是什么。您有许多选项,其中最快的可能是启用开发环境错误(考虑临时添加 app.UseDeveloperExceptionPage(); 或将环境设置为“DEV”)。一种更可靠的方法是添加一些应用程序错误处理和日志记录(查看异常过滤器主题)。

关于ASP.NET核心: Calling web api returns 500,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39411224/

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