Skip to main content

Questions tagged [asp.net]

ASP.NET is a Microsoft web application development framework that allows programmers to build dynamic web sites, web applications and web services. It is useful to use this tag in conjunction with the project type tag e.g. [asp.net-mvc], [asp.net-webforms], or [asp.net-web-api]. Do NOT use this tag for questions about ASP.NET Core - use [asp.net-core] instead.

1 vote
0 answers
12 views

Does `ReadAsMultipartAsync` use preloaded buffer data?

If I use Request.Content.LoadIntoBufferAsync() to limit the buffer size, does Request.Content.ReadAsMultipartAsync() read the content from this preloaded buffer, or does it read the content fresh? ...
YMK's user avatar
  • 41
1 vote
0 answers
22 views

One side stream call with WebRTC flutter

I'm currently adding video call to my app (FLutter for front-end and Asp.NET Core Web + SignalR for back-end) I'm using the flutter_webrtc library. No matter how hard i try i just succeed to make the ...
OpyrusDev's user avatar
1 vote
0 answers
21 views

Repetitive result issue with Azure Speech Recognition in .NET

I'm building a live mic speech-to-text transcription on Azure using .NET. However, a single sentence results in multiple repetitive sentences. I need help identifying the issue that causes repetitive ...
ecobiz's user avatar
  • 11
0 votes
0 answers
11 views

Empty User claims despite the jwt's payload contains the correct claims

As the title says, i'm still a newbie to asp.net so bear with me. I've been trying to implement jwt authentication but stuck on this issue for quite some time now and it's bothering me to no end. The ...
haknook's user avatar
0 votes
0 answers
9 views

.NET framework IIS Irregular Session Expiry

I have a website hosted on IIS and an SQL Server on a separate server. However, we're encountering sporadic session expiry issues when users navigate the website, leading to frequent logouts. <...
Cj Cabug-os's user avatar
-1 votes
1 answer
25 views

I am getting this error while using standard tools such as Label, Textbox etc

enter image description hereenter image description hereerror I have the "System.web.dll" file as mentioned in the error. i tried changing the framework.? nothing helped it was working fine ...
vivek dande's user avatar
0 votes
0 answers
12 views

Why doesn't ASP.Net MVC client side validation trigger where input is outside form element, but linked via form="formid" attribute?

I am using ASP.Net 8.0 MVC... ScenarioName property has a Required attribute in the Model.. When I use the following, clicking submit button with all of these elements wrapped inside the form tag ...
RyanO's user avatar
  • 41
1 vote
0 answers
18 views

Couchbase Bootstrap Exception: UnsupportedAddressFamilyException with CCCP

I'm encountering an issue while attempting to connect to Couchbase using the .NET client. Here are the specifics of the problem:Exception has been thrown by the target of an invocation. i am trying to ...
Bandaru Aneesh 's user avatar
0 votes
0 answers
14 views

Object moved to here Error in ASP.NET after github cherry pick

I am facing this issue of "Object moved to here." after I did cherry pick from previous commit in git from visual studio. Then I got conflicts and I selected the current versions of the ...
itachi's user avatar
  • 13
0 votes
0 answers
14 views

ASP.NET Windows Service starting earlier than it should

I currently have a ASP.NET console app that is configured as a Windows Service and continuously runs all day. From my experience, the whole process takes about 6ish minutes to complete (database ...
Slayre's user avatar
  • 1
0 votes
1 answer
32 views

How to Isolate Developers' Kafka Message Consumption in MassTransit Without Using Temporary Topics?

We are using MassTransit to consume Kafka messages in our application. However, we've encountered an issue where different service instances on developers' machines consume each other's messages ...
wakiwiki's user avatar
  • 233
-3 votes
2 answers
36 views

What's the breakdown of the following regex? [duplicate]

^((?!ca-ct.mydomain)(?!ca.mydomain)(?!cats.mydomain).)*mydomain.com$ I got the above expression from a web.config file, it's supposed to filter out anything that contains ca-ct.mydomain or ca....
Carlos H's user avatar
  • 758
0 votes
1 answer
24 views

How to get value to text field after model validation message

The PurchaseOrderNumber is generated by another function and is automatically filled in the relevant field when creating a purchase order. However, if the form submission fails due to validation ...
Rashmika's user avatar
0 votes
0 answers
15 views

How to hide a specific column in AG-Grid on a condition

I'm Using Ag-Grid Enterprise in a .NET Project. I want to hide a column if user changes the visibility filter of that column. Its hide/show. Currently I'm Doing this : kpiData.forEach(function (kpi) {...
M Usman Sharjeel's user avatar
0 votes
0 answers
28 views

C# http cookie not getting set in the browser

I'm trying to implement a JWT token authentication and I'm trying to store it in a HTTP cookie , but it is not getting set and i do not know why . This is my cookie settings , inside the Log in ...
Misu Stefan's user avatar

15 30 50 per page
1
2 3 4 5
24979