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

WCF 413 Request Entity Too Large - Self Hosted WebHttpBinding

There are many discussions about this problem, however I have now tried every possible solution and we are still getting 413 Request Entity Too Large errors from the server. Our WCF service is self hosted via an Azure Worker role, and does not use…
antscode
  • 271
  • 4
  • 11
1
vote
0 answers

Blogger: how to link comments to my non-blogger website?

I host my own WordPress website on my own domain, but most of my peers have Blogger sites. When they comment on each others sites, their comments appear alongside their name, avatar, and link back to their blog, (because they are also Blogger…
Neil Hillman
  • 355
  • 4
  • 17
1
vote
1 answer

Connect device to Windows 7 hostednetwork -> No Internet Access needed

I 'm looking for a clean way to communicate between an Android/iOS phone and a Windows 7 laptop. No need for internet connection, just a way for a TCP connection between the phone and the laptop. I have enabled the hosted network, but there is no…
Michael Chourdakis
  • 10,345
  • 3
  • 42
  • 78
1
vote
1 answer

node.js on hosted account (non localhost) good install server started but (not found)

I installed node.js on a hosted Apache server. The simple server I placed on the server runs fine, but when I go to the website I cannot see the website. I initially tested this on my local machine and it works fine, but I need this on a production…
1
vote
0 answers

What caused my splitter to move?

I've got an issue that's doing my head in. I have a .net usercontrol with a splitcontainer control on it. The .net usercontrol is actually hosted in a control container in much older non .net legacy code (Visual Objects). The problem I'm having is…
MrBonk
  • 11
  • 3
1
vote
2 answers

Contract for hosted software

I've finally found a client for my hosted software - the first time I've ever sold software. I want both parties to sign a contract specifying things like expected uptime, payment schedules, etc., so that no one feels like they've been cheated, but…
benjy
  • 4,664
  • 7
  • 38
  • 43
1
vote
1 answer

Self hosted project community alternatives

I am looking for a self hosted CodePlex clone to use on an intranet. It should be web-based, preferably open-source but may also be commercial. The important features I need are: Discussion board Wiki for project documentation Mercurial integration…
dux2
  • 1,770
  • 1
  • 21
  • 27
1
vote
2 answers

Calling PythonFunction's from a VB application hosting Iron Python

I'm a C++ programming who was tapped to write a small application in Visual Basic. The application hosts an IronPython runtime and I am attempting to define some function in python and then call them from VB. I have written a simple test function…
mjn12
  • 1,853
  • 3
  • 19
  • 27
0
votes
0 answers

Why SerialPort_DataReceived not raise in a worker thread

I created a serial port singleton worker thread with: builder.Services.AddHostedService(); builder.Services.AddSingleton(x => x.GetServices() …
0
votes
3 answers

HTTP Error 500.19 - Internal Server Error in BlogEngine.NET

I'm trying to install BlogEngine.NET in my Hosted Plan at arvixe.com I get this error when I try to navigate to the Blog : The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration 53: …
Wassim AZIRAR
  • 10,823
  • 38
  • 121
  • 174
0
votes
1 answer

Blazor Hosted WebAssembly application with Identity Server fails in production

I am developping a Hosted Blazor WebAssembly application with Identity Server. It works perfectly in my development environment, but fails in a production environment. To try and find the reason, I went back to the templates supplied with Visual…
GerardF
  • 133
  • 1
  • 2
  • 8
0
votes
1 answer

How to stop Hosted Blazor WASM from navigating to api

I have designed my blazor wasm application and its hosted in blazor server app, therefore both applications share the same base url. When i launch my server app, it successfully launchers the wasm app. My problem is that when i hit the refresh…
0
votes
0 answers

Python3 ArcPy path/permissions setting error sd Hosted Services

Traceback (most recent call last): File "", line 34, in File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\mp.py", line 105, in CreateWebLayerSDDraft return…
0
votes
1 answer

.net core 6 blazor wasm hosted change route in client index.hml

do you know how I can change the _framework directory, for security? Why does this directory show security information? I have one solution client server shared I have 127.0.0.1/site/_framework/blazor.boot.json and show information private enter…
0
votes
0 answers

"Fatal error: Uncaught PDOException: SQLSTATE[HY000] [2002] Connection refused" after updating a PHP file

I have added a new column to a mySQL database table and added a form field for the new value to the PHP page which is used to display the values of the database fields for a selected record. The application (which is hosted on a shared server of a…
emmi59
  • 1
  • 2