75 questions with Developer technologies | ASP.NET | ASP.NET API tags
Cloud Service (extended support) time to update has gone from a few minutes to over an hour
Cloud Services (extended support) time to update has gone from a few minutes to over an hour. During this time the service is down.
Developer technologies ASP.NET ASP.NET API
Do Dev Tunnels Have an HTTP Timeout Issue?
Using a dev tunnel to connect a Mac client app to an ASP.NET service running on a PC has raised a timeout issue. One API call takes about 70 seconds to complete, but when the client runs on the Mac via the dev tunnel, an HTTP timeout occurs after 60…
Developer technologies ASP.NET ASP.NET API
Best way to query Azure Synapse serverless/dedicated pool from .Net core 8 API
I am developing a .net core 8 API which retrieves data from Azure synapse dedicated pool and serverless and send as api response. I am using EF core now for the repository which queries the synapse using eager loading. But since the entities are huge and…
Developer technologies ASP.NET ASP.NET API
Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException Failed method Dynatrace.OneAgent.Introspection.InterceptingStream<ReadAsync> movenext
Getting exception while logging the log into the transaction tables with more than 3k requests What did you try and what were you expecting? : We tried with below code changes into program.cs file, but don't have luck still getting same…
Developer technologies ASP.NET ASP.NET API
Application Insights not being updated after releasing new version of .NET Framework app service
I released a new version of .NET Framework Web API to an Azure app service and the telemetry reported to Application Insights on Azure has drastically reduced. The app appears to be running fine but a lot of the requests previously being logged are no…
Developer technologies ASP.NET ASP.NET API
error in asp.net
i configoring ny project of asp.net and code vb.net i got this errror Error in project-level import 'app.config' at 'app' : 'app' is not accessible in this context because it is 'Friend'. i dont have in my project a file named app.config how can i…
Developer technologies ASP.NET ASP.NET API
Receiving 502 from backend App registered on Azure. No App insight logs found
Hello, Looks like our backend app registered in Azure is not responding. We are unable to assess as there are no logs in app insights after certain time. We even restarted the app service but it seems to have no effect and everything on the app is…
Developer technologies ASP.NET ASP.NET API
Trying to run a Crystal Report from my vb.net website
I have written a website using Visual Studio 2022, vb.net. I am trying to run a Crystal Report from an .aspx file. When I publish the page locally or on the server, all I get is a blank browser window. No errors, no messages. I don't know how to get…
Developer technologies ASP.NET ASP.NET API
How to setup and access an ftp server in Windows Server 2019 with vb.net code?
I have written an app using webforms in visual studio 2019. I have setup a Windows Server 2019 on a server. With IIS, I am able to access my WebForms.aspx from the internet ok. I made an FTP server website, and also added ftp services to my first website…
Developer technologies ASP.NET ASP.NET API
.NET application not showing images after server updates on windows 2022
After server updates, .NET application running in IIS is not showing any images and unable to connect to any js, css resources
Developer technologies ASP.NET ASP.NET API
Issue with Azure AD B2C Custom Policy: "Basic credentials specified for 'REST-fetchUserProfile-APAC' are invalid
Description I am working on an Azure AD B2C custom policy for the Global Identity Framework, designed to support traveling user sign-ins across multiple regions. This setup involves two major components Right now im only working on region tenant…
Developer technologies ASP.NET ASP.NET Core
Developer technologies ASP.NET ASP.NET API
part 2 - Issue with Azure AD B2C Custom Policy: "Basic credentials specified for 'REST-fetchUserProfile-APAC' are invalid
i have already posted the original problem in detail in this post: https://learn.microsoft.com/en-us/answers/questions/2145431/issue-with-azure-ad-b2c-custom-policy-basic-creden?comment=question#newest-question-comment you can see the profiles ive…
Developer technologies ASP.NET ASP.NET Core
Developer technologies ASP.NET ASP.NET API
Microsoft Security Microsoft Graph
Developer technologies C#
Http client error when connecting to VM via Azure Private Link Service
Hello, I have a client that is using Azure Private link service behind an Azure load balance for their application. One of their vendors stated they are experiencing intermittent drops and they dont received any traffic on their VM. Below is the error…
Developer technologies ASP.NET ASP.NET API

When connecting to remote debugger, breakpoints won't be hit and dlls not showing in module window
I have a multi project solution that I have deployed to a local server that has both a MVC site and an API service to populate it. When I try to attach to the w3wp process with the remote debugger, while the Microsoft dlls show up in the module window,…
Windows development Internet Information Services
Developer technologies ASP.NET ASP.NET API
Why Are My Microsoft Graph Calls to SharePoint Unreliable in ASP.NET Core API?
I'm currently developing an ASP.NET Core API that interacts with SharePoint via Microsoft Graph. While the setup works occasionally, I'm experiencing significant reliability issues. The API calls to Graph work about 50% of the time and fail the rest of…
Developer technologies ASP.NET ASP.NET Core
Developer technologies ASP.NET ASP.NET API
Microsoft 365 and Office SharePoint For business Windows
Microsoft Security Microsoft Graph
ASP.NET Core Web API + Swagger + Azure B2C
Hello experts, since weeks (with on and off phases) I try to protect my ASP.Net project with the Azure B2C. For testing if that works I want to use Swagger. But I am too stupid to make it a success. I got all kinds of error messages but I am unable to…
Developer technologies ASP.NET ASP.NET Core
Developer technologies ASP.NET ASP.NET API
Microsoft Security Microsoft Entra Microsoft Entra External ID
Microsoft Security Microsoft Entra Microsoft Entra ID
context deadline while posting notification through API https://dm3p.notify.windows.com?token=xxx
got many timeout when using wns for push since about 28.11 9:00(utc+8) api: https://dm3p.notify.windows.com?token=xxx I have been using this function for a year without any problems. This timeout problem has occurred since around 9:00(utc+8) this…
Developer technologies Universal Windows Platform (UWP)
Developer technologies ASP.NET ASP.NET Core
Developer technologies ASP.NET ASP.NET API

Azure Service Bus Queue - High number of incomming requests even though the client is turned off.
I'm facing a challenge with an Azure Service Bus Queue. I have an ASP.NET Core API that forwards incoming requests to a queue. Additionally, I have a background service that checks for new messgaes every 10 minutes. The service is supposed to shut down…
Azure Service Bus
Developer technologies ASP.NET ASP.NET Core
Developer technologies ASP.NET ASP.NET API
Developer technologies C#
System.Runtime.CompilerServices.AsyncTaskMethodBuilder
Hi, I am getting the below mentioned error. Don't know why it was showing. I guess this comes due to I migrate the dotnet version from 6 to 8. can you resolve my issue? { "error": "Error getting value from 'Context' on…
Developer technologies ASP.NET ASP.NET Core
Developer technologies ASP.NET ASP.NET API
Developer technologies ASP.NET Other
DriveItem AdditionalData Patch method with error in Graph Api
I'm creating an API with ASP.NET Core that accesses a list/drive with the graph api and at some point I need to update an item that was created in the drive library to add an ID (which is a custom column), but I'm getting an invalid request error, can…