I have created this header file (ascx) that dynamically changes depending on
the page it's on. I would like to keep this file in one location so I can
change my menus at one place without having to go into each project
directory and change it. However I can't seem to figure out a way to allow
my projects to only include this one ascx without getting an "The vitual
path blah/blah.ascx maps to another application, which is not allowed". Is
there any way around this?