79821346

Date: 2025-11-16 08:52:23
Score: 0.5
Natty:
Report link

Simply remove EnableSession = true since you're not actually using session data:

[WebMethod]
[ScriptMethod(ResponseFormat = ResponseFormat.Json)]
public static string SayHello(string name)
{
    return "Hello " + name;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mina Golzari Dalir