shared-hosting

Scheduling on shared hosting

I'm in the process of writing a scheduling application on a shared hosting server. So far it doesn't look like my scheduling will have to be any more granular than daily, but that could change later. Ideally, I'll want to use a Windows host so I write my application in .NET but I'm open to using a PHP+*nix host. In a shared hosting envi...

What application trust level is need for ASP.NET MVC framework?

Hi, i am trying to deploy simple asp.net mvc frameworkd application in may shared hosting and i get erro like this: Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change t...

GoDaddy Hosting - Medium Trust Workaround?

I've seen a few different questions here on SO related to shared hosting, specifically GoDaddy, with medium trust configurations. While most questions seem to be oriented around trying to include a 3rd party DLL in your application, I really haven't seen a consistent answer on how to move forward. I am trying to utilize the FlickrNet f...

mod_security blocks IP when script fails with error ?

Hi I have problem with blocking my IP, i installed php application on shared hosting and tryed to run it, but it gave some errors, then i tried to refresh the page, but after 3 rd attempt my ip got blocked to all ports. No available service(ftp,ssh). Apache mod_securty blocks it ? Thanks. ...

PHP performance on shared hosting

Hi All I have php script which calls another script with php exec function. The called script does batch process job, that is updating transaction statuses, notifies customers(puts emails to mail queue which runs separately). So it will take 20-30 minutes due to a very large table(500000 rows), Now i am running it under my desktop windo...

GoDaddy Unlimited Account Problem

When I assign multiple domains to directories in my GoDaddy hosting account management it creates a virtual directory for these domains. It also makes those domains go to that directory. For some reason, sometimes it forwards back to the full path of the hosting account. ie., I have domain abc.com in folder /_sites/abc.com/, and if I ...

Security Exception When Deploying Asp.net web application in Shared Hosting and Things to Consider

I'm looking to deploy a ASP.net web application in Shared Hosting. I'm getting Security Exception, System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Any help to fix an...

How many users does a shared hosting website scale for?

I'm planning on hosting 3 or 4 WCF/.NET 3.5 REST webservices to be used by a new iPhone application. I've heard good reviews about DiscountASP.NET (http://www.discountasp.net/index.aspx), but I'm pretty ignorant about shared hosting performance. At the same time, I think it's still early to pay $90 a month for a scalable Amazon EC2 ser...

Which server can I decide for MySQL, windows or Unix/Linux/Ubuntu/Debian?

I'm working on a SaaS project and mysql is our main database. Our applications is written on c# .net and runs under an windows 2003 server. Considering maintainance, cost, options and performance, which server plattaform can I decide for MySQL hosting, windows or Unix/Linux/Ubuntu/Debian? The scenario is as following: The server I ru...

PHPUnit on a shared hosting plan?

PHPUnit works great, I love it actually, problem I'm having is that my hosting plan imposes a 30 second cap on the duration of a query. If PHPUnit tests take longer than that, the connection is closed by the server, and I never get to find out if all my tests passed or not. Is there an existing automatic way of running an arbitrarily l...

What is the cheapest way to deploy an ASP.Net MVC application?

What is the cheapest way to deploy or host an ASP.Net MVC application? Any shared hostings? This is for a little toy application which I'll pay from my own pocket. Nothing entreprisy, the cheaper the better. ...

Why won't my web browser reflect changes I made on the server?

This is as simple as it gets. My school provides us with a personal storage that can be used for a webpage. Its the standard http://www.example.com/~studentname type deal. Previously, I would make changes to an index.html file and upload in using the 'Secure File Transfer Client' to my public_html folder. I'd hit refresh, and bingo. I u...

MySQL MAX_JOIN_SIZE errors

I am asking this question on behalf of a small group of my users that have this problem. Once the script they are using gets to the 21st ID, it generates the following error: The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay ...

File I/O in medium trust?

I'm attempting to read the contents of a file in a medium trust environment (Go Daddy), and Im naturally getting SecurityException with FileIOPermission. Is there anyway around this? ...

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...

Zend Framework on shared hosting

I'm new to Zend Framework. I would like to know how to implement zend framework on a shared hosting. Because of the zend framework folder structure all view files are put into the "public" folder. Suppose "/" is the main root folder for me and public is like "/public" so that the url becomes "http://site/public/. .. .bla bla..." ...

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. ...

Modifying SQL Database on Shared Hosting

I have a live database on a shared hosting server. I am making some major changes to my site's code and I would like to fix some stupid mistakes I made in initially designing the database. These changes involve altering the size of a large number of fields, and enforcing referential integrity between tables properly. I would like to make...

How do you set up IIS 7.0 URL Rewrites without IIS Manager?

Does anyone know how to write your own specifications for the built-in URL Rewrite Module in IIS 7.0? We are using a shared host that does not allow use of IIS 7.0 Remote Manager on shared accounts, but we'd like to employ URL rewriting for SEO purposes. All of the literature I can find relates to the URL Rewrite Module setup requiring ...

Installing Solr onto a hosted tomcat server.

I have installed and configured tomcat+solr on my personal linux machine and windows as well. I was able to get them working fine. I'm very new to Java and how the file structure works. (i.e. knowing where to put war files and what WEB-INF is) So now that I am ready to install solr and configure it on my clients shared hosting plan, the ...