Just installed it without any problems on an existing site. Are you getting 404 or 200 responses back from the server?
Frederik
I tried a fresh install of EPi 7 using the Visual Studio extension tonight. Everything works great until I run "install-package squishit.less" in NuGet. The following files are added to the project:
In web.config this is added:
<configuration>
<configSections>
<section name="dotless" type="dotless.Core.configuration.DotlessConfigurationSectionHandler, dotless.Core" />
</configSections>
<system.webServer>
<handlers>
<add name="dotless" path="*.less" verb="GET" type="dotless.Core.LessCssHttpHandler,dotless.Core" resourceType="File" preCondition="" />
</handlers>
</system.webServers>
<dotless minifyCss="false" cache="true" web="false" />
</configuration>
I have set up my site host to be http://epiforms/ on the IIS. When I browse to the adress I get a blank white page and the response is 500 Internal Server Error (checked with Google Chrome Development toolkit).
Any idea?
If I turn on logging I get the following:
2013-11-12 21:38:56,533 [94] ERROR SearchSettings: Update batch could not be sent to service uri 'http://epiforms/IndexingService/IndexingService.svc/update/?accesskey=local'. Message: 'The remote server returned an error: (500) Internal Server Error. at System.Net.HttpWebRequest.GetResponse()
at EPiServer.Search.RequestHandler.MakeHttpRequest(String url, NamedIndexingServiceElement namedIndexingServiceElement, String method, Stream postData, Action`1 responseHandler)
at EPiServer.Search.RequestHandler.SendRequest(SyndicationFeed feed, String namedIndexingService, Collection`1 ids)'
2013-11-12 21:38:56,534 [94] ERROR SearchSettings: Send batch for named index 'serviceName' failed. Items are left in queue.
Does anyone had the problem when you install Squishit.Less from nuget in your solution and after that breaks the site? Every page is white blank. When I remove the package it works again. Hmm....