Hi,
I have a working asp.net app with a lot of telerik controls, jQuery, dynamic data and lots of aax calls.
On my dev machine everything runs fine. No errors. Deployed to the web server (iis7 on w2k8) the app runs fine when seen in IE on the server. But IE on any remote machine (tested on XP and Vista)) gives me a expected ';' javascript error? Most javascript seems to be working ok though. Anyone has seen this before or has a clue what might be wrong? I think it must be a iis7 setting but what?
Edit: Firefox does not give a javascript error, only IE (on 3 different machines)
Edit2: I found that one of my .js files was delivered to IE with the following code(it's part of class, but how does that headerinfo come there??????):
get_numVideos: function()
{
return this._numVideHTTP/1.1 200 OK
Content-Type: application/x-javascript
Last-Modified: ue;
},
Henk.