I am using aspx page. Is there a way to enable GET request using WebMethod? This is the link I am trying to reach in debug, but it doesn't stops on break point:
[WebMethod]
public static string Dial() {
return "test";
}