I'm hosting a little site using a JavaScript to draw a simple graph. It involves one html index file, some css and some js files.
我正在使用JavaScript托管一个小网站来绘制一个简单的图形。它涉及一个html索引文件,一些css和一些js文件。
It has all been working perfectly on two different apache servers, but when I set up IIS 7 the ajax calls fail. I get no java debug errors in firefox that I can work with, or any kind of error message at all.
它已经在两个不同的apache服务器上完美地工作,但是当我设置IIS 7时,ajax调用失败。我在firefox中没有得到任何java调试错误,或者任何类型的错误消息。
Without going into the code itself, does anyone have a similar experience with IIS? This is the first time I'm using IIS so I'm not quite sure what to expect to have trouble with. I'd love some input on this, if I have to delve into the code itself I'll make a new thread, I just thought I'd see if this could be a typical issue.
没有进入代码本身,有没有人有类似的IIS经验?这是我第一次使用IIS,所以我不太确定会遇到什么问题。我喜欢这方面的一些意见,如果我必须深入研究代码本身,我将创建一个新的主题,我只是想我会看到这是否是一个典型的问题。
Any help is appreciated!
任何帮助表示赞赏!
1 个解决方案
#1
0
Are you already using Firebug to monitor the AJAX calls in the "Net" tab? What happens if you call the Ajaxy URLs directly? Are you sure all the script files are loaded properly? I'd look into the latter first. – Pekka Apr 8 at 9:15
您是否已经使用Firebug来监控“网络”标签中的AJAX呼叫?如果直接调用Ajaxy URL会发生什么?您确定所有脚本文件都已正确加载吗?我先看看后者。 - Pekka 4月8日9:15
#1
0
Are you already using Firebug to monitor the AJAX calls in the "Net" tab? What happens if you call the Ajaxy URLs directly? Are you sure all the script files are loaded properly? I'd look into the latter first. – Pekka Apr 8 at 9:15
您是否已经使用Firebug来监控“网络”标签中的AJAX呼叫?如果直接调用Ajaxy URL会发生什么?您确定所有脚本文件都已正确加载吗?我先看看后者。 - Pekka 4月8日9:15