dhtmlxScheduler_v30 not working in IIS

Hello,

I have downloaded dhtmlxScheduler_v30 and implmented it into a VS 2008 ASP.Net MVC 1.0 Application. All works well on my development machine including retrieving events from the database via json.

When I move the entire solution (all files, including web.config, *.css, *.js, etc.) to a Test Server running IIS, the Scheduler does not show up?

Thanks
Roy

Scheduler is fully client side, so it must work equally for any web-server.
( change the doctype of generated html page - it possible that you server sends pages with standard doctype, while quirks mode was used on dev. machine or visa verse )