English 中文(简体)
Putting an ASP.Net MVC project on a server for team development with VS Pro Team version
原标题:

Can anyone give me advice on where to start when it comes to setting up a project 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.

问题回答

暂无回答




相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

SQL server: Can NT accounts be mapped to SQL server accounts

In our database we have an SQL server account that has the correct roles to access some of the databases. We are now switching to windows authentication and I was wondering if we can create a NT user ...

SQL Server 2000, ADO 2.8, VB6

How to determine if a Transaction is active i.e. before issuing Begin Transaction I want to ensure that no previous transaction are open.. the platform is VB6, MS-SQL Server 2000 and ADO 2.8

热门标签