开发者

Putting an ASP.Net MVC project on a server for team development with VS Pro Team version

开发者 https://www.devze.com 2022-12-11 14:18 出处:网络
Can anyone give me advice on where to start when it comes to setting up a projec开发者_如何学Ct on a server so that my helper and I can check out code files?I have a hosting account with Go Daddy - II

Can anyone give me advice on where to start when it comes to setting up a projec开发者_如何学Ct on a server so that my helper and I can check out code files? I have a hosting account with Go Daddy - IIS 7, if that can be used.

Also, I'm looking for advice on how to learn more about setting up my database on a server - currently my project has it set up similar to the MVC tutorial "Nerd Dinner". I have 2 SQL server databases that came with my hosting account package.

Thanks for helping a newbie!


What you are probably looking to do is setup source control. These days there are two good free options--SVN and Git. Both should work for you, and this isn't the place to have the 399350293456th SVN vs. Git debate. Do some research and pick one.

In any case, you can get hosting for each from a variety of service providers, or setup hosting on your own. At your scale, a provider probably makes sense as it doesn't seem you have the infrastructure to host.

Then each of you can work locally and commit changes to the repository and therefore keep on the proverbial same page.

0

精彩评论

暂无评论...
验证码 换一张
取 消