ASP.NET development issue.

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.
 
S

Steve C. Orr [MVP, MCSD]

I suggest each developer works locally, thereby avoiding the problem.
 
J

Jeff B

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top