Attilah
Attilah

Reputation: 17932

Source code hosting for ASP.NET and WCF projects

I'm working on a project with 2 other developers and I need to host it online. I need a site to host it for me with features such as version control, and others neat features.

can you suggest any ?

the project is not an open source one.

thanks.

Upvotes: 1

Views: 1026

Answers (5)

alexdej
alexdej

Reputation: 3781

A lot of webhosts include these features as part of the normal monthly hosting plans. For example I use dreamhost.com and get subversion and trac included.

Upvotes: 0

Stefan
Stefan

Reputation: 1739

I'm using unfuddle and highly recommend it. It's free for 200MB/2 users. Subversion and Git are supported and the interface is nice and clean.

Upvotes: 0

aron
aron

Reputation: 2886

I use projectlocker.com They have a free version. One of the nice features is the monthly report that shows you what everyone on your team did.

Upvotes: 1

Jon Sagara
Jon Sagara

Reputation: 1172

BitBucket, with Mercurial-based source control, has private repositories:

http://bitbucket.org/plans/

Upvotes: 0

MPiccinato
MPiccinato

Reputation: 99

I believe XP-Dev, would work well for you, they offer a free plan that has two private projcets. Pricing is here.

Upvotes: 0

Related Questions