【发布时间】:2020-05-07 13:37:24
【问题描述】:
我已经尝试过这个 github 存储库 - https://github.com/johnph/simple-transaction,有时它可以工作(我可以登录),有时它不能(即使使用正确的用户名和密码我也无法登录)。当我无法登录时,它只会抛出No connection could be made because the target machine actively refused it 或Object reference not set to an instance of an object。此一般消息对我进行故障排除没有帮助。
该项目使用 Application Insights 进行日志记录,但我不想用信用卡注册 Azure 帐户。我试图在 web api 项目中放置断点(Identity.WebApi.Controllers,Authenticate 方法),但它也没有到达断点。
【问题讨论】:
标签: c# api asp.net-core logging api-gateway