hosting

Any experience with AIS as MOSS and WSS hosting?

Has anyone hosted a MOSS and/or WSS site with AIS? Any information about them would be helpful. Thanks ...

Premium ASP.NET hosting

I know there are a million ASP.NET hosting options, but what are the premium options if you have some money to spend and want maximum performance and uptime? We currently use MaximumASP and they are generally great. I know another good option is Rackspace. Does anyone have any other suggestions? This is one of those things that is ha...

.NET hosting for demo projects.

I am a Java programmer looking to learn .NET, particularly C# and F#, to improve my employability. Toward this goal I am creating a website which will have a few demo projects. My hope is to learn C#/F# and the .NET framework by creating this website and then have a finished product to self-advertise and to show potential employers. W...

How & where to set up DB Server and communicate with iPhone

I'm working on iPhone app that will let users upload/download photos to/from a DB server along with some data associated with each photo. While I do have experience with iPhone programing, I do not have much experience with DB and server side programing. Does anyone have any tips on what would be the easiest way to set up DB server...

how to pick the best type of hosting

Hi, I'm developing a project, and I'm debating if I should get plain old regular hosting, or something more expensive, like VPS. Here are my needs: Zend Framework Sphinx Search jQuery ImageMagick/GraphicsMagick/GD PHP 5 + MySQL At what point do I need VPS? I'd rather obviously to pick the cheapest option.. Thanks. ...

What components of your site do you typically "offload" or embed?

Here's what I mean. In developing my ASP.NET MVC based site, I've managed to offload a great deal of the static file hosting and even some of the "work". Like so: jQuery for my javascript framework. Instead of hosting it on my site, I use the Google CDN Google maps, obviously "offloaded" - no real work being performed on my server - Go...

Hosting asp.net mvc on IIS6

i changed my global.asax to register routes like this: Public Class MvcApplication Inherits System.Web.HttpApplication Shared Sub RegisterRoutes(ByVal routes As RouteCollection) routes.IgnoreRoute("{resource}.axd/{*pathInfo}") ' MapRoute takes the following parameters, in order: ' (1) Route name ...

What hosting should I choose so that video streaming could be possible?

What hosting should I choose so that video streaming could be possible? ...

What's a Java alternative to Google App Engine for developing iPhone Push Notification services?

I'm a Java programmer who is working on an iPhone application. I'd like it to use Push Notification services. I originally thought I could use Google App Engine to provide the payloads to Apple, but I see now that it won't be possible because App Engine doesn't support the low-level socket programming that is needed to communicate with...

permanent public hosted SCM for not open source things

I'm looking for a public subversion host, but I don't necessarily want to open-source all projects hosted there (e.g. my resume). I've checked out the popular free ones like google code but they seem to require me to choose an OSI license. I'm willing to pay a small fee, company reputation matters because I want them to be around for s...

CakePHP: Shared Hosting Dilemma

Hello, I'm having trouble with uploading my cakePHP project on a shared hosting ( from hostgator ). Here is what I have done: I've organized my cake distribution like this: home/user/app home/user/cake/cake home/user/cake/vendors home/user/cake/.htaccess home/user/cake/index.php I have taken the content of webroot directory from ...

Which is the best web hosting service supporting PHP 5.2.x and MySQL 5.1?

I am developing my website using PHP 5.2.9 and MySQL 5.1. Which is the most reasonable web hosting service with high uptime? ...

Web Hosting for OS Commerce

I am trying to get started with some SQL software. I would like to know the best webhosting provider to go with. The software is called "OS Commerce" its quite terrible but I am used to working with it from work. It needs C-Panel and so on. Any recomendations? ...

What sort of web host lets you run crawlers on it?

I'm working on a graduation project for one of my university courses, and I need find some place to run several crawlers I wrote in C# from. With no web hosting experience, I'm a bit lost. Is this something that any site allows? Do I need a special host that gives more access to the server? The crawler is a simple app that does its work,...

How to prevent others from adding the service reference of the hosted wcf service?

If i am hosting a WCF service so that someone(i.e someone whom i know) can consume my service, but what if someone else(i.e someone whom i don't know) consumes it then would do i? How do i prevent that?How can this be achieved? Can it be done through service throttling or what are the other ways of achieving this? ...

Simple GWT hosting

Hi, I have designed a website with the GWT, This is purely a static site and it doesnt have any servlet or any rpc part involved in it. Its just a plain static pages in GWT .I have compiled with the GWT and there are all related html ,.js files are present in the public folder. Now i want to host the same in any of the web host. Good ...

How to embed video on in HTML page

sorry for the convoluted and subjective question, but multimedia is totally out of my area of expertize. I know there are several alternatives to embed video on a page. There is HTML 5 <video> tag, there is video/ogg content type which seems nobody uses, there is Flash SWF embedding or Flash FLV progressive, I think Silverlight has som...

What kind of web hosting is most suitable for me?

I'm planning to host a game server. I've got some code written (not a lot), and now I'm looking for a hosting service for it. It should be able to handle at least 20-30 simultaneous clients. It is not open source. I've read the wikipedia article here . I started with a free hosting service (Freehostia) but it obviously didn't have wha...

Switch hosting providers - redirect users to new site before and after DNS updates propagate

We want to switch hosting providers. To do so will require a DNS update for the IP address associated with our domain. Content has been tested and brought up on the new server. The DNS update has been made but users are not able to see the new site until the DNS propagates (which could be days). Is there a something that can be done o...

Mapping a domain to a URL

I have a website http://www.domain1.com. Is it possible to register a second domain, http://www.domain2.com, and have it point to http://www.domain1.com/SecondDomainHere? If someone types domain2.com, I don't want them to be able to just remove the /SecondDomainHere part and be at the main website. This is for my personal use, not a busi...