Azure MVC Web 角色在开发结构下运行时不使用 CSS
当我从 Web 运行应用程序本身或 Azure 部署时,我的页面是使用 CSS 呈现的,但是当在本地结构下运行 Web 角色时,我会得到普通的“无 CSS”样式页面。
我有两个问题:
- 有人知道为什么会发生这种情况吗?
- 调试类似问题的好方法是什么?
When I run either application itself or Azure deployment from Web, my pages are rendered using CSS, but when running the Web role under local fabric, I get plain "no-CSS" style pages.
I have two questions:
- Anybody knows why does it happen?
- What is a good way to debug similar issues?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
(来源:asp.net)
我遇到了这个问题,这解决了它。打开“可选功能”对话框并选中上面屏幕截图中的选项。 (您可以通过转到“开始”并键入不带空格的
可选功能
来快速访问“可选功能”。)由于图像不再可用:以下步骤为我解决了问题:
(source: asp.net)
I had this problem and this solved it. Open up the Optional Features dialog and check off the option from the screenshot above. (You can get to Optional Features quickly by going to Start and typing
optionalfeatures
with no spaces.)As the image is not avaiblable anymore: the following steps solved the problem for me:
运行 HttpWatch、Firebug 或 IE 开发工具,刷新页面,您将很快看到问题所在。这可能只是一个路径问题。
Run HttpWatch, Firebug, or IE Developer Tools, refresh your page, and you'll quickly see where the problem lies. It's likely just a pathing issue.