protected override object GetFeatureByName(string name)
{
return "help".Equals(name, StringComparison.OrdinalIgnoreCase)
? null
: base.GetFeatureByName(name);
}
Hello,--
Through a view source action visitors are able to see the actual ashx page. The is a link called in my case 'try these using the JsonService test page'. On that test page all methods are presented to the (unwanted) visitors. How can I hide the test page or available methods?
Thanks for responding.
You received this message because you are subscribed to the Google Groups "Jayrock" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jayrock+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.