Hi! I am trying to create a WCF service in JScript.NET. (I know, I should do it in C# or VB.NET, but humour me, please.) Has anyone done this before?
I can create .asmx web services, but I'm not sure how I have to modify web.config to make the .svc file work -- do I need to precompile things?
Also, I am (for right now) trying to do this using inline code -- is this feasible, or do I really need a code-behind if I'm doing things by hand...
Thanks!