Click here to Skip to main content
15,891,837 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are 5 members for creating web application in dotnet which contains 10 aspx pages...

by sharing 5 members (like each member take 2 pages ) we should develop this

My question is How can integrate all these after complete individual member developing..?
Is there any tool for integrate or update my application?

How should implement application in real time(in company)..?

How can host that completed Application ?

please tell me sir..

no body can tell out side...?
Posted

1 solution

1. Ideal solution for this would be to use a source control like SVN/VSS/mercurial. that way all you guys can actually have the complete project in one central location and can work on individual pages.

2. Otherwise you can simply copy all the pages in a single website and recompile, that should work too (i would not recommend that, if you do this do proper testing of UI and behavior)

3. In companies source control is always used. I myself have used VSS and SVN. try VSS it is easy for beginners.

4. and regarding the hosting question. if you want to host it for intranet host it on any computer having IIS and decent configuration. If you are planning to host on internet then you will have to buy server space and domain perhaps.
 
Share this answer
 
Comments
DGKumar 13-Mar-12 9:01am    
Thank you Sir....!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900