B
Bill
I have 2 applications in my web site. The root application and a sub
application. I want them to share certain items like my header and footer
user controls. How do I do this? When ever I try and reference a file in
the main appliaction I get the below error.
Parser Error Message: The virtual path '/mainproject/header.ascx' maps to
another application, which is not allowed.
I don't want to combine them to one application because the sub project is a
forum and I would like to have its own web.config, etc...
application. I want them to share certain items like my header and footer
user controls. How do I do this? When ever I try and reference a file in
the main appliaction I get the below error.
Parser Error Message: The virtual path '/mainproject/header.ascx' maps to
another application, which is not allowed.
I don't want to combine them to one application because the sub project is a
forum and I would like to have its own web.config, etc...