View Single Post
Old 07-21-2007, 05:38 AM   #18 (permalink)
Estelendil
Lurker
 
Join Date: Jan 2006
Posts: 1
Default

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?
Estelendil is offline   Reply With Quote