Electron.NET“无法加载资源:net::ERR_CONNECTION_REFUSED”

发布于 2025-01-11 13:32:56 字数 439 浏览 0 评论 0原文

我主要使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文