How do I create an ASMX web service page without a code behind file
- by Goyuix
I have been able to create ASPX pages without the code behind, but I can't for the life of me figure out the magic combination to get an ASMX page to work without a code behind. Is this even possible?
Thanks