Needing to have a quickly deployable .asmx web service, I followed the instructions for the question How do I create an ASMX web service page without a code behind file , but found myself without syntax highlighting or Intellisense.
How can I enable syntax highlighting and Intellisense for C# code written directly in a .asmx file, without a code-behind?