ASP.NET development issue.

  • Thread starter Thread starter Niks
  • Start date Start date
N

Niks

There are two ppl who are developing a simple ASP.Net web app (just to
retrieve
data from DB and update etc) on a remote server . Our Concern is

- If we develop on the same server and use code behind, to check each
persons page one needs to Build the solution each time he wants to
test and at the same time other person might be working a diff page
can get errors. How to sync this situation.

- or it would be better not to go with code behind at all coz it is a
simple web app.

Any Ideas Appreciated.
 
I suggest using a version control system such as Visual Source Safe that
allows a developer to Check-Out, Check-In pages as they are being worked on.

Jeff Brint
Senior Systems Architect
AAON, Inc.
 
Back
Top