Y
Yofnik
Hello,
We have developed a web application that provides a specific set of
functionality. Our customers may want to add a few additional ASP.NET
web pages to this web application to provide some additional custom
functionality.
We do not want to provide them with the code for our "base" set of web
pages. Ideally, we would like the pages they develop to reside in
another assembly to keep the code bases separate.
Can pages from both of these assemblies run in a single web
application? I did a quick test and could not get this to work. How
would I go about doing this? If its not possible what are my other
options for handling a scenario like this?
If possible, I would like to avoid having a whole new Virtual
directory web application as I would like to share the same security
settings, database connections, styles, images, and general look and
feel.
Any advice is appreciated.
Thanks,
Yofnik
We have developed a web application that provides a specific set of
functionality. Our customers may want to add a few additional ASP.NET
web pages to this web application to provide some additional custom
functionality.
We do not want to provide them with the code for our "base" set of web
pages. Ideally, we would like the pages they develop to reside in
another assembly to keep the code bases separate.
Can pages from both of these assemblies run in a single web
application? I did a quick test and could not get this to work. How
would I go about doing this? If its not possible what are my other
options for handling a scenario like this?
If possible, I would like to avoid having a whole new Virtual
directory web application as I would like to share the same security
settings, database connections, styles, images, and general look and
feel.
Any advice is appreciated.
Thanks,
Yofnik