I\'m using IIS 7.5 and I\'m unable to load the less file because it gives a 404 error.
HTML:
When using webmatrix go to "Documents\IISExpress\config" open "applicationhost.config" and add the line mimeMap fileExtension=".less" mimeType="text/css" under the section "staticContent". Hope this helps.