aspNetCompatibility WCF and WinForm
Posted
by user190084
on Stack Overflow
See other posts from Stack Overflow
or by user190084
Published on 2010-02-07T18:54:16Z
Indexed on
2010/04/03
5:23 UTC
Read the original article
Hit count: 460
I would like to use Windows Forms with a WCF service and leverage the pre-built authentication of asp.net by using aspNetCompatibilityEnabled = true in the WCF service.
Is there any module or pre-built assemblies that can add ASP.NET functionality to a Windows Forms application? As far as I understand, this functionality isn't built into Windows Forms and can't be leveraged.
© Stack Overflow or respective owner