Skip to main content

Questions tagged [asp.net-core-3.0]

Use this tag for questions specifically related to ASP.NET Core 3.0, in addition to using the 'ASP.NET Core' tag.

asp.net-core-3.0
1 vote
1 answer
884 views

How can I tell when an update on an Azure IoT Hub device twin is finished?

I'm developing a web application that makes changes to device twins in an Azure IoT Hub. So the user of the web application can make changes to a device twin through my web and then he can query the ...
Jon Th's user avatar
  • 357
0 votes
0 answers
352 views

Azure Event Hub only sending device twin change notifications for SOME devices in IoT Hub

I have an Azure IoT hub containing a bunch of devices and I have linked the IoT Hub to an Azure Event Hub to subscribe for device twin changes. I then am developing a web application with a Microsoft....
Jon Th's user avatar
  • 357
0 votes
2 answers
834 views

Background image for card view isn't displaying

I want to display card views in my web page. The card view should have a background image, and below that there should be the Card title, and again below that there should be some short texts. Here's ...
Ransike Randeni's user avatar
0 votes
0 answers
201 views

How we can ignore writing file contents in RequestResponseLoggingMiddleware AspNetcore3

Is this correct way when I don't want to log the file data using the given condition, that the contentType is application/json or any other way is there to skip writing the file contents? if (context....
11738472's user avatar
  • 224
0 votes
1 answer
266 views

my web app gets translation from the french resource, idk why

I started some weeks ago to develop a web application using asp.net core 3.0, now I got to the phase where I must develop the localization service, to simplify my code, I will only write the new "...
bargo's user avatar
  • 67
0 votes
1 answer
437 views

ASP.Net Core 3 + React Web App - Seeing the resource busy error

Created a ASP.Net Core 3 web app with React using Visual Studio 2019. When I try to run the application in visual studio, I am seeing the following error. I tried running Visual Studio as ...
user2347528's user avatar
4 votes
1 answer
4k views

return JSON as is (PascalCase) from one Action

in asp.net core 3 the returned json will get automatically transformed to camelCase, and I know how to turn this off globally but how do I turn this off for one single action ? I know it was supposed ...
Omu's user avatar
  • 70.9k
1 vote
1 answer
782 views

How to get windows usernaame in ASP.NET Core 3.0

I'm trying to get windows user name in ASP.NET Core 3.0 I have found here many questions on this topic, but I cannot find any answer I could use. My app uses login-password authentication, but lot of ...
Lukas's user avatar
  • 103
2 votes
2 answers
1k views

Get Parameters along with controller and action name from endpoint

I have a HttpGet endpoint that takes in an id. I have figured out how to get the controller and action names but I am also wanting to get the parameters used in the endpoint because I want to be able ...
KangarooRIOT's user avatar
0 votes
1 answer
874 views

How to add custom form client-side validation in razor page and remove Chrome built-in validation

I'm developing a web application using NET Core 3 razor pages, my Login.cshtml page looks as follows: <div class="columns is-centered"> <div class="column is-6"> ...
Tofetopo's user avatar
  • 486
13 votes
3 answers
19k views

ASP.NET Core 3.0 Identity Server 4 (4.0.0) SecurityTokenInvalidAudienceException: IDX10214: Audience validation failed. Audiences: 'empty'

I keep getting the following error between postman and IdentityServer 4 Microsoft.IdentityModel.Tokens.SecurityTokenInvalidAudienceException: IDX10214: Audience validation failed. Audiences: 'empty'. ...
Zach Ioannou's user avatar
1 vote
1 answer
1k views

How to get access to Role of CurrentUser in angular UI ? using Abp v2.9

Currently I am using ABP version 2.9 (DonetCore, Angular, Mongo) project template. I need to have a logic to redirect user to different path based on user ROLE. What I see from the source [here], ...
Harry Sarshogh's user avatar
1 vote
1 answer
3k views

ASP .Net Core 3.0 - Log4Net MS SQL Server Appender not working

I am currently trying to use Log4Net to insert logs into a MS SQL Server DB. I believe I have Log4Net at least working because I was able to use the FileAppender option/example given Here and I was ...
KangarooRIOT's user avatar
4 votes
1 answer
3k views

Can you import a package targeting full framework into an ASP.NET Core 3+ application?

My understanding is that, starting with ASP.NET Core 3.0, .NET Framework is an unsupported target framework, and thus you can only run on the .NET Core runtime. If this is the case, what NuGet ...
kimsagro's user avatar
  • 16.8k
1 vote
0 answers
43 views

How to receive private messages from the stream using Socket.IO in .Net Core 3.0

I am trying to receive private meesages from SocketIO stream. I have IP address but I am getting problem in connection. Also, if connection will happen then also I have to authorize the connection ...
AnnyP's user avatar
  • 11

15 30 50 per page
1 2
3
4 5
57