Questions tagged [.net]

The .NET Framework is a software framework for Microsoft Windows operating systems. It includes a large library, and it supports several programming languages which allows language interoperability

Please note that the .NET Framework is not specific to any one programming language. The C#, VB.NET, C++/CLI and F# programming languages from Microsoft, and many other languages from other vendors, all use the same .NET Framework.

461 questions
0
votes
0 answers

My windows Task Schdulrer is raising this error "0xE0434352"

I have windows server 2012 R2, and i have some tasks inside Windows Task scheduler which use to work well, but yesterday they start to return this error 0xE0434352, as follow:- I checked the Event Viewer logs and i found this error:- Faulting…
test test
  • 81
  • 8
0
votes
0 answers

Client sends "FIN, ACK" instead of "Client Hello" | Connection closed during SSL handshake | Haproxy

I am trying to establish SSL connection between the .NET WebSocket Client and my server by calling "wss://domain.xyz". Haproxy is handling the SSL handshake and once that is done it connect to a NodeJs server running on the same server. Currently, I…
Panays
  • 1
  • 2
0
votes
1 answer

new .NET version not showing up in Server Manager

I've installed .NET 4.7.2 on an EC2 running Windows Server 2016 but when I go to Server Manager > Add Roles and Features, I can't see that version anywhere in the Roles or Features lists for Web Server, Application Development, etc. How do you get…
JacobIRR
  • 125
  • 7
0
votes
0 answers

Is it possible to install Windows Debugging Tools via Powershell?

I've installed LeanSentry on one of my web servers to try and diagnose some performance issues I've been having. I need to install Windows Debugging Tools (from the Windows SDK) to get some memory diagnostics back from my app hosted in IIS. The…
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
0
votes
1 answer

Is there a utility that will report the NET Framework versions installed on all computer in a domain?

I'm not a sysadmin myself but am asking this question on behalf of a client of mine, a "mom and pop" company without about 50 computers on a Windows Server network. They want a way for their systems administrator to determine what versions of the…
Tim
  • 175
  • 1
  • 2
  • 10
0
votes
4 answers

DotNetNuke setup issues

I'm not sure if this will be the right place to ask, however the DNN forums are not working for me at the moment and I have an unhappy client. I set up DNN 5.2 on a Windows Server 2003 box. I installed SQL Server Express 2008 and then installed DNN.…
MattC
  • 367
  • 1
  • 4
  • 11
0
votes
1 answer

.net core 3 with Nginx reverse proxy redirect to port 5001, but no page is loaded

I'm trying to setup an ubuntu 18.04 droplet to run .Net Core 3.1 Web app. I'm following this tutorial. So far I have the nginx working (or at least I can see the nginx welcome page) if I write the droplet IP in a browser. I have created the…
Peyu
  • 113
  • 5
0
votes
1 answer

Azure Virtual machine scale set and .NET Core application

I am experimenting with Azure Virtual machine scale sets in order to achieve load balancing of the .NET Core application. Configuring actual scale set seems straightforward. Now, it comes with the second part - publishing actual .NET application to…
Dimitri
  • 3
  • 2
0
votes
1 answer

iis virtual directory application using non admin custom account in app pool

web server Microsoft Windows Server 2019 DataCenter version 10.0.17763 there is a physical folder on the d drive folder1 --app1 --app2 --app3 --web.config folder 1 is set up as a web application in iis. (mywebsite) its app pool is v4.0 classic…
0
votes
2 answers

In my registry I have the 4.5 .NET framework indicated as installed, but I can still patch 4.5.2 manually

I was trying to patch my Windows Server 2012s through a patching service, however the 4.5.2 patch was not showing up as applicable. After some digging with the service, we figured out that the registry key was indicating we only had 4.5 installed.…
-1
votes
1 answer

notification call to IIS

I have a notification application, X company make some calles to my domain, last 2 weeks we lost those calls and I am trying to figure out if calls can reach to my IIS. their system supposed to retry every 15 min. so how can I check if any calls to…
Mert
  • 99
  • 1
-1
votes
1 answer

High CPU being caused by garbage collection in w3wp.exe

I am having a problem with High CPU happening on my my website in IIS8. This happens randomly and not very often but it does happen especially when the load is heavy on the site. The only way to stop it is to End Task on the w3wp.exe process and…
exposure
  • 273
  • 1
  • 5
  • 10
-1
votes
1 answer

.NET based applications will not launch

We have a .NET 3.5 application that we've been using for about three years with no major issues and since yesterday it does not launch at all. The application hangs. It first starts three processes, all of them taking 116KB of memory and nothing…
-1
votes
3 answers

How can I run a .exe file every hour automatically?

I'm using Windows Server 2008 R2. I've created a .NET console application and deployed it to the server. If I double click the .exe application, it runs well and does it's job. This application has to update values on a database. I need to be able…
Only Bolivian Here
  • 147
  • 1
  • 3
  • 8
1 2 3
30
31