在http://localhost:56191/WebImages/index中请求页面时出现错误:
*An unhandled exception occurred while processing the request.*<br>
*AmbiguousMatchException: The request matched multiple endpoints. Matches:*
*WebApp.Controllers.WebImagesController.Index (WebApp)*<br>
*WebApp.Views.WebImagesController.Index (WebApp)*
*Microsoft.AspNetCore.Routing.Matching.DefaultEndpointSelector.ReportAmbiguity(CandidateState[] candidateState)*
这可能是由于数据库更新导致我跑了吗?:
"Scaffold-DbContext "Server=Machinexx; Database=MyDBxx; Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -force"
答案 0 :(得分:0)
CodeCaster是正确的。我在View文件夹中找到了另一个具有相同名称的Controller,但我不知道它是如何到达那里的。