Hi Kamyar and thanks for answering,
I am installing YAF on my machine.
I am looking into machine.config at ther path you've specified but the only line containing "trust" is:
<section name="trust" type="System.Web.Configuration.TrustSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
In <configuration> <configSections> "node". Is it correct?
I've looked into web.config and no "trust level" keywords appeared.
I've added that line to web.config, node <system.web>:
<trust level="Full">
But the test has returned "unrestricted" again.
I don't know which values are correct for "originUrl" and "process..".
Any help will be appreciated!