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

Blazor Webassembly asp.net hosted with Microsoft Azure AD authentication

I found a lot number of examples how o do this. https://learn.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/hosted-with-azure-active-directory?view=aspnetcore-6.0 And it works fine when I run it locally in debug. Everything is fine,…
Mr T
  • 1
0
votes
1 answer

How to create DSN in Azure environment?

I'm trying to create a DSN on an Azure hosted environment using the following code: public static bool AddSystemDsn(string server, string database) { return SQLConfigDataSource((IntPtr)0, 4, //4 = ODBC_ADD_SYS_DSN …
0
votes
0 answers

Is it possible to migrate my Azure app service to a self hosted server via a docker image?

When I google this every result is a microsoft document describing how to bring code INTO Azure. But I am looking for a way to take an existing Azure app service and make a docker image of it and then deploy that onto my own server. Is this…
Mark Mercer
  • 105
  • 7
0
votes
1 answer

Failed to find a valid digest in the 'integrity' attribute for resource?

I have just created a hosted blazor webassembly pwa project, which generates client, server and shared projects, all fine. I start the solution and everything runs fine. But after I start to add small changes to the projects it stops working with a…
0
votes
2 answers

How to debug a WCF service in a hosted solution?

I've created a fairly simply web service that has 1 method: UploadFile. Obviously, it works on my machine ©. However, once I upload it, the method return status 202 (Accepted). However, the file never arrives there and there are no errors that I…
AngryHacker
  • 59,598
  • 102
  • 325
  • 594
0
votes
0 answers

AuthenticationService.js:1 GET https://MYDOMAINNAME.co.za/_configuration/ProjectTest.Client 404

I have created a simple Blazor wasm hosted web application, using .net 5.0 I enabled authentication - using the default .sqlite database. This all works fine when debugging the application locally. However, when I try and host the published server…
DataWrangler1980
  • 183
  • 3
  • 13
0
votes
1 answer

Hosted Blazor WASM with Identity Server and external login isn't working in production environment

I’ve been trying to follow the same guide that pertains to hosting on Azure, but instead self hosting with Kestrel. This is similar, but uses Azure. Everything works fine until I add a valid ssl site certificate, then the external login api calls…
ApeDogg
  • 21
  • 3
0
votes
0 answers

Configure Aspnet Blazor Wasam for production

I understand that this may sound like a "how long is a piece of string" question. I have created an ASP.NET Core hosted Webassembly application. It connects to the remote production database and runs flawlessly on my local machine. All logins work…
JakeL
  • 191
  • 1
  • 6
  • 18
0
votes
1 answer

How to get hosted nodejs website to run on cordova?

I have a website(HTML5 Game) that uses NodeJS to manage a database among other things, i am trying to port it too android and IOS using Cordova, but i do not know how to get Cordova to load the website using a URL, i need it to load into the URL…
Pylot
  • 233
  • 2
  • 16
0
votes
1 answer

Start start scoped hosted service instance in .net core console application

What is the best way to start multiple hosted services in a .net core application? The amount of hosted services will change during runtime and a parameter is required when starting a new hosted service instance. I would like to implement them as…
BendEg
  • 20,098
  • 17
  • 57
  • 131
0
votes
1 answer

Microsoft USD - Prevent user from Closing Session Tabs by clicking x button

Just like we can handle if the user can close a specific hosted control or not inside unified service desk like below, Similarly, I want to know if there is anything similar to check we can prevent the user from closing the Session Tab or not.…
0
votes
1 answer

Firebase Web Login on domain hosted by hosting company?

I have setup a Firebase Web Login with Email/Password sign in locally on my computer. I want to implement it on my domain, which is hosted by a web hosting company, so my domain and all it's catalogues are password protected. Is this possible?…
Rawland Hustle
  • 781
  • 1
  • 10
  • 16
0
votes
2 answers

wordpress, a download manager for outside URLs

I'm working on a online file library for one of my clients. It's a library for mostly PDFs and office documents. Because they are a huge amount(almost 2gb in files), I'm hosting them on another site(divshare), so that the hosting account we have…
gadget00
  • 301
  • 6
  • 18
0
votes
0 answers

Authorize.net Hosted Form stuck on "processing", no response via communicator file

I am trying to follow this example by authorize.net on a simple page for testing purposes https://developer.authorize.net/api/reference/features/accept_hosted.html#Integrating_the_Form_Using_Iframes_and_Lightboxes I am using the iFrame/ Lightbox…
Tom
  • 906
  • 1
  • 8
  • 30
0
votes
1 answer

FireRequestAction not firing on button click

I have created a windows form hosted control. And I want to change focus on button click of Hosted Control to another application inside Unified Service Desk. On Button Click event I am using below code, private void button1_Click(object sender,…
Faran Saleem
  • 404
  • 1
  • 7
  • 31