Questions tagged [shared-hosting]

Websites that are hosted on servers where many other peoples sites are hosted can have specific problems due to security concerns, lack of control of installed libraries, no root access etc.

There are many Shared Hosting providers that allow hundreds of sites to be run on a single server. To ensure everythings works as well as possible for everyone certain features of scripting languages are switched off and can cause problems for developers.

1607 questions
0
votes
1 answer

Web Application not able to Delete files for Read/Write Enabled Folders in ASP.NET

When I'm trying to delete the images uploaded by me via website named "SampleApplication" I can see the following error shown in Stack Trace The process cannot access the file 'D:\Hosting\123456\html\App_Images\myfolder1\eKuK2511.png' because it…
hungrycoder
  • 507
  • 2
  • 9
  • 24
0
votes
1 answer

subdomain URL not accessible through browser

I am facing a strange issue. My ISP has hosted a webservice inside a virtual directory which is placed under a subdomain. now from my system (or network) I cannot access that webservice. Every time I run fiddler, I see a DNS Lookup for…
nilarya
  • 99
  • 1
  • 16
0
votes
1 answer

Is this normal behavior when connecting to remote database that is located on shared hosting?

So I have a shared hosting for ASP.NET MVC3 and I just created a new database on Plesk. Next I wanted to connect to database remotely using Sql Manager and I entered server name, username and password. Everything fine so far but after I clicked on…
user850010
  • 6,311
  • 12
  • 39
  • 60
0
votes
1 answer

Wordpress.com hosting

I've a domain registered on hostmonster.com and my blog is on wordpress.com now how can I transfer my domain to Wordpress(which I think is not possible) or map my domain url to my Wordpress blog. Note : I don't need self hosting I want to use…
iC7Zi
  • 1,528
  • 2
  • 15
  • 21
0
votes
2 answers

lithium framework on shared hosting

Don't want to pay for dedicated server for dev work. I don't want to run a live apache server. Is it possible to integrate lithium framework into shared hosting account doc-root?
Dan Kanze
  • 18,485
  • 28
  • 81
  • 134
0
votes
1 answer

WCF on Bigrock.in/.com or Godaddy Shared Windows Hosting

I was wondering whether a wcf service would be allowed to be hosted on http://Bigrock.in or http://bigrock.com windhows shared hosting or with godaddy's shared windows hosting. Anyone have any experience with the above and also what are possible…
Walter Boss
  • 173
  • 1
  • 5
  • 14
0
votes
1 answer

Is it possible to start WCF UDP Listener in IIS on a shared host without requiring a user to access HTTP first?

I have created a sweet ASP.NET 4.0 UDP listener via WCF that starts on Application_Start. As usual, everything is hunky dory on my local machine. On my local machine using the VS Dev Environment and setting it to not open any page upon debug, the…
Rutt
  • 27
  • 7
0
votes
1 answer

need a way to run mysqldump other than using system() function to backup

I'm going to backup my database using a php script which executes a command using the system() function. Unfortunately, my shared hosting has disabled it. I got this warning when I ran it: Warning: system() has been disabled for security reasons in…
Abaij
  • 853
  • 2
  • 18
  • 34
0
votes
1 answer

PHP 5.4 old auth on shared server, fixing without editing the mysql server

I just upgraded my developement box's PHP to the latest version, 5.4.5. This developement machine connects to a remote MySQL server, residing on a shared server that I lease from a hosting company. Trying to connect to my remote MySQL server using…
Zar
  • 6,786
  • 8
  • 54
  • 76
0
votes
1 answer

PHP Error Warning: require_once On Wordpress 3.4.1

I am using Reseller Club Multi domain Windows shared hosting on Plesk 10. Getting following errors, i feel it's a server config issue, can you please suggest some solution Warning:…
0
votes
1 answer

Automatic MySQL backup on sharedhost

As I am not a coder so I should stop here but I am interested how far I could go to build an automatic SQL script. Case: A website is hosted on a shared host server which uses CPanel. The website use only one DB and one of the table is the log. Now…
TryHarder
  • 750
  • 1
  • 9
  • 22
0
votes
1 answer

.net compliant version control system that can be installed on a shared hosting (with no SSH/root Access)

I searched a lot in SO and other websites for a version control system that can be installed on a shared windows hosting that lets me create repositories for putting my project files on it and supply me with version control facilities but I did not…
Farshid
  • 5,134
  • 9
  • 59
  • 87
0
votes
2 answers

Rails: Delayed_job for queuing but running jobs through cron

Ok, so this is probably evil, however.. here's the question! I want to run a pretty lightweight app on a shared environment (site5). Ideally I would like to use delayed_job for the ease of queueing the mails (~200+ every so often). However, being…
patrickdavey
  • 1,966
  • 2
  • 18
  • 25
0
votes
0 answers

Web chat with PHP/JQuery and push technology (Only for a small group of users, shared hosting)

I'm working on a small private site for a group of 10 people. It's essentially a tiny social network just for us. We currently also use Windows Live Messenger for real-time chatting but we're looking to create an alternative since the MSN clients…
Marcus
  • 1,619
  • 1
  • 16
  • 22
0
votes
2 answers

Deploy with Capistrano to cPanel where DocumentRoot cannot be changed?

I'm trying to use Capistrano to deploy a PHP-based website to shared hosting for a client. I want to keep everything version controlled, but they're on shared hosting with cPanel (Bluehost) and I'm not able to change the DocumentRoot to point to the…
1 2 3
99
100