Hosting a complex online service
        Posted  
        
            by jonathanconway
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jonathanconway
        
        
        
        Published on 2008-11-15T04:04:13Z
        Indexed on 
            2010/04/24
            3:23 UTC
        
        
        Read the original article
        Hit count: 419
        
I have an idea for a web-based service. The implementation is very complex. There will be very few users, and the traffice will be fairly low, but the server-side code could require a lot of resources. Ideally I'd need to have as much control over the servers as possible.
How should I arrange hosting for this, when it comes time to release it to the public?
Should I do the hosting myself, from my own servers? Trouble is, since I'm not quite an expert on .NET hosting, it might take time to learn and I might make big mistakes.
The trouble with using a hosting company is, they might steal my idea, or else, it might cost a lot. Since I'm an un-funded startup I don't have a lot of money to throw at this.
© Stack Overflow or respective owner