hosting

Teamcity as buildserver, host or pay for some else?

I am working with a team of 5 developers at a small company. There are 3 who work here and 2 work remotely. Currently, we are using Assembla with Trac for source control. We are working on a ASP.NET MVC web site. We are not hosting our production environment right now. I am setting up a BuildServer with Teamcity!! I have it working right...

How do I get an ASP.Net MVC application running on my host?

Is there something special you usually have to do? I have a DailyRazor .Net Starter account, but it won't run my MVC app. Any ideas? I have contacted support but they said it should work, but it's not... Thought maybe someone here could help me faster. ...

Webserver not using the latest files

One of the projects I am working on includes a website that is hosted on a cheap shared hosting server. Whenever I upload to the server some updated files, they don't necessarily become available immediately. It can take from 15 to 30 minutes before the server actually starts using the new files instead of the old ones and in some cas...

Hosting WCF Rest Services in WPF Application

Hi i have some REST services created with WCF Rest Started Kit and i need to host these services in a WPF app. can someone point in the right direction? ...

Passing a variable from Excel 2007 Custom Task Pane to Hosted PowerShell

I am testing PowerShell hosting using C#. Here is a console application that works: using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Management.Automation; using System.Management.Automation.Runspaces; using Microsoft.Office.Interop.Excel; namespace ConsoleAppl...

Do I have to design my app architecture keeping Azure in mind?

Hi, I am currently designing architecture for my new project. This has ASP.Net MVC web client and WCF web services for third party integration as front-end. Currently this application will be hosted by us on rented rack space in datacenter, but in future we might move it to Microsoft Azure. Do I have to do specific planning for Azure ...

Host multiple sites of the application located in one folder

Hi, I want to know the best way of hosting a web application for different domains. What I want to achieve is this: Have single folder of the web application for easier maintenance. Be able to override some parts of Web.Config per each site (ATM only ConnectionString, but could be more). Store log files on file system without interf...

Hosting Company that Hosts Silverlight Apps ( For free)

I am not sure whether there is any company that hosts silverlight apps for free, at least for the basic package usage. Edit: I am aware that one just needs to include the Silverlight control in HTML, but first, not all hosting companies host .Net applications, and even less of them are hosting .Net 3.5, which Silverlights 3.0 is based. ...

PHP - mail() function not working on my hosting

Hello, I have a simple script that works fine on any of my other servers, but on that one I need, it doesn't. <?php $mail = mail('[email protected]', 'My Subject', 'msg'); ?> I tryed calling the webhost provider, but can't reach them. Also tryed to google some advice, but nobody seems to have the same problem. The script doesn't sho...

why is my first RoR app on Dreamhost running so slow?

I've got my first RoR app deployed to Dreamhost and it's using Passenger. The one note on Dreamhost's wiki about slow response mentioned changing a RewriteRules line in the public/.htaccess file to use FastCGI. But I assume this will have no effect if I'm using Passenger, is that right? I've looked at the logs and compared them to my lo...

wcf msmq binding in iis 6.0

Hosting env : Windows 2003 server IIS : 6.0 Dev env : Windows XP IIS : 5.1 Scenario: Client will be pushing some message into MSMQ and WCF service will be the one keeping an eye on MSMQ. Once the message is pulled from MSMQ WCF service will process and then put the data/message on to some other MSMQ. We are thinking of creating a WCF...

Is it possible to determine which php version is most widely used on paid webhosting services?

I'm assuming every modern hosting provider gives access to php5 (and i noticed that many have both 4 and 5) but now WHICH php5 is most popular... let's say i'm trying to choose between curl copy handle and curl setopt array (in my previous question)... but curl setopt array is available in php 5.1.3 while curl copy handle is available in...

SqlExpress with GoDaddy shared hosting

I've got a GoDaddy shared hosting account, and I need a database that is larger than the 200MB limit imposed on their included databases. I'm looking for a way to create MDF and LDF files locally from a SQL Server 2005 Express server, and copy them into my webspace. However, I'm not having any luck making that work. GoDaddy won't help...

server socket hosting

To test a client/server networking application using socket programming, Is there a free hosting company that would allow me to open Server sockets and listen on a port? ...

Deployment process - ASP.NET, SQL Server to shared hosting

After a number of failed deployment attempts (configs overwritten, files missing, out dated etc) to our shared hosting server I thought I might get some insight on processes to make deployment run more smoothly. We use SQL Compare to move database related stuff over and that seems to work well. The web site itself is in SVN source cont...

How many concurrent request IIS 6.0 can resonse

Hi i have asp.net website, which i am making plan for hosting at Windows Server 2003. Here i would like to know that how many concurrent request IIS6.0 can server? Actually in my website the number of registration at the time of deployment is around eight thousand and the growth rate is about 100%. Is there any standard formula by whic...

mod_rails make: command not found

I'm setting up mod_rails on a Debian server but somehow something got screwed up (it wasn't me :P ). gem install passenger Building native extensions. This could take a while... ERROR: Error installing passenger: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb creating Makefile make sh: make: command not fo...

Free SVN and Bug Tracking systems for Closed-source project

I'm working on a project, and we're gonna need some better tools as it's hard sharing over IRC or email. We have a blog and forum, for public use. The bugs go through the forum first, then we approve them. Once they are approved, it goes in the bug tracker, where we can post patches. Also, SVN is used for easy file sharing for the app, l...

Are there any good webhosting services suitable for a git/redmine installation?

I'd like to roll my own server so I can have my projects available 24/7 but with more flexibility than one of the free providers like github can provide. Anyone have a good hosting service that includes shell access? I've been searching on google, but I get a weird spammy vibe from a lot of the places. ...

MediaTemple cron jobs working on 1&1 Internet?

I've having to get a cron job that's currently working on MediaTemple (Grid Service) to work on a new 1&1 Internet account. I've yet to do this yet, but is there anything I need to take into consideration? Or... effectively... cron jobs are cron jobs, they'll work where ever? It's a cron job to send out a mailing list from a database. ...