Questions tagged [hosted]

Problems with code that is executed on a hosted Web server. Do not use this tag if the problem code is running on a local machine.

Problems with code that is executed on a "hosted" Web server.

Please do NOT use this tag if the code for the question is running on a local machine.

This is specific to code running off a hosted Web server.

Reference:

137 questions
0
votes
1 answer

Paypal Hosted Checkout Page (Layout C) Language other than English

Is it possible to implement Hosted Checkout Page (Layout C) with French or German languages ? I've tried to send the following parameter (both to IFrame URL and to the API): LC=FR It works fine, but all in English. Thanks Mike
MikeE
  • 1
0
votes
1 answer

Uninstalling on-premise exchange 2007 after outsourcing

We have recently migrated a single server exchange 2007 organisation out to a hosted exchange platform and everyone is working fine against the new platform. The question I have is a simple one really. Should I go through the process of properly…
0
votes
1 answer

XBAPs and MouseWheel events

I've got an XBAP hosted in FireFox, which works great. However, I cannot detect MouseWheel events ever! I'm guessing that FireFox is consuming them and not passing them down to the hosted app. Any ideas on how to work around this?
Kevin Montrose
  • 22,191
  • 9
  • 88
  • 137
0
votes
1 answer

How to backup your data with hosted issue tracking?

I'd like to use a hosted issue-tracking service, but I want to be able to backup my data in case the service goes under. Are there any hosted issue-tracking services that have a "data liberation" strategy and support you periodically copying…
user194873
0
votes
1 answer

sync remote MySql DB with hosted MySql DB

Is it possible to automatically sync local MySql database with a hosted MySql database through internet connection.
0
votes
2 answers

Can AppleScript talk to a hosted MySQL database

I have your standard hosted MySQL database (HostGator) and I want to connect to it from my Mac Laptop via Apple Script. Is this even possible? If so where can I find an example? The examples I have found are for connecting to a local MySQL instance.…
codingguy3000
  • 2,695
  • 15
  • 46
  • 74
0
votes
1 answer

Google Chrome Hosted App disable tab address bar, close other tabs, maximize window

Some of the tasks we are trying to achieve through Google Chrome Hosted App are as follows. Once app is launched, - the app will close all other tabs. - the address bar will be disabled - the app will open in maximum size…
Srk
  • 21
  • 1
  • 6
0
votes
3 answers

Is it possible to style a javascript hosted elsewhere on www.tidetimes.org

I need to display tide times on my website, however the only service to offer them in the UK in any decent form is www.tidetimes.org. They offer a widget which runs a pretty standard Javascript (hosted on their site) to generate the tide times on…
user1721451
  • 247
  • 6
  • 15
0
votes
1 answer

Entity framework returns null when hosted

I have a silverlight application where when I run the application I read the database and populate the results in the combobox, but when I publish it on the server(IIS) the it returns me a null, I can't even debug the error because it return the…
user9961
  • 31
  • 2
0
votes
1 answer

I/O Virtualization in Hosted VM

I've heared that hosted VMs make I/O virtualization easier. Because no device driver is needed for the VM and it can use the host OS device drivers for devices. My question is if the device driver is installed on the guest OS why do we need to use…
user1284064
  • 175
  • 2
  • 9
0
votes
1 answer

Click once deployment to a ISP hosted Server (ISP is Lunarpages in this case)

I know this has some crossover to Serverfault.com but the advice on meta.stackoverflow was to ask it here (first) as it requires a .NET dev to answer more than likely. I am having some problems publishing to my website a Click Once App, I am getting…
Tim Jarvis
  • 18,465
  • 9
  • 55
  • 92
0
votes
1 answer

asp.net within a hosted environment and Castle.Windsor -> Required permissions cannot be acquired

I am developing an asp.net 3.5 web application which is running perfectly on my local IIS server but gets me into a lot of trouble when publishing it to a hosted (1and1) environment. When the web.config is loaded an…
Rodney
  • 205
  • 2
  • 7
-1
votes
1 answer

How to get access to hosted mail inbox in cpanel

i opened an email from my hosted site cpanel "support@example.com" but i don't know how to see the mails sent to me.please help me out Any advice is highly welcome
jacob
  • 1
-1
votes
1 answer

How can an Amazon EC2 instance running a streamlit web app exposed on port 8501 be connected to a domain hosted on aruba?

I already have a domain hosted on Aruba. I built a streamlit web application which when running is exposed on port 8501. The app has been deployed on an EC2 instance on AWS and is accessible through the internet via public IP:8501. The EC2 instance…
cami
  • 1
  • 1
-1
votes
1 answer

New to python, trying to write and read pickle file on hosted server

Just going through basic python3 on Head First book. Trying to deploy code on hosted server. Most of the scripts are working on the cgi-bin as executable but the pickle file is not writing or reading. It works on my localhost. I've changed chmod…
1 2 3
9
10