shared-hosting

How can I test if IIRF works?

http://www.codeplex.com/IIRF/Thread/List.aspx My webhost installed IIRF for me and I am convinced that they did not do it correctly. I've tried numerous examples including one that I know works with apache's mod_rewrite but I can't get anything to work with IIRF. Is there rule or configuration option that you guys have that you know of ...

One code, many websites

I need to develop a project that would allow me to instance many copies of a website, but each copy needs to be a separate website. I could upload the same code to many different accounts, but I would prefer to have only one copy of the code. Each website would be an "instance", so to speak. This way I could upload the code once and upda...

How to Publish a SharePoint site on the internet

Hi I have a WSS SharePoint site that i need to deploy and publish to that Users will be able to access it through the internet. I know this is possible, but how do i go about getting this done? Does anyone have some good articles? Kind Regards Etienne ...

CodeIgniter Install Problem

Hi All, I'm having a problem getting CodeIgniter to work on my shared hosting account. The URL is http://test.tallgreentree.com. It's not giving me a .php error, but it is displaying a 404 page for everything I type into the address bar. Here's the beginning of my config.php file. <?php if ( ! defined('BASEPATH')) exit('No direct s...

Reporting on Workflows in SharePoint

Is there a way to create a report in SharePoint where i can view all my current workflows and the status of each workflow? Edit: I need to be able to have a List or something where i can view all my Workflows with the status and so on in my SharePoint site. ...

ASP.Net MVC ActionLink's and Shared Hosting Aliased Domains

So, I've read this and I've got a similar issue: I have a shared hosting account (with GoDaddy, though that's not exactly relevant, I believe) and I've got an MVC (RC1) site deployed to a sub-folder which where I have another domain name mapped (or aliased). The sub-folder is also setup as an application root as well. The site works w...

Is version control possible on a shared host w/o shell access?

I have a client who's host doesn't allow shell access. Is there any multi-user revision control system that can work in that situation (on linux)? He's reluctant to switch hosts. ...

When using Microsoft Access DSNs do I simply replace the database connection string with the path of the DSN?

I have inherited a web application with an Access backend (yes I know). I need to get this thing deployed asap to a shared hosting provider. Unfortunately, it's not as easy as I imagined as hosts tend to lock down access to Access databases (AFAICT). I have a shared account with GoDaddy - I have enabled Access database use, and created...

IOC dependency injection deployment (bin ? GAC ?)

Are there any deployment requirements for the most popular IOC containers (example: Windsor, Ninject, Unity, StructureMap, Autofac) ? Do they all deploy the same? If you're on a shared host, what challenges will that present (ex. medium trust, etc...) Can they be bin deployed? GAC deployed? Any web-hosters that come "IOC-ready"? ...

I need a new hosting company (LAMP), suggestions?

I need a new hosting company (LAMP), suggestions? ...

Best approach to fire Thread/Process under IIS/WCF, in a shared hosting.

Hi, Scenario: A WCF service receives an XDocument from clients, processes it and inserts a row in an MS SQL Table. Multiple clients could be calling the WCF service simultaneously. The call usually doesn't take long (a few secs). Now I need something to poll the SQL Table and run another set of processes in an asynchronous way. The ...

How Much Traffic Can Shared Web Hosting Take?

I have a cheap shared hosting plan with Reliablesite.net ($5/month). I've been making a small site I want to start promoting in a few weeks and I was going to roadtest it by hosting it with the shared plan I already have. My issue is that I don't know at what point I should move onto clustered hosting / dedicated hosting. Questions ...

Host Multiple Domains with the same ASP.NET MVC app?

I want to host multiple web sites (all with different domains - not sub domains) with the same ASP.NET MVC app. I need the app to act differently based off the domain, but I still want the same app to serve all domains. I don't want domain forwarding or redirection, I actully want all the domains to function on their own, but served ou...

Simulating Shared Hosting Trust Levels

I want to simulate the trust levels of a shared hosting environment on my development machine so that there are no nasty surprises when I come to deploy my solution. I added this my setting the web.config: <trust level="Medium" originUrl="*"/> The only problem with this is that I'm getting this exception when I try to save to my dat...

can php code break down shared hosting services for the particular IP ?

Sorry, i had to put the same post again due to still no solution I have a strange problem, i just installed my php web site on a shared hosting(php,apache,mysql,linux), all services were working fine. But after configuring my app i just could visit my web site only once, other attempts gives "The server is taking too long to respond.". ...

How Much Traffic Can Shared Web Hosting (for a Python Django site) support?

Someone in this thread http://stackoverflow.com/questions/685162/how-much-traffic-can-shared-web-hosting-take stated that a $5/mo shared hosting account on Reliablesite.net can support 10,000 - 20,000 unique users/day and 100,000 - 200,000 pageviews/day. That seems awfully high for a $5/mo account. And someone else told me it's far le...

How does Google App Engine compare to web hosting plans?

Google App Engine offers free quotas of 1 GB outbound traffic per day and 6.5 CPU-hours (based on a 1.2 GHz Intel x86 processor) per day. How do those free quotas compare to web hosting plans? For example, the traffic supported by the free quotas -- is that generally higher or less than the traffic supported by a typical $5/mo shared ho...

Common Lisp: What's the best way to use libraries in a shared hosting environment?

I was thinking about this the other day and wanted to see what the SO community had to say about the subject. As it stands right now Common Lisp is getting some attention as a web development platform, and with good reason (of which I'm sure you are already convinced). I was wondering how one would go about using a library in a shared ...

How can you test your web server speed?

Our website seems to be slower than it used to be, how can I test that? And is there a way to find the cause? (eg too many visitors). Thanks. ...

Passenger crash when trying to use https

Hello, I am using the ssl_requirements plugin on shared hosting account. This hosting provider uses Passenger to manage Rails. Everything works fine until I try to go to a page that requires ssl (enforced by adding the ssl_required filter). When this happens Passenger crashes and sends back a 500 error. The error reads: Passenger encou...