I have inherited a web application, that was built in 2003, and I have converted it to 2005.
There is a main website, and then 2 other websites which contain user controls. All the navigation is channelled through a main page ( main.aspx), which then populates the user control in the viewing area according the menu selection.
The way the app works in 2005, is that the dlls of the 2 'sub' websites are included in the main website.
2005 does not allow this, and will only add references if it is a project.
So my question is:
Is there a way that i can reference these subsites, without having to rebuild them all, which will take alot of time.
thanks in advance
There is a main website, and then 2 other websites which contain user controls. All the navigation is channelled through a main page ( main.aspx), which then populates the user control in the viewing area according the menu selection.
The way the app works in 2005, is that the dlls of the 2 'sub' websites are included in the main website.
2005 does not allow this, and will only add references if it is a project.
So my question is:
Is there a way that i can reference these subsites, without having to rebuild them all, which will take alot of time.
thanks in advance