IIS 7 problem which does not occur under apache
Posted
by cc0
on Stack Overflow
See other posts from Stack Overflow
or by cc0
Published on 2010-04-08T08:34:49Z
Indexed on
2010/04/08
9:13 UTC
Read the original article
Hit count: 223
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!
© Stack Overflow or respective owner