4,573 questions with ASP.NET Core tags

Sort by: Updated
1 answer

Deploy existing ASP.NET Core web app to Azure

I have my capstone project which was created for local use. This project was developed in C# on the .NET Core platform 2.2 with ASP.NET Core web processing, using MVC pattern libraries, Razor dynamic templating, and a SQL database. Now I would like…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,807 questions
asked 2021-01-12T23:33:49.737+00:00
Andriy Veremyeyev 1 Reputation point
commented 2021-01-14T00:18:07.05+00:00
SUNOJ KUMAR YELURU 14,376 Reputation points MVP
1 answer

Can I use asp.net core 3.1 with angualr 11

Can I use asp.net core 3.1 with angualr 11

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
asked 2021-01-12T09:50:57.58+00:00
MD Tarikul Islam 1 Reputation point
answered 2021-01-13T10:08:24.433+00:00
Zhi Lv - MSFT 32,336 Reputation points Microsoft Vendor
0 answers

How to get the client's full computer name in asp.net core

Now I use the web api with asp .net core, and I deployed the server in the linux. I want to get the full computer name about the client while requesting. I have searched many solutions, but can't work. One solution is as follows, I have tested so many…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
asked 2021-01-12T12:53:46.457+00:00
Damon King 1 Reputation point
commented 2021-01-13T03:13:12.503+00:00
desiker123 11 Reputation points
5 answers One of the answers was accepted by the question author.

IIS Reverse Proxy to a subdirectory only and block other paths

I have read several articles and am able to successfully use the reverse proxy server with ARR and URL Rewrite but it gets me to the main landing page of our internal server. This allows logon to the appliance or admin console. Internal Server address is…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,768 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
asked 2021-01-06T16:23:16.39+00:00
Jason Munsterteiger 21 Reputation points
accepted 2021-01-12T15:30:56.43+00:00
Jason Munsterteiger 21 Reputation points
0 answers

How to configrue a host of redirected page that not authorized user will move.

When a not authorized user access manager page, Dotent scheduled to pass the user to the login page. But, In case that i use reverse proxy server and use a custom port, dotnet didn't observe the port. So, dotnet pass the user to a path that was had…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
asked 2021-01-07T05:51:23.567+00:00
Zang-Ho Bae 26 Reputation points
commented 2021-01-11T02:08:01.807+00:00
Cheong00 3,476 Reputation points
0 answers

Error on deploying SignalR asp.net core webapplication to IIS

Hi , I created Chat application using SingalR , Asp.net Core. Application is working fine on local . But on deploying application IIS getting error WebSocket connection to 'ws://localhost/chatHub' failed: Error during WebSocket handshake:…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
asked 2021-01-07T16:54:40.417+00:00
RAHUL SUMANT 1 Reputation point
commented 2021-01-08T10:21:22.89+00:00
Brando Zhang-MSFT 3,696 Reputation points Microsoft Vendor
1 answer

OData - Query requests with two contains doent work

Please find the below query that we are sending from the from fe (react ) when we are trying to search with two text boxes .It doesnt return any result. However an oData query with two dropdowns / onetextbox and one dropdown works/single textbox works…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
asked 2021-01-06T10:26:34.817+00:00
vidya KR 1 Reputation point
commented 2021-01-08T02:18:33.64+00:00
Rena Ni - MSFT 2,066 Reputation points
2 answers One of the answers was accepted by the question author.

Which .net core 5 runtime is preferred x86 or x64?

Team, Happy NewYear! On my azure environment, I want to host .net core 5 rest api on this machine Previous generation A-Series On this azure machine(part of my service plan) 4 other services are already running where in 1% CPU +…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,926 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
189 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,163 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,807 questions
asked 2021-01-06T12:48:06.017+00:00
Tanul 1,281 Reputation points
commented 2021-01-07T20:19:02.81+00:00
Tanul 1,281 Reputation points
1 answer One of the answers was accepted by the question author.

Always getting the error parameter as 'undefined' in an onclose event of the SignalR Typescript client.

Hello, I am trying to implement simple chat application using SignalR. For front-end, I am using Angular 10 with Typescript SignalR client. For this client I am using the latest @microsoft/signalr package. While the back-end server is in .Net Core…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
144 questions
asked 2021-01-05T15:03:03.78+00:00
vsi_pranav 156 Reputation points
accepted 2021-01-07T06:56:40.317+00:00
vsi_pranav 156 Reputation points
3 answers One of the answers was accepted by the question author.

SSRS report viewer showing response "The request failed with an empty response"

My goal is to display a report from remote ssrs report server. I'm attempting to display a sample report on ASP.NET MVC framework. N.B I'm able to view the report on the browser with user authentication. On the runReport.aspx I have the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,928 questions
asked 2021-01-01T10:08:51.517+00:00
Kumaranath Fernando 41 Reputation points
commented 2021-01-07T03:42:32.607+00:00
Kumaranath Fernando 41 Reputation points
1 answer

How to migrate Asp.Net application to .Net Core application.

Hi, I would like to know what will be the easier and faster way to migrate an Asp.Net application to .Net core web application. Regards, David

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,494 questions
asked 2021-01-05T15:56:54.857+00:00
Willfin David 1 Reputation point
answered 2021-01-05T16:51:36.53+00:00
Michael Taylor 54,401 Reputation points
1 answer

Deploy Blazor server Application changes in IIS 7.5.

Hello sir, Is there any way to update application changes in IIS without down application pool/iis?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 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,584 questions
asked 2020-12-29T13:08:25.64+00:00
Anantham.S 1 Reputation point
commented 2021-01-05T09:55:29.613+00:00
Bruce Zhang-MSFT 3,751 Reputation points
2 answers One of the answers was accepted by the question author.

Connect to third party websocket service with SignalR

Can I use the SignalR library to connect to a third party websocket service to pull data? I plan to use it in both a command line and an ASP.NET core application if that matters. Is there a code example available? All examples are about ASP.NET…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 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,962 questions
asked 2021-01-03T17:58:53.153+00:00
stef-k 21 Reputation points
accepted 2021-01-04T16:24:23.527+00:00
stef-k 21 Reputation points
0 answers

I cannot reach my asp.net core server hosted under iis in windows server 2016

I cannot reach my asp.net core 2.1 server hosted under iis in windows server 2016 but it work fine when i launch the .exe my webhostbuilder function when i send request to my api nothing happen public static IWebHostBuilder CreateWebHostBuilder(string[]…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
asked 2021-01-04T11:12:45.31+00:00
tsalim13 1 Reputation point
commented 2021-01-04T12:26:29.207+00:00
Brando Zhang-MSFT 3,696 Reputation points Microsoft Vendor
1 answer

Searching article 323176

Hi, I am searching article 323176 . This article was point to asp.net framework. Now it is point to asp.net core https://support.microsoft.com/en-ae/help/891028/asp-net-security-overview Windows-based authentication ASP.NET uses Windows…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
asked 2021-01-03T10:22:13.533+00:00
xyz_am 1 Reputation point
answered 2021-01-04T06:41:33.137+00:00
Bruce Zhang-MSFT 3,751 Reputation points
2 answers One of the answers was accepted by the question author.

App forces user back to login when apppool recycles

We have a private .net app that runs on IIS windows server 2016. We are using the sessionstate service and Forms authentication with cookies <sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424"…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
asked 2020-12-30T09:57:50.14+00:00
JamesC222-1987 116 Reputation points
accepted 2021-01-03T16:52:09.75+00:00
JamesC222-1987 116 Reputation points
2 answers One of the answers was accepted by the question author.

Need help in configuring https site on port 443 in IIS and use Self-Signed certificate using Azure desired state configuration

Need help in configuring https site on port 443 in IIS and use Self-Signed certificate using desired state configuration

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
asked 2020-12-30T20:08:02.733+00:00
Swathi Reddy 186 Reputation points
answered 2021-01-01T15:32:27.747+00:00
Swathi Reddy 186 Reputation points
1 answer One of the answers was accepted by the question author.

Visual Studio 2019 (enterprise) V 16.8.3 can't publish .NET web forms app

Please describe the issue in 2-3 sentences. Include what you're trying to accomplish when the issue occurs. When we compile web app and go to publish it to a local folder or simple unc path on our network fails. When compile web app and go to…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,142 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,333 questions
asked 2020-12-23T22:54:00.437+00:00
Anonymous
commented 2020-12-31T22:00:05.697+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

How to Serve Files from ASP.NET Core Website

I am attempting to setup an ASP.NET Core website and it is basically serving as a proxy/gateway to an Azure Storage blob container. I have requests such as: localhost/files/<guid>/requested/file.html And this fetches the file from Azure…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
asked 2020-12-25T16:32:52.117+00:00
Mike-E 171 Reputation points
accepted 2020-12-31T15:42:45.55+00:00
Mike-E 171 Reputation points
1 answer

Provider type not defined. (Exception from HRESULT: 0x80090017) (Could not load file or assembly 'Microsoft.IdentityModel.Extensions')

We have an issue which occurs intermittently on one of our test environment. The issue is mostly observed when a deployment is carried out but the peculiar behavior about the issue is the post deployment sanity test completes with out any issues however…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,163 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,007 questions
asked 2020-12-18T06:14:31.447+00:00
Sajit Kurup 1 Reputation point
commented 2020-12-31T08:23:16.58+00:00
Sam Wu-MSFT 7,526 Reputation points Microsoft Vendor