Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个全新的带有 IIS7.5 的 WinServer2k8R2。它上面的 Asp.Net 站点不会显示任何 javascript 文件。将其缩小到 QlikView。
当 QlikView 安装在我们的服务器上时,它会接管IIS中每个网站上的 /Scripts/ 文件夹。
有什么办法可以阻止它这样做,或者仅限于一个网站而不是全部?
可能找到了可能的解决方法:
转到 C:\ProgramData\QlikTech\WebServer\config.xml
并将 DefaultUrl 上的端口更改为 80 以外的任何端口:例如
http://_:8080/
不幸的是,我还没有让 QlikView 再次工作