active questions tagged hosting - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T23:32:22Z http://stackoverflow.com/feeds/tag/hosting http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1804106/how-to-automatically-download-all-my-pics-from-my-website-not-using-ftp 0 How to automatically download all my pics from my website not using FTP? brilliant 2009-11-26T14:49:25Z 2009-11-26T14:58:20Z <p>On one free web-hosted place I build a site, well not actually a site, but just uploaded a folder with many sub folders inside containing many pictures. Now, I have discovered that this hosting is going to close soon and they gave their users one month t save all the materials. Of course, i can enter each folder manually and use "Save as" in my browser, but I wonder how I could do that automatically. Is there any such way? By the way it shouldn't be FTP - it doesn't work there. </p> http://stackoverflow.com/questions/1801458/free-image-hosting-with-open-api 0 Free Image Hosting with Open API HP 2009-11-26T03:59:29Z 2009-11-26T04:02:33Z <p>Does anyone know if there is a free image hosting website which has open API? Thanks</p> http://stackoverflow.com/questions/1785180/ruby-off-the-rails-hosting 0 Ruby (off the Rails) Hosting LoveMeSomeCode 2009-11-23T18:50:19Z 2009-11-25T20:50:40Z <p>Many people have asked about Rails hosting on this site, but I'm not familiar enough with the back end of things to know if there's a difference.</p> <p>I want to host some Ruby CGI 'webservices', basically just ruby methods that take parameters from a POST request, access a MySQL db and return data.</p> <p>I've looked at RoR and it seems like overkill for this, from what I can tell it's for speeding up the development of data baesd CRUD sites, which is not at all what I'm doing.</p> <p>So my question is, does this affect the hosting provider I choose? Does anyone recommend a good Ruby host for CGI operations? I'm not familiar with FastCGI, mod_ruby, Passenger, Mongrel etc. and what they mean for performance, scalability etc. I just want to host my ruby scripts with reasonably good performance, and all the info out there(and here) seems to be focused on rails.</p> http://stackoverflow.com/questions/110524/bugzilla-hosting-recommendations 2 Bugzilla Hosting recommendations? Christopher Mahan 2008-09-21T08:15:00Z 2009-11-25T18:58:38Z <p>Any recommendations for companies offering bugzilla hosting?</p> <p>It's for maybe 5 people, but primarily for myself.</p> <p>I also need graphviz support for dependency tracking.</p> <p>Update: I've managed 3 bugzilla installs (one in which I did some fancy changes to the dot diagram output). One of these is still in use. I just don't want to maintain those things, and I would rather pay someone else to deal with that. </p> <p>@christophe: I looked at wush.net (among others) but I'd like to get actual customers of such services to say yea or nay. Thanks though.</p> <p>Update: I've just signed up for <a href="http://www.wush.net/" rel="nofollow">wush.net</a> bugzilla hosting. Account was set up in 15 minutes. So far highly impressed!</p> http://stackoverflow.com/questions/1662138/available-ram-on-shared-hosting-provider 0 Available RAM on shared hosting provider Hrvoje 2009-11-02T15:58:39Z 2009-11-25T16:19:19Z <p>I'm building business app that will hold somewhere between 50,000 to 150,000 companies. Each company (db row) is represented with 4-5 properties/columns (title, location,...). ORM is LINQ2SQL.</p> <p>I have to do some calculation, and for that I have lot of queries for specific company. Now, i go to db every time when i need something, and it produces 50-200 queries, depending on calculation complexy. I tried to put all companies to cache, and for 10,000 rows (companies) in db, it takes around 5,5MB of cache. In this scenario, I have only one query.</p> <p>This application will be on shared hosting server, so my resources are limited. I'm interested, what will happen if I try to load, let say 100,000 companies (rows, objects)? Or put that in cache?<br /> Is there any RAM limit that average hosting company give to ASP.NET application? Does it depend on dedicated Applcation Pool (I can put app to dedicated pool)?</p> <p><strong>Options are</strong>:<br /> - load whole table to c# objects. Id did some memory profiling, 10,000 objects needs 5MB RAM<br /> - query db to get referenced objects when needed.</p> <p><em>Task is</em>: for given company A, build tree of connected companies. </p> <p><strong>Table and columns</strong>:<br /> <em>Company</em> : IdCompany, Title, Address, Contact<br /> <em>CompanyConnection:</em> IdParentCompany, IdChildCompany</p> http://stackoverflow.com/questions/1795810/could-anyone-rate-the-various-vmware-vcloud-options-for-asp-net-deployments 0 Could anyone rate the various VMware vCloud options for asp.net deployments? dove 2009-11-25T09:50:25Z 2009-11-25T09:50:25Z <p>There are several <a href="http://www.vmware.com/appliances/services/vcloud-express.html" rel="nofollow">companies providing beta access</a>.</p> <p>It looks like it could be a great pay as you go, and expand, service.</p> <p>However, I'd like to hear if anyone had difficulties in getting Microsoft stack web apps running on one. Either asp.net or asp.net-mvc, with MSSQL 2005.</p> http://stackoverflow.com/questions/1793231/hosting-administration-system 0 hosting administration system? bochenn 2009-11-24T22:00:10Z 2009-11-24T22:14:24Z <p>hi guys, i'm looking for an opensource system to manage a list of web hosting clients.</p> <ul> <li>Services ordered</li> <li>payment notifications</li> <li>ticket support system</li> </ul> <p>That kind of stuff</p> <p>Is there anything like that?</p> <p>Thanks</p> http://stackoverflow.com/questions/1791213/dynamic-refeences-for-wcf-service 0 dynamic refeences for WCF service Rohit 2009-11-24T16:29:19Z 2009-11-24T16:53:43Z <p>I have a WCF service hosted on IIS. I have a smartclient application which calls this WCF service through endpoints defined in app.config file.</p> <p>Now when i publish this application using this configuration, IT throws an exception saying that no endpoint is listening at localhost.</p> <p>How can i make it dynamic. By dynamic I mean IF i update the endpoint in app.config file the application should pick up that url instead of the url with which the application was published with.</p> <p>I remember i could do it in webservices. Please help.</p> http://stackoverflow.com/questions/1789285/django-is-possible-to-run-two-different-versions 3 Django, is possible to run two different versions? sico87 2009-11-24T10:50:12Z 2009-11-24T16:33:16Z <p>Hello, </p> <p>I have a server on which I have two sites built with Django and Python, one site is major site is build with an older version of django, the other with the newer release, I have upgraded to the new release and major aspects of my other site have broken, is it possible to tell the site to use a different version in say the python path? in the virtualhost?</p> <p>I am desperate for help! </p> <p>Some more info, it is on a linux and server users mod python, here is what I am trying with the vitrualhost</p> <pre><code>&lt;Location "/"&gt; SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE website.settings SetEnv PYTHON_EGG_CACHE /var/cache/pyeggcache SetEnv PYTHONPATH "sys.path + ['usr/lib/python2.6/site-packages/django2']" PythonDebug On PythonPath "['/var/www/website_live/src'] + ['/var/www/webiste_live/src/website'] + sys.path" &lt;/Location&gt; </code></pre> <p>I have replaced the website name with 'website' my seperate version of django lives at /usr/lib/python2.6/site-packages/django2</p> http://stackoverflow.com/questions/1787491/which-svn-hostings-allow-repository-import-export 0 Which SVN hostings allow repository import/export Yurik 2009-11-24T02:54:59Z 2009-11-24T03:20:27Z <p>There are many subversion hosting companies, some free, some charge a bit/a lot. When google first offered GMail, they allowed users to come and to leave, unlike most other major providers. You could export all your email to another account, etc.</p> <p>Are there anything similar in SVN hosting market? I only found xp-dev.com to offer that, but they are extremely cumbersome to use. Which companies allow you to take your data and go?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1786697/shared-hosting-and-sql-server-environment-security 1 shared hosting and sql server environment security zaladane 2009-11-23T23:07:41Z 2009-11-23T23:16:10Z <p>I was readin this month edition of SQL Server Magazine and in an article about securing Sql Server environment , the author mentioned that developer should try to have the website and the databases run in separate servers for security. I have a shared hosting account and was wondering if it makes sense to buy a second account to move all databases there. Or does it only make sense when using dedicated servers? How would it affect performances on my website? I use asp.net and have a hosting account with DisountAsp</p> http://stackoverflow.com/questions/1783786/unlimited-bandwith-disk-space-shared-hosting 1 'unlimited' bandwith / disk space shared hosting [closed] dferraro 2009-11-23T15:20:53Z 2009-11-23T16:02:36Z <p>Hello,</p> <p>I am doing some research on ASP.NET shared hosting providers and looking to purchase a plan. So far MochaHost seems like the best deal that I could find...</p> <p>I'm just wondering about some of these providers like MochaHost, GoDaddy, WebHost4Life, etc.. which offer 'unlimited' bandwith and/or disk-space plans for cheap (under 20$ a month)..</p> <p>I'm guessing that these plans are a bit of 'scam' you could say, in that if you ever had enough traffic to warrant 'unlimited' diskspace / bandwith, your shared hosting slice would crash and burn anyway. Is that a pretty safe assumption? Or is there actual value in these plans?</p> <p>If this is the case, perhaps I should be focusing more on finding a hosting provider that has great tools / support / performance... rather then being inticed by the 'unlimited' bandwith/disk space offering...</p> <p>About how much bandwith per month would I need if I had a consumer level site? I know that's a very broad statement, but lets say I had a basic forums / social networking type software. How many users per day would I need to fill let's say a 50 GB monthly quota? Ballpark maybe? Again, realize that's a tough question to get a real answer, but maybe someone has gone through growing pains on their site before and can spit out some numbers on when they had to move to a higher bandwith cap... also, any additional opinions on hosting providers in general would be greatly appreciated.</p> http://stackoverflow.com/questions/1782264/mobile-network-friendly-host 0 mobile network friendly host fallhunter 2009-11-23T10:28:38Z 2009-11-23T15:30:06Z <p>i am developing an app for iphone, it is a client side application. and i found the 3g network is very slow, should I change the server host to a mobile network friendly host?</p> <p>any suggestions?</p> http://stackoverflow.com/questions/1715700/run-asp-net-mvc-in-internet-hosting-providers 1 Run ASP.NET MVC in Internet Hosting Providers Jose Ardila 2009-11-11T14:56:35Z 2009-11-23T14:54:56Z <p>My question is very simple. Can I run an <a href="http://en.wikipedia.org/wiki/ASP.NET%5FMVC%5FFramework" rel="nofollow">ASP.NET MVC</a> application on shared servers that has installed ASP.NET 3.5 but not MVC?</p> <p>If this is possible could you tell me how?</p> http://stackoverflow.com/questions/437161/can-i-host-a-sandstonedb-app-on-www-seasidehosting-st 1 Can I host a SandstoneDB app on www.Seasidehosting.st? Niko 2009-01-12T21:58:29Z 2009-11-23T10:18:23Z <p>Hello! Did someone ever manage to make a seasidehosting-hosted web application cooperate with SandstoneDb? It seems that they disallow creating of subdirectories, which is important for SandstoneDb. Am I wrong?</p> http://stackoverflow.com/questions/1780789/heroku-problem-question 0 Heroku, Problem/Question... bgadoci 2009-11-23T02:14:57Z 2009-11-23T05:48:20Z <p>I was referred to Heroku for Ruby on Rails hosting and so far I think I am really going to like it. Just wondering if I anyone out there can help me figure out what is wrong. </p> <p>I follow there instructions for creating an app on there site, create and commit git, push the code and it shows up at <a href="http://mylifebattlecry.heroku.com" rel="nofollow">http://mylifebattlecry.heroku.com</a> (though the bulk of what I have done is in the /posts/ path) When I go to enter a new "post" (because this is kind of a blog platform) I get the 500.html error and essentially everything shuts down. Can't even get back to the page that I entered the post. </p> <p>Seems to me something is wrong with the database set up. I did as they suggested including ...$ heroku rake db:migrate, and nothing. </p> <p>Just wondering if anyone knows off hand what I am doing wrong. Here are the instructions they give for reference:</p> <p>Install the Heroku gem:sudo gem install herokuCreate a new git repository for your app (if you haven't already):</p> <pre><code>cd myapp git init &amp;&amp; git add . &amp;&amp; git commit -m "first commit" </code></pre> <p>Create a new Heroku app:</p> <pre><code>heroku create Created http://sharp-autumn-42.com/ | git@heroku.com:sharp-autumn-42.git Git remote heroku added </code></pre> <p>NOTE: The app's name is generated automatically; don't worry, you can rename it at any time.</p> <p>Deploy your code:</p> <pre><code>git push heroku master </code></pre> <p>Run migrations (or other bootstrap tasks):</p> <pre><code>heroku rake db:migrate </code></pre> <p>Open the deployed app in your browser: heroku open</p> <p>Here is the ..$ heroku logs if it helps:</p> <pre><code>brandon-gadocis-macbook-pro:mylifebattlecry bgadoci$ heroku logs -app mylifebattlecry ==&gt; dyno-629271.log &lt;== ==&gt; production.log &lt;== # Logfile created on Sun Nov 22 18:26:06 -0800 2009 Processing PostsController#index (for 99.7.50.140 at 2009-11-22 18:26:07) [GET] Rendering template within layouts/posts Rendering posts/index ActionView::TemplateError (PGError: ERROR: column votes.post_id does not exist LINE 1: SELECT count(*) AS count_all FROM "votes" WHERE ("votes".pos... ^ : SELECT count(*) AS count_all FROM "votes" WHERE ("votes".post_id = 1) ) on line #58 of app/views/posts/index.html.erb: 55: &lt;/div&gt; 56: &lt;div id="vote"&gt;&lt;br/&gt; 57: &lt;div id="votes"&gt; 58: &lt;%= pluralize post.votes.count, 'Person' %&gt; like the above BattleCry. &lt;br/&gt; 59: &lt;/div&gt; 60: &lt;%= link_to "Comments (#{post.comments.count})", post %&gt; 61: &lt;/div&gt; app/views/posts/index.html.erb:58 app/views/posts/index.html.erb:51 app/views/posts/index.html.erb:45:in `each' app/views/posts/index.html.erb:45 app/controllers/posts_controller.rb:11:in `index' /home/heroku_rack/lib/static_assets.rb:9:in `call' /home/heroku_rack/lib/last_access.rb:25:in `call' /home/heroku_rack/lib/date_header.rb:14:in `call' thin (1.0.1) lib/thin/connection.rb:80:in `pre_process' thin (1.0.1) lib/thin/connection.rb:78:in `catch' thin (1.0.1) lib/thin/connection.rb:78:in `pre_process' thin (1.0.1) lib/thin/connection.rb:57:in `process' thin (1.0.1) lib/thin/connection.rb:42:in `receive_data' eventmachine (0.12.6) lib/eventmachine.rb:240:in `run_machine' eventmachine (0.12.6) lib/eventmachine.rb:240:in `run' thin (1.0.1) lib/thin/backends/base.rb:57:in `start' thin (1.0.1) lib/thin/server.rb:150:in `start' thin (1.0.1) lib/thin/controllers/controller.rb:80:in `start' thin (1.0.1) lib/thin/runner.rb:173:in `send' thin (1.0.1) lib/thin/runner.rb:173:in `run_command' thin (1.0.1) lib/thin/runner.rb:139:in `run!' thin (1.0.1) bin/thin:6 /usr/local/bin/thin:20:in `load' /usr/local/bin/thin:20 Rendering /disk1/home/slugs/88382_601a216_9803/mnt/public/500.html (500 Internal Server Error) </code></pre> http://stackoverflow.com/questions/1777390/custom-errors-not-forwarding-on-asp-net-mvc-site 0 Custom Errors not Forwarding on ASP.NET MVC Site Chad 2009-11-22T01:03:40Z 2009-11-22T01:31:52Z <p>On my site, a broken link throws the default, page not found error. In the web.config I have turned on CustomErrors and forward 404 errors to a custom message.</p> <p>On my dev box it works, on the host it does not.</p> <p>Any ideas? ASP.NET MVC 1.0, SQL 2005, IIS 6 host (ya, I wish it was IIS7 - but they want to charge me to move the site).</p> <p>Thanks in advance!</p> http://stackoverflow.com/questions/722463/is-google-app-engine-better-than-webfaction-for-a-beginner-in-django-dev 1 Is Google App Engine better than Webfaction for a beginner in Django dev? Masi 2009-04-06T17:41:33Z 2009-11-21T20:26:05Z <p>I am a beginner in developing websites by Django. I run small discussion websites similar to SO.</p> <p>I have an account at Bluehost which has been a nightmare in developing by Django. I have found that Webfaction and Google App Engine seems to be the best choices for Django.</p> <p>However, I am not sure which one is the best for me.</p> <p><strong>Is Google App Engine better than Webfaction in running small websites?</strong></p> http://stackoverflow.com/questions/578081/should-i-use-internal-or-external-hosting-for-a-phpmysql-company-intranet 1 Should I use internal or external hosting for a PHP+MySQL company intranet? shuxer 2009-02-23T15:45:52Z 2009-11-21T19:14:54Z <p>I am developing intranet system for large company (5000-10000 employs) and i would like to hear any comments or advices from the community.</p> <p>The system consists of 2 parts:</p> <ol> <li>Main Intranet system: Based on Company local server and all access will be within company local network.</li> <li>Web site for company members: Company members can access from internet and thus use any available services.</li> </ol> <p>The minor issue is to design right solution for 2 nd part, and by far i have considered those 2 ideas:</p> <ol> <li>First thought was to have installed the main intranet system on company local network and have subsystem(for members access) on remote web hosting provider side. But in this case i will face to replicate part of DB into remote web hosting which breaks up the data integrity and privacy(financial reports ...).</li> <li>Second thought was to have companies own hardware infrastructure at company office and to host the website for company members on its own. So company members can access to web site and request and view reports and perform other actions. But im not so sure about technical part for this case. Like how to put company own web server and serve requests from WWW and i would like to hear any info about this also. </li> </ol> <p>Any advice or suggestion would be highly appreciated.</p> http://stackoverflow.com/questions/693709/can-wordpress-install-on-iis-and-how 0 Can WordPress install on IIS and how? Amr ElGarhy 2009-03-28T22:59:30Z 2009-11-21T19:05:41Z <p>Can wordpress install on a IIS hosting? If yes, which is better and more simple, on IIS6 or IIS7? And how to install it on IIS?</p> http://stackoverflow.com/questions/1776366/installing-php-on-a-server-what-does-that-mean 0 Installing PHP on a server, what does that mean? brilliant 2009-11-21T18:53:31Z 2009-11-21T19:03:46Z <p><a href="http://w3schools.com/php/php%5Finstall.asp" rel="nofollow">Here</a> <a href="http://w3schools.com/php/php%5Finstall.asp" rel="nofollow">in the tutorial on PHP</a> I read:</p> <blockquote> <p>If your server supports PHP you don't need to do anything.</p> <p>Just create some .php files in your web directory, and the server will parse them for you. Because it is free, most web hosts offer PHP support.</p> <p>However, if your server does not support PHP, you must install PHP.</p> </blockquote> <ol> <li><p>Firstly, I am not quite sure what it means to "install PHP" here. (How can a programming language be installed?)</p></li> <li><p>Secondly, does this mean that I can go to any free host, even a host that doesn't support PHP, "install PHP" on it and it will start doing all PHP tasks for me? </p></li> </ol> http://stackoverflow.com/questions/1223541/what-sort-of-web-host-lets-you-run-crawlers-on-it 1 What sort of web host lets you run crawlers on it? ram 2009-08-03T17:25:36Z 2009-11-21T13:28:16Z <p>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, then periodically writes information to a remote database.</p> http://stackoverflow.com/questions/1773982/strategies-for-hosting-2-net-languages-in-same-web-app 0 Strategies for Hosting 2 .NET Languages in Same Web App unknown (yahoo) 2009-11-21T00:06:39Z 2009-11-21T00:29:22Z <p>I have 2 web sites (in Visual Studio - separate solutions) - one in VB.NET, one in C#. Ideally, I'd like to make them both web application projects, compile each codebase into to a DLL, drop both DLLs in the bin and drop both sets of .aspx pages under web root folder. So some aspx files would have Language="C#" and some Language="VB.NET", and in the bin you'd have /bin/MyVB6.dll, /bin/MyCSharp.dll. The .aspx pages could be broken up into separate sub-directories. Is this even possible? - Or would they need to be separate virtual directories/web apps in IIS?</p> <p>Thanks</p> http://stackoverflow.com/questions/1759205/deploying-a-python-cgi-app 0 Deploying a python CGI app akosch 2009-11-18T21:27:50Z 2009-11-19T14:25:10Z <p>I have developed a python CGI application which works just fine on my development box. My hosting provider however gives me little control of its server: I use a lot of custom stuff in my python environment (like sqlalchemy and mako templating) and the servers python version is far too old to be used. My question is: how do I set up a isolated, complete, standalone python environment in my home directory and install my required modules to run my app? ...the easiest way ;)</p> http://stackoverflow.com/questions/802926/amazon-ec2-metadata 1 Amazon EC2 Metadata tgm 2009-04-29T15:33:57Z 2009-11-19T14:00:04Z <p>We're in the process of migrating from a datacenter to Amazon. We're a small company and rather than upgrade our hardware, we've found it to be enticing to move to "the cloud." We've put together custom AMI's from scratch and are currently in process of deciding on how to configure the environments.</p> <p>I've been using Amazon's management console and Elasticfox to manage the resources but I've run into an issue of longer term management. When we have multiple servers running, it's difficult to tell which are which. The same issue exists with EBS resources and their snapshots. There doesn't seem to be any way through the AMI tools to add metadata to the resources to differentiate them with nice alias. I read a response to another question where security groups were used to "name" the AMI instances, but that still leaves me with EBS/snapshot management.</p> <p>I know there are services out there like RightScale and Scalr that I believe add these features, but I'm wondering how others are handling this on their own? </p> http://stackoverflow.com/questions/1716190/asp-net-mvc-application-application-root-issue 0 asp.net mvc application application root issue MikeD 2009-11-11T16:06:20Z 2009-11-19T04:36:25Z <p>I have an ASP MVC application that I have deployed on a hosting service (discountasp.net) to an application folder that is a sub folder of the root application. ie:</p> <pre><code>-/[root] -+/apps </code></pre> <p>both root and apps are setup as application folders in IIS. </p> <p>When I hit the default page I get the error "The view '' or its master could not be found. The following locations were searched". </p> <p>This application works when I deploy it on my test servers and I have verified that everything is correctly deployed, views are there, correct assemblies seem to be there. I believe that the MVC application is not using the correct application root and thus is unable to find the view pages.</p> <p>I've read a number of related posts on this error, but none of the typical solutions are my problem: missing view files, missing master file. This works on a test machine that I have setup as closely to the hosting company as I can. Even when I have nested application folders.</p> <p>Any thoughts on how to correct this? </p> http://stackoverflow.com/questions/1759307/what-steps-do-i-need-to-take-to-convert-from-a-class-library-to-a-wcf 0 What steps do I need to take to convert from a class library to a WCF? Yuriy Faktorovich 2009-11-18T21:46:58Z 2009-11-19T02:41:49Z <p>I created a project as a Class Library. Now I need to make it into a WCF. I can create a WCF project, but I would like to avoid all that fuss with TFS. I've done the App.config and added the /client:"wcfTestClient.exe" line to the Command line arguments. But there seems to be something else missing from it launching the Hosting.</p> http://stackoverflow.com/questions/1759969/ruby-on-rails-hosting 1 Ruby on Rails Hosting [closed] bgadoci 2009-11-18T23:54:11Z 2009-11-19T01:56:53Z <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="http://stackoverflow.com/questions/162144/what-is-a-good-ruby-on-rails-hosting-service">What is a good Ruby on Rails hosting service?</a> </p> </blockquote> <p>I am wondering what the best hosting provider is to use for a beginner. I don't have any traffic issues etc. Just trying to get my stuff live, share it others, etc. I am looking at RailsPlayground right now but not sure. </p> http://stackoverflow.com/questions/3305/asp-net-hosting-options 14 ASP.NET Hosting Options Adam Haile 2008-08-06T12:01:40Z 2009-11-18T21:45:26Z <p><strong>I'm not trying to start a "which language is better" argument here, so please don't go there.</strong> <br> I typically use PHP for most of my web development (mostly because hosting is cheap), but for various reasons I'm looking to use ASP.NET for a couple new projects. But one of the major reasons I've stayed away from ASP.NET up until now is the cost. I've seen some budget hosting options, but they always seem a little sketchy to me. From what I've generally found, that's just the way the hosting scene looks for ASP.NET unless you want to go dedicated.</p> <p>Does anyone have any good suggestions for a solid ASP.NET host with a good feature set and reliability for my money? Also, are there any options out there along the lines of Amazon's Elastic Compute Cloud? And yes, I know... Mono. I'm talking about <em>Windows</em> based "grid" hosting options? </p> http://stackoverflow.com/questions/454407/is-virtual-hosting-any-better-than-shared-hosting 1 Is virtual hosting any better than shared hosting? holiveira 2009-01-18T00:47:44Z 2009-11-18T21:38:56Z <p>Is there any real performance gain on a virtual hosting over a shared hosting? Do you recommend any virtual hosting costing bellow $100?</p>