PageMethods does not appear to properly generate the URLs for the
subprojects. For example the proper path to a page in a subproject may
be:
~/SubProject/WebForm2.aspx?PageMethod=EditUser&size=50
but PageMethods generates the following instead:
~/WebForm2.aspx?PageMethod=EditUser&size=50
Has anyone else encountered this or know a workaround?
Thanks.
I'll give a try to sub-projects and see if something can be done to
improve the support for them.
I tried your suggestion and setting the Base URL works. I also saw in
the tutorial how you could set the base namespace which is very useful
as I had some pages with the same name in the main project and the
subprojects so I now give PageMethods a unique base namespace in each
of the projects.
Thanks,
Lee