CSS 和 JS 文件加载
我们的 Web 应用程序部署在由 NLB 控制的 2 个 WFE 服务器上
两台服务器在 GAC 中安装了相同的 DLL,也安装了相同的 Web 文件,在服务器 A 上打开网站时,它工作正常,但在服务器 B 上,没有样式和 JS 文件已加载。
会不会是IIS的问题?
Our web application is deployed over 2 WFE servers controlled by an NLB
Both servers have the same DLLS installed in the GAC also same web files, when opening the website at server A it works fine but in case of server B no styles and JS files are loaded.
Could it be an issue caused by IIS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
问题似乎出在 IIS 下创建的网站,我已删除并创建了它。现在工作正常了。
谢谢
Well the issue seemed to be with the web site created under IIS, I have removed and created it . it works fine now .
thanks
检查授予 APP POOl 用户的权限
Check permissions given to the APP POOl user
当您将文件上传到服务器时,它可能未引用正确的路径。
因此,如果您更改
.css
和.js
文件的链接,它可能会起作用。When you upload the files to server, it may not reference to the correct path.
So it will be probobly work if you change the links of your
.css
and.js
files.