Hi,
i have problem, when i set this row to Configuration method
Code:
public static void Configure()
{
DisallowFeature( RazorFeatures.FilterWeather );
DisallowFeature( RazorFeatures.FilterLight );
}
And i start with "Negotiate features with server" as checked, an i have set filter light on razor. Light on server is stay filtered by razor.
I was thing that this setting can help disable this filter. Or i understand wrong?
