简体   繁体   中英

Asp.net hosting provider with build capabilities and source control

Can you suggest an asp.net 3.5 hosting provider with continuous integration (cctray – nant builds) and source control facilities (svn)?

My requirement would be something like this:

  • I checkin to a svn branch (say trunk) on the hosting provider space.
  • CruiseControl.NET on the server fires off a build.
  • I see success/failure on my cctray.
  • On success my peers go to the website (say http://trunk.mywebsite.com ) and see changes

I would also have to suggest a VPS as I have yet to see a Shared Hosting provider with compilers installed.

On the code repository side Assembla.com has free svn hosting and they also provide a way to kick off a build process by allowing you to specify a URL to post to when a check-in occurs. This URL can kick off a script that pulls the latest code and builds it. You can find more details on how to set this up here .

Shared hosting providers doesn't have that. You'll probably have to go with VPS, or maybe even Dedicated if services are consuming too much processor/ram.

I agree with everyone here. For every custom demands, it would be cheaper to look on a VPS / dedicated server to perform what you ask. You may find what you need, but at a high cost.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM