4,274 questions with ASP.NET Core tags

Sort by: Updated
9 answers

How to fix this error "warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed to determine the https port for redirect."

Good evening , I am trying to build a simple web api using ASP.Net . The app has been showing the error like this after building it - warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed to determine the https port for…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
asked 2023-06-03T08:29:57.58+00:00
Vaishnavi P 50 Reputation points
commented 2024-05-31T18:29:07.23+00:00
Valeria Sanguinetti 0 Reputation points
0 answers

Migrating Azure Function App From In-Process model to Isolated-Worker model and .NET8

After I migrated my azure function app to isolated-worker model and .net8, I deployed it to the azure and I started to get the following runtime error: Microsoft.Azure.WebJobs.Script: Error configuring services in an external startup class.: Could not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,462 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
asked 2024-05-31T11:40:42.4133333+00:00
Amr 0 Reputation points
2 answers

How to fix HTTP Error 500.30 - ASP.NET Core app failed to start

I'm new to Azure and unsure how to start troubleshooting my issue, I've found the portal support to be unhelpful. The support system asks numerous questions about the problem but ultimately provides no solutions or contact with a support representative,…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,381 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,118 questions
asked 2024-05-27T19:03:13.73+00:00
Sooraj Krishnakumar 0 Reputation points
edited an answer 2024-05-31T03:36:00.9133333+00:00
ajkuma 23,391 Reputation points Microsoft Employee
1 answer

How to fix the exception System.Net.Http.HttpRequestException: The SSL connection could not be established

we have SignalR and SignalR.Client libraries used in our project to establish the connection between the client and the server. The services are .NET applications and the client is a mobile application which is also a .NET application. I am got the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,503 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
asked 2024-05-29T11:57:56.0666667+00:00
Singh, Sheetal 0 Reputation points
commented 2024-05-30T11:51:25.3033333+00:00
AgaveJoe 26,671 Reputation points
1 answer

How to remove an unwanted autogenerated field in code-first migration of Asp. Net Core 6

I am working on Asp.Net Core 6.0 MVC. I have customized IdentityUser by inheriting and creating a new class, ApplicationUser. In this class, I have added my custom properties. My ApplicationUser doesn't have a field named EmailAddress1. However, I have…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
asked 2024-05-25T21:59:47.9533333+00:00
Sherpa 181 Reputation points
commented 2024-05-30T07:59:39.06+00:00
Ping Ni-MSFT 2,640 Reputation points Microsoft Vendor
3 answers

Update Workload Problem/ NuGet Package unable to be installed.

**I have created 3 Projects: FrontEndProject and it is a Blazor Project and this is the csProj:** <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 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,445 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,454 questions
asked 2024-05-10T04:54:17.63+00:00
Muhammad Ghozlan 5 Reputation points
commented 2024-05-30T02:14:20.3733333+00:00
Ping Ni-MSFT 2,640 Reputation points Microsoft Vendor
2 answers

Error while submitting the registration form

RegistrationForm.cshtml @page @model FaceAdminApp.Pages.Auth.RegistrationFormModel @{ ViewData["Title"] = "RegistrationForm"; } <style> .container { max-width: 600px; margin: 0 auto; padding:…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
asked 2024-05-20T05:31:38.77+00:00
Surya Chandra Mohan 20 Reputation points
commented 2024-05-30T02:12:32.0266667+00:00
Ping Ni-MSFT 2,640 Reputation points Microsoft Vendor
2 answers

How to retrieve the any table from SQL DB and display dynamically in one page in asp.net core

Requirements are as below. 1. In single page of asp.net core, need to display any table data dynamically like jtable from jQuery plugin... With generic code with ado.net or web api orAPI or entity framework core

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
709 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 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,454 questions
asked 2023-04-02T16:30:01.65+00:00
phani sekhar 1 Reputation point
commented 2024-05-30T02:09:18.2166667+00:00
Hutty 0 Reputation points
1 answer

Connecting SQL Server Data to RDLC reports in Blazor .Net Framework

Hello, I am trying to create/integrate RDLC reports in Blazor .NET framework. So far: I have managed to open a RDLC report thanks this Question and Answer:…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,503 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 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,445 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,017 questions
asked 2024-05-13T09:36:27.6966667+00:00
Geoffrey de Sousa 0 Reputation points
commented 2024-05-30T02:01:59.45+00:00
JasonPan - MSFT 4,626 Reputation points Microsoft Vendor
0 answers

How to resolve SignalR Hub connection issue from Client side Javascript code

I have web application developed in .NET 5.0. This web application calls Web APIs to fetch information from SQL DB. Web and API applications are two separate applications hosted in Azure. I want to push some real time data every 2 minutes to all clients…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,503 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
asked 2024-05-15T12:40:41.6033333+00:00
Mayuri Barve 1 Reputation point
commented 2024-05-30T02:00:24.17+00:00
JasonPan - MSFT 4,626 Reputation points Microsoft Vendor
2 answers

Can I use global interactivity along with per page interactivity in same project of .net 8 blazor web app ?

I have created a blazor web app application and I want to use global auto render mode along with per page interactivity mode in same project, is it possible ?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,503 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 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,445 questions
asked 2024-05-28T14:30:31.64+00:00
Kuldeep Y 36 Reputation points
commented 2024-05-29T08:35:09.94+00:00
Kuldeep Y 36 Reputation points
1 answer One of the answers was accepted by the question author.

Publish Azure Windows app service time charge very high

When trying to publish an application with Microsoft Visual Studio, it gets stuck on the loading page. I have installed Azure deployment and reset my internet connection, which is good. What can I do?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
Microsoft 365 Publishing
Microsoft 365 Publishing
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line. Publishing: The process of preparing, producing, and releasing content for distribution or sale.
602 questions
asked 2024-05-26T19:56:09.15+00:00
Raúl Gómez 20 Reputation points
accepted 2024-05-29T08:09:18.1266667+00:00
Raúl Gómez 20 Reputation points
2 answers One of the answers was accepted by the question author.

What should be the format of the date fields in the loop?

@for (int i = 0; i < Model.TBL_CalismaHayatiList.Count; i++) {<div class="col-md-6"> <div class="input-block mb-6"> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-05-27T15:07:10.47+00:00
kadir 60 Reputation points
commented 2024-05-27T16:50:50.2433333+00:00
kadir 60 Reputation points
1 answer One of the answers was accepted by the question author.

How to use localized RESX in Blazor WASM?

Hi, all I want is standard "old way" usage of generated static properties of my RESX to localize texts based on CultureInfo and .culture.resx files. I've just figured out, that only difference from .NET Framework is that now in .NET 8 culture…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,503 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 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,454 questions
asked 2024-05-22T07:01:50.83+00:00
Rada Matěj 200 Reputation points
commented 2024-05-27T10:25:15.6933333+00:00
Rada Matěj 200 Reputation points
2 answers

How to implement Google Authetication in Blazor Web app without Core Identity

I would like to use custom authentication without using out-of-the-box Core Identity in my Blazor Web App with Oauth authentication. I started the app using the template without using individual user account because we have our own registration and login…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
asked 2024-05-14T10:25:28.9566667+00:00
Iftekhar Ahammed 0 Reputation points
answered 2024-05-27T08:51:50.16+00:00
Zhi Lv - MSFT 32,051 Reputation points Microsoft Vendor
1 answer

ErrorSystem.NullReferenceException: 'Object reference not set to an instance of an object.' Microsoft.AspNetCore.Mvc.Razor.RazorPage<TModel>.Model.get returned null.

Hello all, I really need your help. My Controller : using Hayashi.DataAccess.Data;using Hayashi.Models; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
asked 2024-05-22T22:37:02.95+00:00
João Machado 0 Reputation points
commented 2024-05-27T06:58:24.87+00:00
Ping Ni-MSFT 2,640 Reputation points Microsoft Vendor
2 answers

SQL Connectivity Issue From Cloud app to on-prem server

hi, I have deployed a .net core MVC app in azure app service as a webapp. I have to connect to a on-prem sql server to retrieve data. I have setup Azure relay/hybrid connection for the same. Also I have installed hybrid connection manager in on-prem…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 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,017 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,118 questions
asked 2024-05-07T10:38:07.05+00:00
Santhi Dhanuskodi 185 Reputation points
commented 2024-05-27T06:03:44.02+00:00
MikeyQiaoMSFT-0444 995 Reputation points
1 answer One of the answers was accepted by the question author.

How to create backend application using Asp.net C# Web API Core

How to create backend application using web api core application followed by standards using desing pattern, Depedency injection and solid principle I am new to web api core how to start following things JWT token authentical and authorization simple…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 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,454 questions
asked 2024-05-17T06:22:52.4166667+00:00
coder rock 216 Reputation points
accepted 2024-05-25T23:32:50.21+00:00
coder rock 216 Reputation points
1 answer

How to make an int field named UserID as the primary key in AspNetUsers table in Asp.Net Core 6.0 MVC

I am implementing Asp.Net Core Identity on an existing legacy website. I have created the Identity tables using migrations. The legacy database has a table named Users which was used for the logging. I have replaced the Users table with the AspNetUsers…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
asked 2024-05-24T17:41:58.43+00:00
Sherpa 181 Reputation points
commented 2024-05-25T21:17:10.9133333+00:00
AgaveJoe 26,671 Reputation points
0 answers

IAsyncEnumerable is not continally streams Duplex code-first gRPC

Hi, I've finally confirmed, what is my issue. [ServiceContract] public interface ISharedContract<DTO> where DTO : class { [OperationContract] IAsyncEnumerable<GetListResponse<DTO>>…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,503 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
asked 2024-05-24T11:51:12.3066667+00:00
Rada Matěj 200 Reputation points