Coordinator
Dec 2 2009 at 6:29 PM
Edited Dec 2 2009 at 7:10 PM
|
Problem:
You may receive an exception:
Request for the permission of type 'System.Security.Permissions.SecurityPermission'
Fiddler tries to load the Watcher plugin from an location with lower trust than Fiddler has. For example, you load Fiddler from c:\program files\fiddler, and load Watcher from a network share \\server\user\Documents\Fiddler\Scripts.
This might happen if your network uses 'roaming user profiles'. The Code Access Security policy in .NET will throw an error in such a case.
Resolution:
Install Watcher to your local user directory, typically C:\Users\chris\Documents\Fiddler2\Scripts\.
If that doesn't solve the issue (uncommon), then you could install the Watcher plugin into the scripts folder of Fiddler's install directory, typically at: C:\Program Files (x86)\Fiddler2\Scripts\ or C:\Program Files\Fiddler2\Scripts\
|