Given the path of an aspx page on my site that's been precompiled, how can get the path to compiled version (dll or other) from a second page on my site so that I can examine its properties, methods and classes via reflection?
Or some other way to generate method/property lists from aspx pages?