hosting

Is there a hosted CouchDB service provider?

I'd like to learn CouchDB and wondered if there was a host provider that offered CouchDB services. If you have used one please detail your experiences. Update: I discovered thta CouchDB is available in Ubuntu on a VM slice. I am interested in anyone's experience with running the VM solution and accessing the data with .Net. Is a hyb...

Why does my content change when running in Apache XAMPP?

Hi, I've been designing a website and when testing it I normally run it by either double clicking on the file or pressing "play" and running through a browser via Internal Server using Aptana Studio. Earlier I downloaded XAMPP and browsed the web page using Apache, and i've noticed some changes. Why would running it through Apache mak...

Hosting MSMQ Integration Binding with WAS

Appears that WAS does not support the integration binding. I've tried setting it up by enabling the net.msmq protocol in WAS just to confirm it to no avail. Has anyone gotten this to work and if not, what are you using to host integration services? I'm leaning towards a Windows Service. ...

101 connections to self error

Hi, my site keeps going down on my shared hosting account and this is what my host said: It appears that the IP address of your site is being blocked on the firewall due to your site causing excessive connections to itself. "101 connections to self" Anyone know what this means, i've never heard of a 101 error before. My...

creating 3d house and walk through in it on web

I'm trying to build a house and hosting it on web. It should be possible for the user to walk through around the house. Does sandy 3D and flash could support this application or have to go for VRML ...

Which are good Python - Django hosting solutions?

I'm looking for a hosting provider for my Python-Django project. I need suggestions in terms of both shared space and managed server solutions. Of course, in case of shared space, Python execution through CGI is not an option. For now, I'm concerning Slicehost or Linode... Anyone with other recommendations? Thanx ...

.htaccess file is not working on Apache Server

I have hosted my site on www.hostmoster.com, I have written .htaccess file for URL rewritting, it was working properly since last 1 year.. but today they have made some upgrade in their Apache Server.. and now my .htaccess file is not working properly. the contents of my file is RewriteEngine on RewriteRule ^$ /index.php [L] RewriteCond...

hosting asp.net pages within the app

The goal is to generate some html reports and html emails using templates hosted within the app perhaps using cassini so the report files will be saved in app_home\Report\Templates*.MyReport file The app would allow a report (.aspx) page to be selected, loads it using cassini/asp.net hosting api processing some custom markup to popul...

Google App Engine for Java, What is for .Net ?

Google App Engine is a cloud computing architecture that supports java based web services to be deployed. What cloud computing hosting options are available for .Net web developers ? ...

Which one of these operating systems should I choose for Rails hosting?

I've created a small non-profit Rails application which I want to make available in the next weeks. Because of my small budget I cannot be picky about the hoster. The one I found provides only certain Linux distributions. CentOS 5.2 Debian 4.0 openSUSE 10.3 Those are virtual servers with full root access. EDIT: I don't have exper...

How can I get Cassini web hosting framework to work without adding it to GAC?

I am trying to use Cassini (from http://www.asp.net/Downloads/archived/cassini/) to host my old style asp.net web service in-process, ideally in a WCF style. However, when I run it, I get an exception that the Cassini.dll could not be found. The Readme.txt that comes with it says to add it to the GAC, but the whole point of using an inpr...

How can I have web services implement in an assembly that is a console application using Cassini?

I am trying to use Cassini to host my ashx webservices. It works fine if I have the services in one assembly (class library), and the cassini server in the other (console application). Howver, when I move all the ashx files and implementations to the console application, I get the following error while trying to access the web service: ...

Questions about Hosting customers' ASP.NET sites

Where do you host your customers' ASP.NET sites? I am about to develop a few sites, and I am looking for a good place to host (cheap, fast, good bandwidth, good storage, updates, service packs, etc.) I have also thought about earning revenue for the hosting/domain, even though I am not actually hosting it (kinda sounds bad when you put ...

Does "open-source" translate to "anyone can take my work and host it wherever and however they like"?

When drawing the line between "relevant to programmers" and "plainly answerable", I typically lean toward the latter, but I'm really curious to hear what the community has to say about this. I have a feeling this should be CW (I've never created a CW topic), but I'll let someone with more SO experience make that call. Summary: Does "op...

ASP.NET MVC Extension-Less URLS on Shared Hosting? (GoDaddy, etc.)

Is it possible to have extension-less URLs (ASP.NET MVC default) with shared hosting? I have seen some things to get GoDaddy working by including the .aspx extension in the Global.asax routing, however I don't want my URLs to include .aspx. ...

Free SVN repo server without requiring a project

I want to know if there are any free Subversion repository hosting servers where you don't need to have a 'project' to host your C++ files in. I don't have a actual project, but I want to store my C++ in an SVN repository. I am looking for something like OpenSVN where you can upload your C++ files, but it requires you to have a project...

Hosting Java Web Start application for inclusion into Linux distros

I authored a Java freeware (closed source) product that I deploy on a web host and distribute via JNLP, inclusive Linux clients. I plan to suggest this product for inclusion into several Linux distro, if possible "as is" (JNLP-based). Can I already contact distros, or I need to reconfigure something (deploy on another host, convert J...

How does wordpress.com and other similar services create a subdomain instantly, that is instantly available?

Hi guys, i know almost anything about sub-domains and dns records. i have heard about them and i know just the basics. Actually, on my server, i do create the subdomain under plesk and then contact my hosting to create the right dns. and in 1-2 days the subdomain is reachable from everywhere (plesk can manage dns automatically, i know, ...

What risk does Reflection pose? (Medium Trust)

The lack of reflection in Medium Trust hosting environments seems to cause a lot of problems for many popular web applications. Why is ReflectionPermission disabled by default with Medium Trust? What risk does reflection pose in a shared hosting environment? For random reference, see MSDN: How to use Medium Trust in ASP.NET 2.0 ...

P2P network games/apps: Good choice for a "battle.net"-like matching server

I'm making a network game (1v1) where in-game its p2p - no need for a game server. However, for players to be able to "find each other", without the need to coordinate in another medium and enter IP addresses (similar to the modem days of network games), I need to have a coordination/matching server. I can't use regular web hosting bec...