我有现有的ASP.NETWebAPI,我想要迁移到ASP.NET核心WebAPI,但在路由方面面临一些问题。public async Task<IEnumerable<string>> Get(int xId, int yId, int aId, int bId)
在当前场景(ASP.NETWebAPI)中,所有客户端都可以
我已经部署了一个包含与Web通信的Web项目的新应用程序。我已经将此链接用作设置它的引用; IIS已经在此测试服务器上设置了一段时间,因此不需要重复某些步骤。在IIS中,如果我浏览Web,将按以下方式启动。
Response status code does not indicate success: 404 (Not Found) for a simple get call to the Web API.