NetWork Caspol Error - C# Application
Go to bin directory of your application and look for [application].config file
Look for the below mentioned tag
<configuration>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
To be precise. Update the Tag as mentioned about problem will be resolved
Comments
Post a Comment