How to precompile WCF code and then host it on IIS ?
Posted
by Attilah
on Stack Overflow
See other posts from Stack Overflow
or by Attilah
Published on 2010-03-15T11:25:07Z
Indexed on
2010/03/15
12:09 UTC
Read the original article
Hit count: 286
How do you precompile WCF code so that the WCF code can't be seen by anyone who has access to the WCF code.
it's possible to this with ASP.NET code by using the "precompilation" feature. basically, what the precompilation feature does is enable the developper to deploy "binaries" to IIS instead of a folder containing source code. can this be done with WCF too ?
© Stack Overflow or respective owner