E
ElGordo
Gurus:
I have been working on a .Net project called "SolutionA" which was given to
me (already completed) for some time. The solution had some baseline web
functionality, and I was asked to implement some additional client requests.
All is well and works fine using this SolutionA file set. Minor requests
are still implemented for this solution.
Today I was given a new project which requires modification of the original
solution (the one with baseline features). Different application requests
have been made for it. The solution files all have the same name as the
ones I've been modifying (SolutionA).
I tried creating a completely new asp.net project called SolutionB, then
copying the new SolutionA files to its folder (overwriting files, etc). But
when I open the SolutionB project, it tries to read off of the existing
SolutionA application on my machine.
How can I install/configure/rename the new SolutionA files to run
side-by-side with my existing SolutionA? (They use a different DB, so
there's no trouble there).
Is there a list of config files I need to rename / manipulate?
I have been working on a .Net project called "SolutionA" which was given to
me (already completed) for some time. The solution had some baseline web
functionality, and I was asked to implement some additional client requests.
All is well and works fine using this SolutionA file set. Minor requests
are still implemented for this solution.
Today I was given a new project which requires modification of the original
solution (the one with baseline features). Different application requests
have been made for it. The solution files all have the same name as the
ones I've been modifying (SolutionA).
I tried creating a completely new asp.net project called SolutionB, then
copying the new SolutionA files to its folder (overwriting files, etc). But
when I open the SolutionB project, it tries to read off of the existing
SolutionA application on my machine.
How can I install/configure/rename the new SolutionA files to run
side-by-side with my existing SolutionA? (They use a different DB, so
there's no trouble there).
Is there a list of config files I need to rename / manipulate?