问题描述
我在State full Asp.Net核心应用程序的帮助下创建了Service Fabric应用程序,并使用默认的Angular 5模板。
I have created the Service fabric application with the help of State full Asp.Net core application with default Angular 5 template.
在应用程序没有任何更改的情况下,我已经运行它并将其部署在本地群集中,但在从Local Cluster访问应用程序时,我能够访问index.html,但它没有按预期显示,浏览器控制台显示错误"加载资源失败
:服务器响应状态为410(已完成)"对于所有捆绑JS文件。
Without any changes in application, I have run it and deployed the it in local cluster, but while accessing the application from Local Cluster I am able to hit index.html , but it doesn't display as expected, in browser console its showing error "Failed to load resource: the server responded with a status of 410 (Gone)" for all bundle JS files.
当我点击浏览网址时,我在Azure服务结构群集中部署了相同的应用程序 服务
Fabric Explorer .... ...: 19080 / Explorer,显示
And the same application I have deployed in Azure Service fabric cluster when I clicked on the explore URL Service Fabric Explorer .......:19080/Explorer, its showing
请帮助我在本地和天蓝色服务结构集群中配置应用程序
Kindly help me to configure the application in local and azure service fabric cluster
谢谢&问候,
Ankush Bute
Ankush Bute
推荐答案
这篇关于在Service Fabric中使用Angular模板的Asp.net核心 - 获取访问应用程序的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!