views:

8

answers:

0

Let's say I have an IIS web site. And within it I have another web application defined as application folder not just as a virtual folder (which runs it under same process).

Basically I can access my apps like

http://localhost/
http://localhost/subapp

Is it possible for my subapp to use master pages of the parent app?