Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
1 answer
25 views

I am working with DevExpress Reports in my .NET Core project. On my Windows laptop, the reports are displayed fine, but when I ran the project using Docker container, the reports are not being ...
NAZ's user avatar
  • 22
0 votes
0 answers
33 views

I am having problems understanding how to get .NET 8.0 session and authorization working together. Most of my controllers are decorated with the Authorize attribute, and I am accessing session ...
user517406's user avatar
  • 13.8k
0 votes
0 answers
26 views

Question I'm building a MCP (Model Context Protocol) server with OAuth2 / Entra ID (Azure AD) security. The login flow in VS Code completes successfully, but VS Code never finishes connecting to the ...
PAPIRATA's user avatar
0 votes
0 answers
49 views

I'm in the process of removing .NET Aspire from my application and whilst this has been a mostly painless process, I'm having no end of issues getting my DbContext working the way I think it's meant ...
Darc's user avatar
  • 893
0 votes
0 answers
19 views

I'm building an ASP.NET Core app with AOT, running on my Windows server 2025. I want to access my app through IIS to manage it. I want to manage authentication with IIS and to inform my app which user ...
Fabien's user avatar
  • 171
1 vote
1 answer
48 views

I have a Blazor application that downloads files to the local machine. This works fine. I try to upload a previously downloaded file back to the API server, and it fails with an htto 405 error - ...
twreynol's user avatar
  • 545
0 votes
2 answers
59 views

In my ASP.NET Core application, I have a signature pad with JavaScript that copies the signature data to a hidden field. That hidden field, which represents the signature, is required. The problem is ...
Jonathan Wood's user avatar
-1 votes
0 answers
35 views

I am building a multi-stage Docker image for my ASP.NET Core 8.0 application using the Alpine base image. My goal is to exclude sensitive configuration files, specifically credential.json and ...
Thiện's user avatar
0 votes
1 answer
44 views

I created a serverside Blazor App and "electronized" it by following the instructions in the read me on the electronNET/electron.NET github page. One of the requirements for this app is to ...
user32002036's user avatar
Advice
1 vote
0 replies
28 views

What is recommended way using Microsoft.AspNetCore.OData to implement custom aggregate method? Using a CustomAggregateMethodAnnotation class will execute it in memory, how can I achieve execution of ...
levaniko asatiani's user avatar
0 votes
0 answers
68 views

I have a task to implement a safety mechanism that ensures only one version of a background service can run at a time. I cannot change the existing architecture or introduce new infrastructure ...
Антон Арбузов's user avatar
0 votes
2 answers
128 views

I am writing a Web API endpoint, data comes from SQL Server, and I'm using EF Core 8.0. I have a table of products and another table that maps the product codes to product attributes (one-to-many) ...
pepr's user avatar
  • 21.1k
1 vote
0 answers
53 views

I have recently added Component Space to my .NET 9.0 based web application, to facilitate SSO. It worked fine for few days, then I faced an issue, where the 'configurationName' is becoming empty for ...
Hemanth Hemu's user avatar
1 vote
0 answers
26 views

Using simpleidserver 6, I am trying to implement a dedicated Id server for an SPA application using PKCE. This SPA authenticates with no pb if it is setup for other Id servers like Azure EntraId or ...
Stephane's user avatar
  • 1,511
5 votes
1 answer
398 views

Previously when using .NET 9, I could authenticate in Swagger using an Authorize button and auth-protected endpoints would have a "lock" icon on them: But now when using .NET 10 and latest ...
Nermin's user avatar
  • 1,260

15 30 50 per page
1
2 3 4 5
5695