I want to use a service hosted in IIS
in your examples you're using net.tcp bindings
I want to use basicHttpBindings with wcf under IIS host
can you give a simple example
i've looked at(http://llblgen.com/tinyforum/Messages.aspx?ThreadID=8927&HighLight=1)
if i'm using asmx (everything works fine)
but when i'm using wcf i get back empty entitycollection even though i'm declaring the
wellknowntype attribute
[ServiceKnownType(typeof(CustomerEntity))]
[ServiceKnownType(typeof(EntityCollection))]
on ther service contract?
What am i doing wrong? whats the fix?