Tagged Questions
0
votes
8answers
3k views
Access denied when code is executed remotely as a wcf service
Following my previous question The folowing code when executed locally as a console app is working fine, But when I include the same code in a WCF service, I am getting Access is denied exception.
...