G
Guest
Hi,
I've done a bit of reading on setting up an Isolated .NET environment for
each of my developers. We all run Windows XP Pro, IIS and have local
instances of SQL Server for development.
I have a few problems that I am trying to work around.
1) All our sites are created using virtual paths. If I am to adopt the
isolated model and develop on each developers machine, when you create
projects locally the web application is created in a subfolder to the web
root. This breaks all our images, javascript files and styles sheets links.
Is there any other solution other than to change the way we reference our
files, so we can then run and debug these projects locally? (These aren't
controls, just simple html tags).
2) I am trying to find a solution/structure on how to setup the developers
machine for the purpose of maintaining/developing the many websites we have.
The developer only needs to be able to work on one website at a time. I was
thinking along the lines of that the developer could check out the latest
version of the code to a directory and then run a script which would change
the home directory of http://localhost to be the project they wished to work
on.
thanks in advance
Ralph
I've done a bit of reading on setting up an Isolated .NET environment for
each of my developers. We all run Windows XP Pro, IIS and have local
instances of SQL Server for development.
I have a few problems that I am trying to work around.
1) All our sites are created using virtual paths. If I am to adopt the
isolated model and develop on each developers machine, when you create
projects locally the web application is created in a subfolder to the web
root. This breaks all our images, javascript files and styles sheets links.
Is there any other solution other than to change the way we reference our
files, so we can then run and debug these projects locally? (These aren't
controls, just simple html tags).
2) I am trying to find a solution/structure on how to setup the developers
machine for the purpose of maintaining/developing the many websites we have.
The developer only needs to be able to work on one website at a time. I was
thinking along the lines of that the developer could check out the latest
version of the code to a directory and then run a script which would change
the home directory of http://localhost to be the project they wished to work
on.
thanks in advance
Ralph