dotnet35 not showing

Hi,
Trying to use the dotnet35 build on a 3.5 webforms site.

I have the following in web.config

<add name=“MiniProfiler” path=“mini-profiler-resources/" verb="” type=“System.Web.Routing.UrlRoutingModule” resourceType=“Unspecified” preCondition=“integratedMode” />

but still I get a 404 on http://localhost:9999/mini-profiler-resources/includes.js?whatever

UPDATE:
This happens when debugging (running thru VS), when accessing normally (IIS) it’s OK.
Still, would like to find a solution :smile:
FURTHER:
It doesn’t work when moved to another server (with needed config line).