logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

HTTP Error 502.5 - Process Failure

.net core 在iis部署遇到502错误:HTTP Error 502.5 - Process FailureCommon causes of this issue:The application process failed to startThe application process started but then stoppedThe application process sta

HTTP Error 502.5 - Process Failure

.net core 在iis部署遇到502错误:HTTP Error 502.5 - Process FailureCommon causes of this issue:The application process failed to startThe application process started but then stoppedThe application process sta

Dify接口api对接,流式接收流式返回(.net)

【代码】Dify接口api对接,流式接收流式返回(.net)

文章图片
#.net
swagger遇到Unable to render this definition,版本不匹配错误

错误提示如下:Unable to render this definitionThe provided definition does not specify a valid version field.Please indicate a valid Swagger or OpenAPI version field. Supported version fields areswagger: "2.

.net core发布到IIS上出现 HTTP Error 500.31 - Failed to load ASP.NET Core runtime

事件查看器>Windows日志>应用程序(Appliction),查看错误日志

文章图片
#.netcore
.net core 读取appsettings.json 文件中文乱码的问题

断点调试的时候发现coll得到值中文乱码,在网上找了一些解决方案说是编码的问题要设置成 UTF-8 with sign先说一下这个设置在哪,visual studio界面 工具 =>自定义 => 命令 =>添加命令 =>文件 =>找到高级保存选项点击 然后关闭,这时在visual studio界面就会有高级保存选项我们需要双击点进appsettings.json 然后

#c#
到底了