Does anyone know how this is accomplished? If you are using FriendlyURL's then you can't natively use PageMethods.
For example, while using FriendlyURL's, instead of going to Default.aspx, I'm now going to just Default.
The problem is, the page method wants to go to Default\MyPageMethod instead of Default.aspx\MyPageMethod. You would think it would work, but it's not.