anaisbetts / SassAndCoffee

SassAndCoffee adds support in ASP.NET MVC to (you guessed it!) Sass/SCSS and CoffeeScript
http://blog.paulbetts.org/index.php/2011/06/06/new-release-sassandcoffee-0-9-now-not-glacially-slow/
Microsoft Public License
199 stars 37 forks source link

IIS hanging on CS requests #22

Closed jhollingworth closed 13 years ago

jhollingworth commented 13 years ago

Hi, I have just deployed a web app that's using coffeescript compilation and IIS is hanging on requests for these files. When I look at incoming requests for the worker process there are a number of requests for js files which stay in either the ExecuteRequestHandler or ResolveRequestState for a v. long time. Any thoughts on what could be the issue (It works fine in my local environment)

jhollingworth commented 13 years ago

duplicate