4,401 questions with ASP.NET Core tags

Sort by: Updated
5 answers One of the answers was accepted by the question author.

Windows Server 2022 support IIS Version

What support version of IIS for Windows Server 2022 ? What version of IIS in Windows Server 2022 install media ?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
asked 2021-03-04T11:44:48.383+00:00
KODAMA FUTOSHI(兒玉 太志) 101 Reputation points
accepted 2021-04-04T23:49:03.33+00:00
KODAMA FUTOSHI(兒玉 太志) 101 Reputation points
0 answers

IIS App Pool Virtual Memory drastically increase when generate report using Crystal Report

Hi All, We have developed ASP.net web application and deployed in IIS with 32bit enabled. We are getting Out of memory issue when generate the crystal report. The memory is not releasing after the report as well. We have analyzed the code and used…

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,401 questions
asked 2021-04-03T17:22:31.163+00:00
Suresh S 96 Reputation points
commented 2021-04-03T22:26:16.233+00:00
Lex Li (Microsoft) 5,392 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

QuerySplitting - AsSplitQuery() how many times do I need it?

Wondering how many time I need .AsSplitQuery()? One that covers all the Includes and all the ThenIncludes, like I have it, or do I need to splatter them all over the place? List<RecordDetail> recordDetails = await context.Transactions …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
asked 2021-04-01T23:03:01.75+00:00
wavemaster 311 Reputation points
accepted 2021-04-02T11:40:39.487+00:00
wavemaster 311 Reputation points
2 answers One of the answers was accepted by the question author.

Linq Method does not contain a definition for (Contains)

I have an array of ServiceGrid items called services, the relevant properties are shown below: svcId / svcName / svcBillingRate/ and more.... 5 / serviceA / 10.00 . 19 / serviceB / 19.25 11 / serviceC / 24.00 17 / serviceD / 4.50 2 /…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 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,500 questions
asked 2021-03-31T02:33:26.887+00:00
wavemaster 311 Reputation points
commented 2021-04-01T13:33:49.37+00:00
wavemaster 311 Reputation points
1 answer One of the answers was accepted by the question author.

Which is the best voice API and How to integrate it?

Get me the API Providers List and the sample coding for testing For Example: Voice Call API Providers -->https://bit.ly/3lRVbrW

Skype for Business
Skype for Business
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
615 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
asked 2021-03-25T14:57:22.773+00:00
Professional-Blogger 21 Reputation points
commented 2021-03-31T15:35:03.847+00:00
Professional-Blogger 21 Reputation points
0 answers

CommandLineParser

Hi, I am using CommandLineParser C# library to parse in new commands to my application, I wonder if there is a way to show or print out the errors from not passing one command not as a general error. I mean in case if one command is missing how to show…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
asked 2021-03-31T09:06:05.89+00:00
Seham 1 Reputation point
1 answer One of the answers was accepted by the question author.

SignInManager not working when injected to razor page

Hi, i'm having troubles getting SignInManager injected in a razor page , the signInManager.IsSignedIn(User) is alway false even if i'm loged in , Startup.cs public class Startup { public Startup(IConfiguration configuration) …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
asked 2021-03-29T23:10:55.033+00:00
elseforty 21 Reputation points
commented 2021-03-30T10:53:26.717+00:00
elseforty 21 Reputation points
0 answers

Xamarin.Forms signalr client getting Method not found: Microsoft.AspNetCore.Http.Connections.NegotiationResponse Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.ParseResponse(System.ReadOnlySpan`1<byte>) when trying to connect

I have a Xamarin.Forms 5.0 application, we are using the Microsoft.AspNetCore.SignalR.Client 5.0.4 nuget package. On UWP the client connects just fine but the same code on iOS gets the error Method not found:…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
asked 2021-03-30T03:13:14.307+00:00
Curtis Conner 1 Reputation point
commented 2021-03-30T07:12:39.657+00:00
mc 4,111 Reputation points
1 answer One of the answers was accepted by the question author.

Should I create separate package to host web api as windows service in .net core 3.1?

Some background : I have common Web API library which adds Serilogger and Splunk integration/implementation for ILogger along with handling of common services/Middlewares such as Custom Authentication/Authorization, Exception Handling, Request/Response…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 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,650 questions
asked 2021-03-22T12:00:05.777+00:00
Ashutosh Arun Pareek 76 Reputation points
accepted 2021-03-30T03:20:47.453+00:00
Ashutosh Arun Pareek 76 Reputation points
2 answers One of the answers was accepted by the question author.

the form Http POST doesn't work, only Get work in asp core mvc

I have a Form that should pass data through POST request, but GET request is being used without passing the data and do model binding of asp core, so buz of that the method Registrationp is never reach if the attribute [HttpPost] is in place ;( . I tried…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
asked 2021-03-28T10:00:30.67+00:00
Anonymous
commented 2021-03-29T06:39:26.733+00:00
Anonymous
1 answer

Implement Clean Architecture in Asp.Net Core Web App

Greetings, I was Asp.Net programmer and quite the programming field almost 2 years ago, now I have started back and found that the Clean Architecture is a good approach to structure project, so I have searched about it on google but all the resources I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 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,650 questions
asked 2021-03-27T08:56:01.907+00:00
Zaffar Khan 1 Reputation point
answered 2021-03-27T12:04:44.19+00:00
Duane Arnold 3,216 Reputation points
1 answer

Deploying ASP.NET Core Website on Centos/Linux Server in VS2019

I have been trying to just deploy the basic sample template VS2109 sets up when you create a ASP.NET Core C# project with login(.NET 5.0 Authentication Type Individual Accounts, Configure for HTTPS). I can run it locally with no problem, but when I try…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
asked 2021-03-25T15:16:36.067+00:00
Chuck Smillie 1 Reputation point
answered 2021-03-25T15:29:27.213+00:00
Chuck Smillie 1 Reputation point
6 answers One of the answers was accepted by the question author.

HTTP Post - how to get the Id from the HTTP Post response and NOT from context.SaveChanges

private void AddService() { Service service = new Service(); service.ServiceName = newService.ServiceName; service.RoleId = 8; service.IsProcedure = false; service.ShortForm = newService.ServiceName; service.Maincat = newService.MainCat; …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 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,500 questions
asked 2021-03-02T02:49:27.01+00:00
wavemaster 311 Reputation points
answered 2021-03-23T14:42:22.647+00:00
SM333 1 Reputation point
1 answer

Asp.net MVC application deployment on localhost but default page not run

Hello All, I have develop a project in mvc5 with visual studio 2019. Project runs properly from visual studio. And now i want to deploy this project on local host for my machine. And first time I am deploying the mvc project. So 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,401 questions
asked 2021-03-20T14:11:20.8+00:00
abc 41 Reputation points
answered 2021-03-22T05:43:10.53+00:00
Sam Wu-MSFT 7,286 Reputation points Microsoft Vendor
1 answer

HttpRequestException: Request headers must contain only ASCII characters with Asp.Net Core 3.1 on Ubuntu

I have an Asp.Net Core 3.1 Web app with Angular and individual authentication. I'm developing it on Ubuntu 18.04. The database is SQL Server Express. When sending registration confirmation email with SendGrid API, I get an exception…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 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,141 questions
asked 2021-03-18T05:37:38.057+00:00
Tom Bara 1 Reputation point
commented 2021-03-22T05:28:49.713+00:00
Tom Bara 1 Reputation point
1 answer

How to do AutoMigration in Entityframework core without using command (Using Programming only)

I use EF core in My project and I want migrate my context using Programming (not command) So I use these two concpets one by one 1. using (var serviceScope = app.ApplicationServices.GetRequiredService<IServiceScopeFactory>().CreateScope()) { …

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
726 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
517 questions
asked 2021-03-18T12:43:17.46+00:00
JaySoni 1910 6 Reputation points
answered 2021-03-19T05:47:53.237+00:00
Michael Wang-MSFT 1,061 Reputation points
1 answer One of the answers was accepted by the question author.

Dynamic labels in view that display information queried from another model

Hi, I am trying to make my view to include labels that update themselves when other input fields on the page have been updated. EF6 is used for mapping. When the name and date fields of the page have been updated, I want a label to display data from…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-03-18T06:03:13.673+00:00
ng Jimmy 21 Reputation points
accepted 2021-03-19T02:06:27.75+00:00
ng Jimmy 21 Reputation points
2 answers

Event code: 3005 An unhandled exception has occurred.

Hi all I keep getting a warning which I don't understand how to get rid off. The warning goes like this & frequently stop my website. Event code: 3005 Event message: An unhandled exception has occurred. Event time: 3/18/2021 3:40:11 PM Event time…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,436 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,650 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.
318 questions
asked 2021-03-18T12:06:45.947+00:00
Himanshu Gupta 1 Reputation point
answered 2021-03-18T18:11:12.897+00:00
Duane Arnold 3,216 Reputation points
1 answer

Restrict use of DelegatingHandler to specific routes.

I am using a delegating handler to handle authentication of my http requests but I would like the handler to apply only on specific routes and not others. I could do a condition if my handler's code but I am looking for a cleaner solution. The code in…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 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,650 questions
asked 2021-03-08T10:11:27.62+00:00
Alexandre 351 Reputation points
commented 2021-03-18T13:41:09.5+00:00
Alexandre 351 Reputation points
4 answers

Questions about Windows Authentication in Edge / SSO

Hey, hopefully this time its the right room to ask: I'm tasked with changing an existing web-application consisting of C# code being hosted by IIS with a frontend of jQuery / Kendo / Razr - so basically html + Javascript The customer is…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,401 questions
asked 2021-02-15T10:41:06.843+00:00
Sven Leuschner 1 Reputation point
answered 2021-03-17T08:53:30.847+00:00
Sven Leuschner 1 Reputation point