I've created a user control that I need to add to a variety of different aspx
pages. One of the aspx pages sits in the main directory, the other sits in a
sub-directory. When I try to open the aspx page within the subdirectory - I get
a src error when my page references my user controls. How do I fix this? Does
all the usercontrols I'm using have to be copied into the subdirectory as well?
That doesn't seem like an efficient solution since changes to the user control
will have to be made in both the main and sub directories.