简体   繁体   中英

IIS 7 problem which does not occur under apache

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.

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.

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.

Any help is appreciated!

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM