Reply to comment

Code not working for IIS 6 but is for IIS 7

The css file is not parsing on our IIS 6 server but it does on my local IIS 7 machine. I've altered the web.config for each so that the correct config settings are used for the individual server but it just does not parse on IIS6.



<!-- So we can map paths correctly in css files -->


...




...

Reply