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
3 answers

Free Hosted Project Planners That Aren't Iterative

I am currently using Pivotal Tracker and I like it for its features. The project I am working on though is basically just a hobby game project on the side (even though I plan to sell it when I am done). So while I do want to advance and work on it…
QAH
  • 4,200
  • 13
  • 44
  • 52
0
votes
0 answers

HTTP headers: What is their location, Filename, Extension - how to edit HTTP headers?

Every HTTP blog describes what HTTP headers are and what they do... most of it repeatedly copied and pasted ad infinitum... however... So far, I have failed to find any advice on how to locate these files. Perhaps the 'hosted site' owner cannot…
Marco-UandL
  • 164
  • 1
  • 9
0
votes
1 answer

Lazy Git repository updater

I'm using Git as the repository for my hosted-server web application. I know the way you're supposed to use a local repository with a remote project is to copy each file you edit to your local machine and add it to the repository to keep changes up…
Tom G
  • 2,595
  • 5
  • 20
  • 16
0
votes
1 answer

Does Self Hosted WCF through Named Pipe use Ports?

Does self hosted wcf through named pipe use ports? But in the below working url it looks like it doesnt. net.pipe://localhost/TradeService/Service1 All your answers are greatly appreciated.
francorobles
  • 41
  • 1
  • 7
0
votes
1 answer

PHP code not returning correct MySQL result

I'm querying a set of data from MySQL on a hosted server. When I did it on my local machine, it worked fine, but on the hosted server, it's not returning anything. The weird thing is, when I use this GUI for the hosted environment to run the same…
J.Ko
  • 964
  • 12
  • 26
0
votes
1 answer

How to prevent a new window from opening in hosted Internet Explorer

I'm hosting an Internet Explorer instance (the Web Control) in an CAxWindow ATL class. How do I prevent that a website could open a new window from the hosted IE? I'm already setting an implementation of IDocHostUIHandlerDispatch to disable the…
vividos
  • 6,468
  • 9
  • 43
  • 53
0
votes
2 answers

Is it necessary to serve a paypal hosted button from a web page that has https or is http secure enough?

I performed a 'web vulnerabilty scan' on my website. (from this company http://www.acunetix.com/) and there were some medium level threats. So here's the one I would like to ask about. ........................... Alert: Insecure transition from HTTP…
Sarah
  • 1,943
  • 2
  • 24
  • 39
0
votes
0 answers

asp.net:how to change Hosted URL into sub URL

Question is how I change my URL into Sub URL like if I have http://www.abc.xyz.com then I want to give option to the user that they will change their login URL like..... http://www.123.xyz.com first URL Adds user and ask about the new URL which…
Mady
  • 1
  • 2
0
votes
1 answer

paypal Payments Pro Hosted Solution Integration repeat payment

I am using paypal express checkout where i can create take payment for an order with multiple recurring payment profiles in it. e.g. initial payment £5, item A £3 every month, item B £5 every year. I am asked to implement this using website payments…
Faraz
  • 751
  • 7
  • 23
0
votes
1 answer

Designing databases and applications for hosted / cloud solutions

Are there any resources available that can guide someone on how to 'think' about the various components of a hosted / cloud solution before going ahead and starting to make a hosted application? If that made no sense, what I mean to ask is are there…
volume one
  • 6,800
  • 13
  • 67
  • 146
0
votes
1 answer

How do you instantiate .NET hosted controls dynamically loaded via JavaScript?

I am trying to load a bunch of .NET hosted controls into a page dynamically using JavaScript to inject OBJECT tags into the HTML. My problem is that the objects do not instantiate, only the static object that is visible on page load will appear. Is…
gum411
  • 149
  • 4
0
votes
0 answers

how to access multiple endpoints

I have created a test WCF service WcfSampleLib with contract as IWcfSampleLib and ny service class is clsWcfSampleLib. namespace WcfSampleLib { public class clsWcfSampleLib:IWcfSampleLib { public string getMsg(string name) …
user2589824
  • 19
  • 1
  • 8
0
votes
1 answer

IIS Prevent hotlinking of other sites' content on self-hosted websites

We want to avoid our own users from hotlinking to images and media outside our own domain. Is there a way to do this through IIS (version 8 on Windows Server 2012) ? We have the URL Rewrite module installed, but unsure how to develop a rule that…
Darrow7456
  • 196
  • 1
  • 9
0
votes
1 answer

Ruby on Rails not rendering views when downgrading from version 3 to 2

I am in the middle of putting up my Ruby on Rails app to a live server but have to downgrade from version 3 to 2 because that is all my shared hosting provider supports. I was able to adapt my models, controllers and routes without much problem. The…
Pori
  • 696
  • 3
  • 7
  • 18
0
votes
2 answers

Hosting WCF Service in a Windows Service - and start some stuff at the beginning

I've search over the web but I think I have more a comprehension problem then a technical one.. And by beeing an intensive S.O. reader, I know that I must expose my total requirment rather then ask my question simply...so... Dev stuff : Visual…
Simon
  • 2,266
  • 1
  • 22
  • 24