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
32
votes
4 answers

Hosted bug tracking system with mercurial repositories (Summary of options & request for opinions)

The Question What hosted mercurial repository/bug tracking system or systems have you used? Would you recommend it to others? Are there serious flaws, either in the repository hosting or the bug tracking features that would make it difficult to…
Mark Booth
  • 7,605
  • 2
  • 68
  • 92
14
votes
5 answers

get a sql server (express) during a pipeline build azure devops

i'm setting up a pipeline for asp.net application. During integration tests task i need to connect to a SQL server. How can i say to the pipeline that i need a sql service ? I have tried with multiple microsoft hosted agent pool (Windows Server…
14
votes
2 answers

how to install cloud9 IDE on ubuntu server

I have a development server which runs mostly python-based apps. I like the interface of tools like cloud9, but since I have a server I'd rather have something similar on my own server. This is what I mean by "self-hosting". I only need to edit…
Tim Richardson
  • 6,608
  • 6
  • 44
  • 71
10
votes
2 answers

Run a C Program on a Linux Server

This question I'm sure has been answered, I honestly don't know how to ask it via search though. So please excuse my lack of knowledge as this one of the only place I really have a lack of knowledge in the world of Computer Science. How can I/ Is it…
ManOx
  • 1,935
  • 5
  • 23
  • 37
9
votes
6 answers

How do you use Active Directory in a "hosted solution"?

Yesterday I got a call from a Microsoft representative asking if we supply "hosted solutions", presumably as part of the big Windows Azure push. As soon as I got off that call, our marketing director came into my office and said the majority of our…
flipdoubt
  • 13,897
  • 15
  • 64
  • 96
6
votes
3 answers

Can I create a hosted SVN repository 'parallel' to my own on my office server?

We've been using a DIY SVN server in the office for about a year now. It's a simple setup with SVN installed on a home server. We use tortoise SVN to access it I just wish I'd learnt about a version contol system years ago.. Anyway, of course access…
Brian Frost
  • 13,334
  • 11
  • 80
  • 154
5
votes
0 answers

Serve a file dynamically as download from an externally hosted Jupyter Notebook

I am working with a Jupyter Notebook hosted on an external server, i.e. the user has no access whatsoever to the server except through his Jupyter Notebook. I am looking for a way that a user working in such a Jupyter Notebook can download his…
StarSheriff
  • 1,477
  • 2
  • 17
  • 23
5
votes
0 answers

Nexus 504 Gateway Timeout for hosted repository

My team manages a Nexus repository used by many other teams in my company. A team is using it to store large archive files (mostly 1.6GB, sometimes 4.5GB) and that has been mostly fine, but now they are getting strange behaviour where they get a 504…
jbyrnes
  • 363
  • 4
  • 13
4
votes
1 answer

Fastly versus my own hosted Varnish

What are the benefits of using Fastly versus simply having my own self-hosted Varnish? Are there additional benefits and features that Fastly provides that regular Varnish does not, or is it simply that Fastly is managed Varnish in the same way…
jdotjdot
  • 16,134
  • 13
  • 66
  • 118
4
votes
0 answers

Visual Studio Online CI Nunit references not resolved during build

I have been trying to get my solution to build in a CI configuration using Visual Studio Online and the hosted build controller. I have created a folder in the root of my workspace with the required NUnit binaries as per these guidelines. I have…
MarkHone
  • 381
  • 5
  • 12
4
votes
3 answers

Is is possible to host Silverlight widgets from a WPF app?

If I wanted to create some Silverlight widgets and host them within WPF is this possible? I've searched for examples & found a few concepts online but no approaches that actually panned out / work / and a bunch of dead links. Has anyone…
3
votes
2 answers

Gwt Hosted Mode Server Side Reloading

Whenever I made code changes in GWT client side files I can just reload the browser or press "reload webserver" and the changes will be applied instantly. However, it doesn't work like that when I update my server side codes which means I have to…
Quinn
  • 31
  • 1
3
votes
1 answer

WPF HwndHost keyboard focus

The chart area in the screenshot is a HwndHost control which hosts a native Win32 window (with it's own registered WNDCLASS) implemented in C++/CLI and drawn with Direct2D. The HwndHost is hosted in a WPF Border control. The problem I have is that I…
Meh
  • 7,016
  • 10
  • 53
  • 76
3
votes
2 answers

Along with my hosted Windows service's installer, is it possible to set the recovery options when errors occur?

I'm following along with http://msdn.microsoft.com/en-us/library/bb332338.aspx to host my service as a Windows service. It installs just fine, but I would like to actually set the recovery options to "Restart the Service" on a "First failure",…
Alexandru
  • 12,264
  • 17
  • 113
  • 208
3
votes
1 answer

Can you use google scripts on a website that's not created under Google Sites?

Google Scripts has a way to be embedded into a Google Site, but I'm wondering if I could use a Google Script with a website that's not hosted by Google. The purpose of this google script is as a simple alternative to Javascript for the simple…
crarho
  • 119
  • 2
  • 9
1
2 3
9 10