我正在尝试为我的WCF启用ssl,我正在从本教程中执行以下步骤:
http://cgeers.com/2012/01/30/enabling-ssl-for-a-wcf-service/
我甚至试图运行示例应用程序(http://cgeers.com/download/ Article#64)
但在我的应用程序和示例应用程序中我得到了
fault exception was unhandled
The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
在这一行
var customers = proxy.GetCustomers();
任何人都可以帮忙吗?
EDIT 我添加了一个错误的打印屏幕,其中包含详细信息