09 2021 档案
摘要:1、首先安装一个Kestrel服务器包 Microsoft.AspNetCore.Server.Kestrel 2、在Main方法中插入如下代码 static class Program { /// <summary> /// The main entry point for the applica
阅读全文
摘要:1、修改web.config文件内容如下: <?xml version="1.0" encoding="utf-8"?> <configuration> <location path="." inheritInChildApplications="false"> <system.webServer>
阅读全文