4,350 questions with ASP.NET Core tags

Sort by: Updated
1 answer

VisualStudio debug services on Docker-Compose not starting

Hi, I try to debug 3 services using Docker-Compose in VS 2022. ServiceC depends on ServiceB which depends on ServiceA. All of these "depends*on" use condition: service_*healthy and every service has a healtcheck. VS will only start container A…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,833 questions
asked 2023-03-20T13:49:46.3733333+00:00
BenT 20 Reputation points
answered 2024-07-09T20:55:21.92+00:00
vsfonseca 0 Reputation points
2 answers

MVC CORE Edit Images

Database Contains images , when I try to edit the text , I need to upload images again , please suggest. If there are no changes in images I don't want to upload them again. Capturenotsaved.PNG Capturedisplay.PNG public partial class…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,581 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
asked 2024-07-05T14:43:54.9833333+00:00
Kalyan A 45 Reputation points
commented 2024-07-09T19:51:43.92+00:00
Kalyan A 45 Reputation points
1 answer One of the answers was accepted by the question author.

Blazor HealthChecks - works on my system, error on Azure App Server

Hi all; I have a Blazor Interactive Server app and have set up health checks as follows: builder.Services.AddHealthChecks() .AddDbContextCheck<TrackingDbContext>("App Database") …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,483 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,297 questions
asked 2024-07-06T15:57:46.3866667+00:00
David Thielen 2,626 Reputation points
accepted 2024-07-09T16:23:44.85+00:00
David Thielen 2,626 Reputation points
1 answer

Push notification http response status code 500

Hello, in the past two hours, we have discovered a large number of 500 errors occurring when using WNS HTTP API for notification pushes. https://dm3p.notify.windows.com/?token={myToken} Could you please assist us in investigating this issue? Below are…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
299 questions
Universal Windows Platform (UWP)
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
315 questions
asked 2024-07-09T07:43:33.26+00:00
景轩 王 0 Reputation points
commented 2024-07-09T16:10:42.9466667+00:00
Mowszowski, Russell 0 Reputation points
0 answers

How to Fix Stop code HTTP.sys issue.

Windows Server 2019 datacenter version gets restarted with stop code http.sys. Is there any workaround to resolve this issue permanently.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,572 questions
Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
asked 2024-07-09T15:49:56.8233333+00:00
User 0 Reputation points
1 answer

Get The Accounts That Have Been Signed In Already In MSAL (MAUI)

Implementing MSAL in MAUI application. Sign In process is created by using below snippet. authenticationResult = await _identityClient .AcquireTokenInteractive(AppSettings.MSALScopes) …

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,236 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,156 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,745 questions
asked 2024-07-08T16:54:36.2333333+00:00
Smit Rathod 0 Reputation points
answered 2024-07-09T11:08:23.17+00:00
Akhilesh 7,065 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

html table add pagination

I want to add page number to my table. But the problem is - when the page is loaded the page number is not working. Working when clicking on page number symbol. If I use the data manually instead of fetching it from the database, it works. I would…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
asked 2024-07-04T16:30:13.3133333+00:00
jewel 821 Reputation points
edited an answer 2024-07-09T01:14:16.1033333+00:00
Manman Xie (Shanghai Wicresoft Co Ltd) 80 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to receive selected radio button values in the controller in ASP. Net Core 6 MVC

I am working on asp.net core 6.0 MVC. On the view, I have four radio buttons and would like to get the selected radio button value in the controller and process further based on the selected value. I have created a view model to pass data between the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
asked 2024-07-08T20:44:31.4166667+00:00
Sherpa 241 Reputation points
answered 2024-07-08T21:04:19.22+00:00
AgaveJoe 27,501 Reputation points
3 answers

Secured controller action shows 401 error instead of redirecting to login page in .NET 7

I am developing a .NET 7 Web application that has secured areas. This is a monolith application, so that it is separated in different assemblies. I have one host assembly (the entry assembly), called EntryPortal.Core. On the other hand, I have other…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
asked 2023-06-02T23:25:25.28+00:00
Jaime Stuardo 66 Reputation points
answered 2024-07-08T16:11:53.2966667+00:00
Bruce (SqlWork.com) 60,706 Reputation points
1 answer One of the answers was accepted by the question author.

Microsoft Cognitive Services Voise to text doesn't work on uploaded to Azure website

I'm using Azure AI services to recognize speach and convert it into text with .Net SpeechConfig speechConfig = SpeechConfig.FromSubscription(subscriptionKey, region); SpeechRecognitionResult result; using (SpeechRecognizer…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,589 questions
asked 2024-07-04T14:41:38.0133333+00:00
Sviatlana 20 Reputation points
accepted 2024-07-08T07:19:09.94+00:00
Sviatlana 20 Reputation points
2 answers

.net8 mvc application hosting/local issue

I have hosted my .net8 mvc application on IIS after publishing. this system doesn't have internet access. after a month of hosting the application stopped working because of db connection. its trying to find some local libraries like thread/timer,…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
asked 2024-07-03T16:44:36.17+00:00
Kumar, P Uday 0 Reputation points
commented 2024-07-08T01:42:43.7433333+00:00
Tiny Wang-MSFT 2,171 Reputation points Microsoft Vendor
1 answer

Unable to get access token for microsoft store service

Hi, I am building an app for the Microsoft Store. I require the app's server to connect to the microsoft store to validate purchases. I'm using the Microsoft.StoreServices API provided at: https://github.com/microsoft/Microsoft-Store-Services Basically…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,156 questions
Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
919 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,591 questions
asked 2024-06-09T22:08:13.59+00:00
Jacques O 0 Reputation points
edited an answer 2024-07-05T23:37:21.75+00:00
Jacques O 0 Reputation points
3 answers One of the answers was accepted by the question author.

SQL Server connection timeout after idle

I just set up on Azure a SQL Server (free tier) connecting to an .NET Core web app also on Azure. After 20 minutes the database goes idle. The first attempted connection to the database fails with the call stack below. The subsequent call works…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,227 questions
asked 2024-07-04T17:35:16.3733333+00:00
Patricia Davidson 20 Reputation points
commented 2024-07-05T16:37:31.1233333+00:00
Patricia Davidson 20 Reputation points
0 answers

How to deploy an asp .net core wep app to a linix app service ?

i am trying to deploy to a Linux app service. the message is get on VS is attached. and what i see when i have deployed the app. what i see when i click on the link is ":( Application Error If you are the application administrator, you can access…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
930 questions
asked 2023-11-06T14:01:47.4733333+00:00
Romario Arnat 25 Reputation points
commented 2024-07-05T07:54:31.23+00:00
Romario Arnat 25 Reputation points
1 answer

How to navigate to 3rd party URL in Blazor WASM?

Hi, I have an e-commerce solution. Using Blazor WASM .NET 6 for the client side. I am using a 3rd party payment gateway. Unfortunately, they don't have a great support and help desk so most of the time I am trying to find my way with trial and error. I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,483 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,591 questions
asked 2024-07-02T10:15:03.17+00:00
Cenk 986 Reputation points
commented 2024-07-04T19:53:01.9566667+00:00
Cenk 986 Reputation points
2 answers

#How to convert ASP.NET for Microsoft Graph API to an open public API?

Hello, I have followed the instructions for creating an application that can pull data using the Microsoft Graph API: …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,280 questions
asked 2024-06-28T13:08:45.0433333+00:00
Jorziño Barradas 20 Reputation points
commented 2024-07-04T09:11:09.6766667+00:00
Tiny Wang-MSFT 2,171 Reputation points Microsoft Vendor
1 answer

.Net8.0 WebAPI Deployment Not Working with IIS on Windows Server 2012 R2 aspnetcore.dll and Asp.Net Core Module\V2\aspnetcorev2.dll not found

Dear Team, I have installed following below .Net Core Bundle in sequence on our Windows Server 2012 R2 .NET SDK 8.0.300 .NET Runtime 8.0.5 ASP.NET Core Runtime 8.0.5 .NET Windows Desktop Runtime 8.0.5 But I have not found following below dlls which…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
asked 2024-07-03T04:22:08.66+00:00
Arvind Sharma 0 Reputation points
commented 2024-07-04T06:41:30.9533333+00:00
JasonPan - MSFT 4,796 Reputation points Microsoft Vendor
3 answers

How to insert HTML to a Blazor WASM?

I am working on an e-commerce solution. The client side is a Blazor WASM .Net 6 project. I am trying to use a 3rd party payment gateway and unfortunately, their support is very poor. I am trying to progress by trial and error. On the checkout razor page,…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,483 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,591 questions
asked 2024-07-03T05:05:43.7233333+00:00
Cenk 986 Reputation points
commented 2024-07-04T06:28:35.18+00:00
Cenk 986 Reputation points
0 answers

Authentication Issues in Blazor Application After IIS Restart

Hello everyone, I'm encountering a significant issue with authentication in my Blazor application hosted on a Windows Server within a LAN environment. Problem Description: Whenever I turn off the IIS server to install updates for the application and then…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,483 questions
asked 2024-07-03T18:34:32.94+00:00
Hamza SOUIHEL 0 Reputation points
edited a comment 2024-07-04T04:39:09.12+00:00
Brando Zhang-MSFT 3,361 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

error format of the initialization string does not conform to specification starting at index 0

I am programming an ASP.NET Core project with Razor pages, which is database first. After executing the Scaffold-DbContext command in Power Console Manager, the classes and context were created correctly and after running the program, the data was read…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 questions
asked 2024-07-02T02:55:47.64+00:00
Ashkan 21 Reputation points
commented 2024-07-03T18:09:55.7733333+00:00
Ashkan 21 Reputation points