SyntaxFix
Write A Post
Hire A Developer
Questions
Try to declare UseHttpGet over your method.
[ScriptMethod(UseHttpGet = true)] public string HelloWorld() { return "Hello World"; }