Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
20 views

IIS 10 Configuration .Net Core/Angular and .Net Framework ASPX.Net issue

I am setting up a new Windows 2019 server with IIS 10. I am trying to configure two web applications within the server. One is a .Net Core/Angular 16 application, the other is a .Net Framework ASP.Net ...
awdorrin's user avatar
  • 305
0 votes
1 answer
29 views

Can you force IIS Windows Security (NTLM) to request full domain username and password - not Windows Hello?

Can you force IIS Windows Security (NTLM) to request full domain username and password - not Windows Hello? Since the domain administrators have moved to Windows Hello for clients and switched from on-...
Matt's user avatar
  • 26.6k
1 vote
3 answers
156 views

Error: Assert failed: This browser/engine doesn't support WASM SIMD. Please use a modern version

I'm working in a blazor wasm hosted app, it actually works when it runs in visual studio and when I publish the app in IIS it works to. The problem starts when I copy and paste the publish to IIS in ...
Miguel Rojas's user avatar
-1 votes
0 answers
35 views

Point DNS to home server and host .NET app with IIS

I am going nuts trying to self-host with IIS a web app I have created using .NET and using SQL Server as a database. I have bought a domain (no host) and I have created an A record with my public IP ...
Penta's user avatar
  • 1
1 vote
0 answers
28 views

Is it possible to throttle a single URL in IIS

Our production IIS web server keeps coming to a halt because a web application is occasionally hitting a single URL faster than the server can respond. Is it possible in IIS to throttle/limit that ...
Jammy's user avatar
  • 789
0 votes
0 answers
30 views

IIS 500.19 0x8007000d error, but API calls are successful when calling from postman

Web application: C# API, Angular frontend. On one specific machine i'm getting error IIS 500.19 0x8007000d when trying to access web application via angular frontend. All config files are fine, and ...
guidempty's user avatar
1 vote
1 answer
78 views

API is not hitting while browser refresh in Angular

I've one project where API has been written in .net framework using C# and frontend is in angular. In the Angular I've used one API into OnInit method. Code is running fine when i'm using Visual ...
ADeveloper's user avatar
0 votes
0 answers
32 views

Header based authentication for the web app with ADFS as IDP

I am working on one use case where wish to authenticate my .net based web app (deployed on IIS server) with header based authentication flow. My web app currently uses username/password based login ...
Buzz_Lightyear's user avatar
0 votes
0 answers
67 views

IDX10104: TokenLifetimeInMinutes must be greater than zero. value: '-3152398' (Parameter 'value')

I am facing an issue with reading the 2FA code in my application because the token is getting expired. The specific error in the event viewer logs is: IDX10104: TokenLifetimeInMinutes must be greater ...
raju's user avatar
  • 1
0 votes
2 answers
110 views

.NET framework Session State

I restored a Database and I created a session state through this command C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql -ssadd -sstype p -S IP_ADDRESS -U USER_ID sa1 -P USER_PASS ...
Cj Cabug-os's user avatar
1 vote
0 answers
83 views

HttpClient Post Proxy

I have an issue with a simple http post call, I spent many hours searching for a solution. The solution is using a proxy. But I would like some explanation from somebody who understands this problem. ...
T. Dominik's user avatar
0 votes
1 answer
66 views

HttpClient using PFX transport certificate to stablish connection to third part application

I have an Asp.Net core app which has a lot of PFX certificates, those certificates are added as resource to the application, each certificate has a specific client. This Asp.net app is responsible to ...
Lucas Bernardo's user avatar
-1 votes
1 answer
52 views

How to modify the user group of IIS APPPOOL \ xxx

I created a IIS website, the application pool name is testAppPool. Then I run the following code in the website, obtain current user group permissions: WindowsIdentity winIdentity = WindowsIdentity....
xiongfj's user avatar
0 votes
0 answers
48 views

value does not fall within the expected range. certificate.GetCertHash()

I want to create a site with a certificate I use this to generate a certificate: static byte[] MakeCert() { var ecdsa = ECDsa.Create(); // generate asymmetric key pair var ...
mz1378's user avatar
  • 2,440
0 votes
0 answers
127 views

How to add OpenTelemetry for .NET framework applications hosted in IIS?

I am trying to add OpenTelemetry for .NET framework applications hosted in IIS using https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation?tab=readme-ov-file documentation while ...
Naveen Kumar's user avatar
  • 1,390

15 30 50 per page
1
2 3 4 5
224