G
Guest
Can anyone offer some advice on this.
I have a large web based application, 100+ aspx pages, 100's of
webUserControls etc. While all of the system is structued & layered as n-tier
we cannot seem to spilt the web application up into discreet modules. i.e.
there is a core services framework that all areas of the application use but
majoiry of the modules we have in the application are standalone or talk to
other modules through variuos interfaces.
However I would like like to stop deveoping this as a single humongous web
site (as it keeps on growing) and develop individual web application modules
that can be more easily version controlled. As you can imagine one change
means a complete upgrade of an enitire site rather than just a small module.
It seems very difficult (impossible) to "Share" components such as custom
web user controls across different web projects while developing.
All the modules & framework when deployed should sit in a single IIS web
application area on the server.
Has anyone done this or have any suggestions, Is it even possbile?
Regards
Toby
I have a large web based application, 100+ aspx pages, 100's of
webUserControls etc. While all of the system is structued & layered as n-tier
we cannot seem to spilt the web application up into discreet modules. i.e.
there is a core services framework that all areas of the application use but
majoiry of the modules we have in the application are standalone or talk to
other modules through variuos interfaces.
However I would like like to stop deveoping this as a single humongous web
site (as it keeps on growing) and develop individual web application modules
that can be more easily version controlled. As you can imagine one change
means a complete upgrade of an enitire site rather than just a small module.
It seems very difficult (impossible) to "Share" components such as custom
web user controls across different web projects while developing.
All the modules & framework when deployed should sit in a single IIS web
application area on the server.
Has anyone done this or have any suggestions, Is it even possbile?
Regards
Toby