1

When the path refers to the actual folder structure and points to the page it's not a problem, i.e. "/Default.aspx/MyMethod", however if "/" brings up "Default.aspx", then "/MyMethod" means something different. Is it even possible at all?

A possible solution, and probably a better one, is to use a web service, which is what I'm using at the moment.

Shagglez
  • 1,522
  • 3
  • 21
  • 38

1 Answers1

2

You can add the following:

PageMethods.set_path('/yourpage.aspx');

I found this solution here

George Mavritsakis
  • 6,829
  • 2
  • 35
  • 42