4,176 questions with ASP.NET Core tags

Sort by: Updated
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,176 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,176 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,121 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.
2,673 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,036 Reputation points Microsoft Vendor
2 answers

An unexpected network error occurred. - 0X8007003B IIS Smooth Streaming

Hi everyone, I have a server on which I smooth stream. Everything goes normally, users can watch stream without any problems. But I keep getting this error in my event viewer. Couldn't find the reason. Can you help me ? My event viewer xml : …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
asked 2020-12-29T10:32:50.707+00:00
Looney C 1 Reputation point
commented 2020-12-30T09:37:05.2+00:00
Bruce Zhang-MSFT 3,736 Reputation points
0 answers

additional logs are treated as error during build of C/C++/CSharp code

anything that prints on visual studio command line is treated as error (such has logs/warnings from integrated thirdpatry tool) how to make visual studio not treat that as error and ignore it to continue to build.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 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,264 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,530 questions
asked 2020-12-29T11:13:56.26+00:00
Mohan Reddy 1 Reputation point
commented 2020-12-30T09:33:36.18+00:00
Tianyu Sun-MSFT 27,271 Reputation points Microsoft Vendor
2 answers

How to run IIS program as administrator??

How to run IIS program as administrator?? When executing a WCF website in IIS, the CMD window is not executed as an administrator when executing the CMD window with administrator privileges as an internal code.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,385 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
asked 2020-12-30T00:08:18.93+00:00
YoungChul Choi 1 Reputation point
answered 2020-12-30T07:10:17.653+00:00
Duane Arnold 3,216 Reputation points
2 answers One of the answers was accepted by the question author.

Why does MS SQL use exclusive locks on the entire table to update one record?

We have problems with deadlocks, judging by the logs, two requests simultaneously want to get exclusive access to the table. However, both queries change one record in the table. The error occurs at high loads. There was a lack of RAM. In this case, we…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
asked 2020-12-29T10:22:50.667+00:00
Михаил 96 Reputation points
accepted 2020-12-29T14:25:28.18+00:00
Михаил 96 Reputation points
0 answers

How should I return a file over 1G in size

Hi all; We have a RESTful service that generates documents. These returned documents can be very large, 100s of megabytes up to gigabytes. Writing out the document as the response is failing when over 100M. How should I wrote back these larger…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
asked 2020-12-27T16:21:39.48+00:00
David Thielen 2,281 Reputation points
commented 2020-12-28T11:24:43.923+00:00
David Thielen 2,281 Reputation points
0 answers

Identity Server 4 vs asp.net idenity

HI I am using the asp.net core identity in my current project. While I was working on it, I read that it is not a security system rather provide login/logout and user profile. So now I have two questions. If it doesn't provide security then why we…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
asked 2020-12-25T12:12:48.283+00:00
Aamiz 21 Reputation points
commented 2020-12-28T06:33:38.607+00:00
Fei Han - MSFT 306 Reputation points Microsoft Vendor
0 answers

API access without scopes

Hello there, I got two projects, an ASP.NET Core Web Application (non-MVC) and an ASP.NET Core Web API. Currently I'm trying to integrate B2C into them but I always get stuck with scopes. The Web API contains an authorized endpoint that I want to…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 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,643 questions
asked 2020-12-25T00:59:54.403+00:00
TorbenJ 11 Reputation points
commented 2020-12-25T10:19:17.52+00:00
Michael Wang-MSFT 1,051 Reputation points
1 answer

Exception filters

Dear Sir/Mam, My name is Vuong Sy Hung from Vietnam (vuongsyhung@Anonymous .com; +84979382919) I am writing this letter to request information about Creating Exception filters. When I was reading the Exception filters…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
asked 2020-12-25T02:36:08.897+00:00
Hung Angu 1 Reputation point
answered 2020-12-25T06:14:43.08+00:00
Brando Zhang-MSFT 2,956 Reputation points Microsoft Vendor
4 answers

FTP - two FTP sites on different IP addresses

Hello, I have Microsoft Windows Server 2016 FTP configured. I am using two IP addresses, one IP for one FTP site and second IP for second FTP site. I can access to the first FTP site with no problem but I cannot access second FTP site. FTP site…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,374 questions
asked 2020-12-15T11:45:09.267+00:00
WW-6729 371 Reputation points
answered 2020-12-23T15:54:27.027+00:00
MotoX80 31,656 Reputation points
1 answer

How do I prevent SNAT port exhaustion caused by server-side rendering of Angular app on Azure App Service

I have an app built using the ASP.NET Core Angular spa template (https://learn.microsoft.com/en-us/aspnet/core/client-side/spa/angular) with server-side rendering (SSR) enabled. The app is deployed to an Azure App Service. Everything works fine until…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
asked 2020-12-14T15:20:42.29+00:00
Josh Berry 1 Reputation point
commented 2020-12-22T03:41:23.29+00:00
Ryan Hill 25,821 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

HTTP/2 Error, Upgraded from WIN2008 to WIN2016

We are switching from WIN2008 to WIN2016 servers, also we are moving away from Internet Explorer and towards Chrome and Edge. While building our Development site, WIN2016, we ran into an error Err_HTTP/2_INADIQUITE_TRANSPORT_SECURITY. After reviewing…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
asked 2020-12-15T20:33:08.01+00:00
Maldonado, Adrian (RCS) 96 Reputation points
accepted 2020-12-17T22:29:39.523+00:00
Maldonado, Adrian (RCS) 96 Reputation points
1 answer

PowerShell web API

How does one create a PowerShell web API using the dotnet 5 SDK?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
322 questions
asked 2020-12-04T22:48:23.44+00:00
Ayan Mullick 66 Reputation points
commented 2020-12-17T15:34:24.197+00:00
Ayan Mullick 66 Reputation points
2 answers

Default document is not loading

I am upgrading classic app written in Asp.NET 3.5. We are migrating the application to .NET 4.7.2. We have got new image in AWS with Windows 2019 Standard and also SQL Server 2019. I have hosted the application as https://myclientapp.com/login. I also…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,263 questions
asked 2020-12-14T15:56:57.837+00:00
Rayal, Pankaj 1 Reputation point
commented 2020-12-17T06:07:10.487+00:00
Bruce Zhang-MSFT 3,736 Reputation points
1 answer One of the answers was accepted by the question author.

HTTP Error 404.2

I have a web application, when I deploy it to iis, I get the error message HTTP Error 404.2 - Not Found. The page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web server. I searched and found…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
asked 2020-12-14T17:30:27.74+00:00
aqedvv 21 Reputation points
accepted 2020-12-15T17:22:33.26+00:00
aqedvv 21 Reputation points
0 answers

Open an web api generated file in new tab

Hi all! I coded a Web Api wich generates and returns a pdf file, in Blazor Server web app. It works, I can write the controller url and the pdf file shows correcty. But I want to open it when the user clics a button. I think it wouldn't be hard,…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 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,394 questions
asked 2020-12-14T11:14:07.77+00:00
Francisco Rubio Delgado 1 Reputation point
commented 2020-12-15T07:44:21.713+00:00
Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
2 answers

SignalR 2 with VueJS

We are working on a VueJS application that needs to interact with a SignalR 2 application (jquery.signalR-2.2.0.min.js, .NET Framework). All the examples that I can see for adding SignalR to Vue are for the SignalR version for .NET Core. Is it possible…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
asked 2020-11-30T18:39:01.753+00:00
gonzalt85 1 Reputation point
answered 2020-12-15T07:41:04.193+00:00
Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
2 answers

SQL Server login error when accessing SSRS web service from Asp.net core 3.1

My ASP.Net Core 3.1 App programmatically generates reports on SSRS. I've added a Connected Service reference to the SSRS web service in my app. The App basically builds RDL and sends the RDL over to the SSRS Service using the service reference. The…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,385 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 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,801 questions
asked 2020-11-27T23:27:56.333+00:00
Käzz 1 Reputation point
answered 2020-12-14T17:24:06.617+00:00
Duane Arnold 3,216 Reputation points
0 answers

How to deploy .net core service in Tomcat in windows

I'm new to Tomcat. And, i have a .net core version of service. And, i need to deploy it in Tomcat in windows. Is there any documentation or reference links are available? Thanks in advance.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
asked 2020-12-09T17:47:57.08+00:00
MANIKANDAN RAM 1 Reputation point
commented 2020-12-14T15:24:53.633+00:00
MANIKANDAN RAM 1 Reputation point