S
Steven Spits
Hi,
Because we have a large WebApp, back in 2002 we decided to use the following
method:
http://support.microsoft.com/default.aspx?scid=kb;en-us;307467
In short:
Create a project "a" at http//localhost/MyWebApp
Create a project "b" at http//localhost/MyWebApp/Part1
Create a project "c" at http//localhost/MyWebApp/Part2
In IIS, remove applications for project "b" and "c" and add references to
project "b" and "c" from project "a". Works like a charm!
This method has serveral advantages: your solution only contains the
projects you're working on (quickly compiled) and we get a seperate DLL for
each project (easy deployment).
But in VS 2005 the concept of projects doesn't exist anymore for websites.
If I convert & open project "a"', it also contains project "b" and "c".
Is there still a way to compile our website to multiple DLL's?
Steven
- - -
Because we have a large WebApp, back in 2002 we decided to use the following
method:
http://support.microsoft.com/default.aspx?scid=kb;en-us;307467
In short:
Create a project "a" at http//localhost/MyWebApp
Create a project "b" at http//localhost/MyWebApp/Part1
Create a project "c" at http//localhost/MyWebApp/Part2
In IIS, remove applications for project "b" and "c" and add references to
project "b" and "c" from project "a". Works like a charm!
This method has serveral advantages: your solution only contains the
projects you're working on (quickly compiled) and we get a seperate DLL for
each project (easy deployment).
But in VS 2005 the concept of projects doesn't exist anymore for websites.
If I convert & open project "a"', it also contains project "b" and "c".
Is there still a way to compile our website to multiple DLL's?
Steven
- - -