Deploying scheduler on IIS 7.5

I’m testing the scheduler (MVC3 c#) and I’m having a big problem while deploying the application on IIS 7.5.
On Cassini it works just fine, while on IIS 7.5 it seems it can’t find the stylesheets (and I guess the scripts as well).
I modified the index.aspx to reference the stylesheet like this :

with the default reference it's not working either.

am I doing something wrong?
Maybe is there a problem with how it’s setup MVC on the server???

By the way it’s an application under a site.
If I create a site, everything works like a charm, all the reference to scripts and css are working.
I guess it’s because it tries to look for css under the main site where they aren’t located.

Hello,
please check this article
http://scheduler-net.com/docs/faq.html#qscheduler_works_in_the_development_environment_but_does_not_work_when_i_deploy_to_the_website

Ok thanks, I’ll look into that