Electron.NET“无法加载资源:net::ERR_CONNECTION_REFUSED”
我主要使用 IIS Express 来开发这个应用程序进行测试(比 Electron 启动速度更快)。现在,当我尝试使用 Electronize start 在 Electron.NET 中运行它时,几乎所有服务器端资源都拒绝我的连接。我尝试四处寻找导致此问题的原因,但没有找到任何结果。
有什么建议吗?
我正在尝试访问的资源之一
background-image: url("https://localhost:5001/Home/MissingTexture");
另一个资源
GET https://localhost:44338/lib/jquery/dist/jquery.js net::ERR_CONNECTION_REFUSED
I mainly developed this app using IIS Express for testing (Faster to start than Electron). Now when I try and run it in Electron.NET using electronize start
, almost all of my server-side resources are refusing my connection. I've tried looking around for the cause of this but I've not found anything.
Any suggestions?
One of the resources I'm trying to access
background-image: url("https://localhost:5001/Home/MissingTexture");
Another resource
GET https://localhost:44338/lib/jquery/dist/jquery.js net::ERR_CONNECTION_REFUSED
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论