Hosting refers to the commercial service offered by companies that let you run websites using their servers. Questions about server technology are probably best asked at serverfault.com and more general questions at webmasters.stackexchange.com.
2
votes
0answers
62 views
How can I determine the data source value to a connectionstring in sql server 2012 when using (LocalDb)\v11.0 in a workgroup and not a domain?
Environment: 64 bit Windows 8
Platform: Visual Studio 2012, SQL server 2012, IIS8
Language: C#
I'm currently creating an asp.net web application using a tutorial from msdn. The site runs fine and ...
2
votes
0answers
151 views
Running System.Web.Razor 1.0 and 2.0 side by side?
I'm trying to deploy my site to my hosting provider and keep receiving the following error:
Could not load file or assembly 'System.Web.Razor' or one of its
dependencies. The located assembly's ...
2
votes
0answers
95 views
Mailbox/Email Hosting Service with an API
I'm trying to create an email service web app but I do not want to deal with mail servers.
I'm only interested in creating the front-end web interface.
The ideal situation would be when a new user ...
2
votes
0answers
343 views
suexec policy violation
i developed a site on php and hosted to domain on ipage. it was working fine.
but today i checked the site it ways
The server encountered an unexpected condition which prevented it from fulfilling
...
2
votes
0answers
48 views
authorised access to externally hosted files
I'm looking for a solution to what I would have thought is an fairly common industry scenario, but I may be approaching it incorrectly.
I have a website which includes areas for member file uploads. ...
2
votes
0answers
307 views
PreTranslateMessage in C# for hosted MFC window
We developped an MFC application where the main window was implemented in a DLL. In an attempt to revamp it, we are thinking of changing this to a WPF-application where the "old" native window gets ...
1
vote
0answers
16 views
Adding VirtualHost breaks all other server folders
I am trying to run designer-school.com on my server. I have added this VirtualHost
<VirtualHost *:80>
DocumentRoot /var/www/html/backendtwo
ServerName www.designer-school.com
<Directory ...
1
vote
0answers
16 views
Hosting or site with simple API(without authentification and sessions) for posting/getting text messages
Could you please recommend some free hosting or existing site, which have simple API for posting and getting text messages?
In my case, I want transfer(unreliably) short text messages between two PC, ...
1
vote
0answers
592 views
The system returned: (104) connection reset by peer
Facing a squid error. This is the error message we are getting.
Read Error
'The system returned: (104) connection reset by peer.
Our web product is hosted on godaddy. The whole website is working ...
1
vote
0answers
58 views
Heroku Dyno Requirements for a rails app
Assume i have the following statistics relating to my Rails app.. (i pulled these numbers out of thin air).
pL = page load time (ms): 250 #total page load time from start to finish
U = Users ...
1
vote
0answers
93 views
How to upload mysql database to phpfog?
I have created an and I want to upload that on phpfog but I am getting trouble while uploading my database here on the first step, I have win 7 x64 , I downloaded and installed command prompt with ...
1
vote
0answers
247 views
Remotely accessed database can be accessed on localhost but not from the server
I have deployed my web application (ASP.NET MVC 3 C#) locally on my own computer and then uploaded the files by FTP tools on Godaddy.com hosting server.
The website works like a charm except the ...
1
vote
0answers
50 views
Dynamic Subdomain map to a folder
I want to create dynamic subdomain for each user and redirect to a folder.
for example someone access with myname.example.com it should be redirect to example.com/survey.php
I am sending a newsletter ...
1
vote
0answers
38 views
Is there a service that offers hosted virtual machines for testing desktop software against different OSes?
I've got a desktop app that I (as a developer) need to do testing against and a remote QA team also needs to test against. The app is a plugin for some B2B software, so there's 2 major variables that ...
1
vote
0answers
79 views
Windows Server 2003 permissions that I can't troubleshoot to save my life
I had an old Windows 2000 server running in a closet on a DSL line. It was doing a small amount of web and mail and ftp for a couple of users. It was there for almost 10 years.
It started to blue ...
1
vote
0answers
125 views
install podcast generator on Amazon S3
I have a regular web hosting account with an online company winch I'm using to publish my podcast using podcast generator, since I know that we are able to host a static website on Amazon S3, I was ...
1
vote
0answers
51 views
PHP - Queue Management (and Hosting)
I want to use some queue management to send SMS and Email to our clients. (not spamming, alerting with data for their request).
every 25 minutes, we need send 20,000 sms and 20,000 emails.
Can you ...
1
vote
0answers
35 views
self-hosting a non-blocking web application?
Am sorry for this beginner question, but i was asking about non-blocking application and hosting this application on my servers and not from a specialised service:
If this is a non-blocking ...
1
vote
0answers
35 views
Can i separate my web hosts from my email hosts?
Just a simple question really, I was just wondering if it was possible to keep my email hosting with my current provider and move my web host to a new provider?
Is this possible? If so would there ...
1
vote
0answers
42 views
Web site hosting in the office server and the main web server
My web site is hosted in my campus main web server. But it is very slow to load and other related activities (eg: add new member) take long time to process.
Therefore is it possible to use a xampp ...
1
vote
0answers
106 views
Roundcube as default webmail application for whole server
I have little cPanel web server that I offer as a convenient addition to my web development/design services to my clients.
All of them use roundcube when accessing their webmail so it would be good ...
1
vote
0answers
88 views
Program that hosts every string one writes in the shell to the ip url using wsgi (and only the wsgiref module)
I want to make a small program with wsgi that allows me to type strings in my shell and output it on my ip url.
Currently I have this wsgi_app.py:
#!/usr/bin/env python
from wsgiref.simple_server ...
1
vote
0answers
272 views
parameters for hosting a jsp/servlet database web application
I develop java desktop applications, and I am about to start developing a java-based web application employing jsp, servlets, and at least one database. Can anyone point me to some articles or ...
1
vote
0answers
50 views
Uploading and IntelliJ project to host site
I have tried to upload an IntelliJ project to a host site with all the file in the correct place I think. This is in the web inf classes folder I have the hibernate.xml and struts.xml along with the ...
1
vote
0answers
120 views
What are my hosting options for an app that needs tilestashe alongside a django app?
I'm building a GIS-ish webapp that uses tilestache to serve MBTiles and a django app to serve user specified geoJson. I'm having trouble understanding exactly what kind of setup I'd need to host this. ...
1
vote
0answers
138 views
Shared Hosting DNS Solution
I'm taking part in a custom shared hosting solution, and we need help with a solution for DNS or routing.
Right now, a user domain points to their share, but it must have the slave name in it.
eg: ...
1
vote
0answers
39 views
on virtual hosting, how to have a “mysql global event”-like function?
base on what I know, is nice to know mysql have global event surport since 5.1, but the fact of lots of virtual hosting company actually disable this function cause of "security reason" (as I know ...
1
vote
0answers
25 views
What mechanism should I use to poll for webpage updates in an ipad application
Which mechanism should I use to poll content on a hosting server and calculate if the content has been updated? The app then needs to save this content for offline usage.
Is this possible using just ...
1
vote
0answers
181 views
.htaccess to redirect to sub folder without causing errors on ajax JS calls to BE dir
I need help with setting up 100% working .htaccess , I Googled a lot, came to several suggestions, part-working ones but still not 100%. The "problem" is quite simple: the site is hosted at: ...
1
vote
0answers
210 views
Use System.Web.Hosting to host pages inside an ASP.Net application
I would like to know if it is possible to host pages inside of a directory in a currently running web application. I would like this functionality so that I can dynamically add pages/assemblies ...
1
vote
0answers
170 views
XML based Flash template acts different between web hosting services
I've purchased a template which use XML with Flash. "Gallery" page of this template has a problem on Google Chrome at this site: http://www.acmimarlik.com.tr/test2/#/gallery
As you can see, thumbnail ...
1
vote
0answers
759 views
Developing a voice chat mobile application using J2ME?
Hey ,
Hope all you fine.
I'm looking for a good company that provides voice chat hosting service.
Could you please advice me a list of companies ?
Another question , is there a company that provides ...
1
vote
0answers
350 views
Any C#/VB.NET sample projects on developing ActiveX Documents(?) to be hosted by MS Word 2000-2010?
Do you know about any helpful C#/VB.NET sample projects on developing ActiveX Documents(?) to be hosted by MS Word 2000-2010?
I mean a C#/VB.NET sample project having ActiveX Document ...
1
vote
0answers
171 views
Shared hosting redirect question
I have a a few domains on a hosting provider, with DNS/domain name provided elsewhere. To set up the hosting, I set up an A-record for my domain name, with an IP address; that's all normal, of ...
1
vote
0answers
738 views
ASP.NET MVC hosting problem, routing, handlers and modules
This is one of them again, hosting with fasthosts. I recently purchased a windows developer package from them. When I tried to deploy my ASP.NET 3.5 MVC project, which was working fine with the same ...
0
votes
0answers
15 views
Elastic Search architecture and hosting
I am looking to use Elastic Search with MongoDB to support our full text search requirements. I am struggling to find information on the architecture and hosting and would like some help. I am ...
0
votes
0answers
19 views
Move mailbox from one server to another
A client of mine has bought a domain with 123-reg.co.uk he has also got a mailbox with them. His site however is hosted elsewhere. I have changed nameservers to point the domain to this server but I ...
0
votes
0answers
6 views
Edit Tomcat config on hosting site
I would like deploy a java web app to hosting site. But I have to edited server.xml file on Tomcat. So I wonder If I can do it ( Note : edit on hosting site of Provider, not on localhost)
Please help ...
0
votes
0answers
23 views
fckeditor interface not displaying on page, but is loading in source code
Firstly I am using codeigniter 2.02 as this is what the original CMS was built in.
Recently we moved hosting provider to a dedicated host (VPS). Since then FCKeditor has not worked correctly.
There ...
0
votes
0answers
6 views
View targetframework in amazonwebservice
I created a webapplication using MVC in dotnet.Now I have a requirement to host it in Amazon Webserivces(AWS). I created a login ID. How to view the target framework in AWS and also how to host my IIS ...
0
votes
0answers
19 views
Google Fonts and JQuery not working when hosted by Google Drive
I've uploaded them to a public folder. Everything works apart from these two.
Is there some extra "Google Drive Hosting" script I need to put in?
Or should it be working without any extra and I need ...
0
votes
0answers
31 views
How can I access MAMP Pro sites through Adobe Edge Inspect without using my IP address?
When I develop a website I typically use Edge Inspect in parallel with my computer's browser for testing. For every website, I create a new host in MAMP Pro, and create new directory on my computer ...
0
votes
0answers
37 views
MS Access 2007 database in asp.net(Make it work on hosting)
I have a web application(c# asp.net) and successfully uploaded it to hosting. It works good, but doesn't connect to a database(MS Access 2007). I've put the database in App_Data folder and typed a ...
0
votes
0answers
12 views
Managed svn, tomcat and bamboo hosting in one provider?
Currently i have my svn-repo with one host, i have local bamboo server and a VPS running tomcat somewhere else.
Is there some way to combine it all? Is there one host that delivers svn-repos, ...
0
votes
0answers
7 views
How DNS links to addon domains
I'm wondering if my, user friendly, explanation about how a DNS links to addon domains is accurate?
Basically, how this works is when you create an add-on domain, the hosting provider links the ...
0
votes
0answers
15 views
Sharing PHP files between sites located in one public_html folder
I have three sites that share the same hosting and are found in the same public_html folder, which belongs to the original site. Let's call the original top level site base.com, and the other two ...
0
votes
0answers
15 views
Protecting a public facing development server with multiple sites/clients/logins
Long story short, we are setting up a development server at work (small 4 man dev team). It will house a GIT repo, and our development sites for clients.
We want to restrict access to the server as a ...
0
votes
0answers
32 views
Streaming Server or normal FTP Server
I want to start a website for watching video. I'm wondering which server to use to store my videos - Streaming Server or a normal FTP Server. If it's better to use Streaming Server, how to make my ...
0
votes
0answers
81 views
NGINX - Domain can't get to the correct server blocks
I'm trying to host multiple websites using Nginx in a single server with single IP only.
This is what I did:
I created a domain name ninjoequah.uni.me , uni.me is a free domain.
I enter my public ...
0
votes
0answers
11 views
What configuration for dedicated hosting is adviced?
I need to purchase a dedicated server for my new site. In this site the database size will be large and almost all pages are dynamic relying on the database. Now for this site what type of ...




