Questions tagged [dotnet-framework]

52 questions
0
votes
0 answers

CORS rejection from remote browser access to public web page Ajax call to http://localhost:5000 Nginx reverse proxy, backend server DOTNET 6 KESTREL

Public Domain SSL Certificate signs site and KESTREL backend server (.PEM, now supported in DOTNET 6). Running on Ubuntu 20.04 (Digital Ocean cloud droplet (VM)). Works from CURL and from Browser same-site. Not from remote browser. Tried all…
0
votes
0 answers

How to troubleshoot windows dotnet azure function via portal if eventlog.xml and application insight has no errors in them?

I upgraded my function from net core 3.1 to net 6 in code, then updated function runtime version trough portal to ~4 and net framework version trough following az command az functionapp config set --net-framework-version v6.0 -n -g…
Igor B
  • 101
  • 2
0
votes
1 answer

Deploy dot net web app using dotnet publish to remote IIS server

Using dotnet publish, how do I deploy a dotnet core web application to a IIS server hosted remotely? What is the best way to do that? I am setting up Jenkins for CICD for this app and need this process to be part of this.
Krunal
  • 251
  • 1
  • 4
  • 15
0
votes
0 answers

.NET runtime missing after it used to exist

We manage deployment of our applications using Azure Devops. We have an application which was deployed to our UAT environment back on 9/14. It was successfully built and released within Devops, and it was working. We noticed today that the service…
0
votes
1 answer

No compatible version found in container

My Error in Logs Explorer when I deploy my App in Google Cloud>Workloads It was not possible to find any compatible framework version The framework 'Microsoft.NETCore.App', version '3.1.0' was not found. The following frameworks were found: 5.0.4 at…
0
votes
1 answer

What is the best Azure service for running a .net core 3.1 console app on a schedule?

I have a .Net Core 3.1 console application that runs on a schedule (currently hosted on a VM). It gets some settings from it's config file and uses http to grab data from an API and feed it into a SQL database (connection string etc. is in it's…
R2Bleep2
  • 29
  • 6
-3
votes
1 answer

How can I find out which applications on my computer use .NET?

I would like to clean-up some of my computers. There are multiple versions of the .NET framework installed in parallel (2.0, 3.0, 3.5). How can I find out if one of my local applications is still using these frameworks? And how can I find out which…
blerontin
  • 364
  • 1
  • 3
  • 13
1 2 3
4