How to get Access token and refresh token from in-built Asp.Net Identity Authentication (Internal memory)
Hi, I am using Microsoft.EntityFrameworkCore (Version 8.0.6) + Microsoft.AspNetCore.Identity.EntityFrameworkCore(Version 8.0.6) + Npgsql.EntityFrameworkCore.PostgreSQL (Version 8). I want to get refresh token which it is automatically generated by…
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…
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…
ASP.NET API
Unexpected identifier in using Export & Import in Javascript Modules
Hi there: It seems a trivial issue but I'm stuck and don't know why: I'm using Import/Export in two my JavaScript files. For simplicity sake ...the "mother"js.file has a function export function ShowAlert(val) { alert(val); } There…
ASP.NET API

Save token in Database
Hi, I am using Microsoft.EntityFrameworkCore (Version 8.0.6) + Microsoft.AspNetCore.Identity.EntityFrameworkCore(Version 8.0.6) + Npgsql.EntityFrameworkCore.PostgreSQL (Version 8). By using these packages, Is Identity Frmaework have any…
ASP.NET API
FIX ASP.net controller
public class TodosController : Controller { public AppDbContext DbContext { get; set; } public TodosController() { DbContext = new AppDbContext(); } public IActionResult Index() { TodosIndexViewModel model = new…
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…
ASP.NET API
How to fix "Operation is not valid due to the current state of the object."
When I use aspnet-codegenerator I get this error even though I could use it normally before. How can I fix it? Thank you everyone !!
ASP.NET API
Is there a way to trigger Outlook-Add-Ins (Web) from external? (Custom event activation)
I am currently working on Office365 add-ins development and their communication via asp.net interfaces which are registered with entra id. I would like to open email templates from an external program. Templates can be created via ms-graph or by the…
Outlook
Microsoft Graph
ASP.NET API
Office Development
How to handle "RunCommand property is not defined" issue?
Here I have a .NET 6 ASP.NET project. When run IIS Express, it pops "RunCommand property is not defined".
ASP.NET API

Event ID 1309 Source: ASP.NET 4.0.30319.0: Event code: 3005 Event message: An unhandled exception occurred. How to solve it?
工程师您好: AD环境中每台mail服务器上都有warning告警事件id 1309。具体信息如下: 消息 : Event code: 3005 Event message: 发生了未经处理的异常。 Event time: 2025/2/28 7:12:52 Event time (UTC): 2025/2/27 23:12:52 Event ID: 2d12345aeaf1234c8be12d60a123456f Event sequence: 144 Event occurrence: 143…
ASP.NET API
How do I share a Sqlite database between my desktop and laptop?
I'm writing a Minimal API application using .NET 9. I started this on my laptop, then committed the changes to my GitHub repo and tried to pick up where I left off on my desktop. However, when I tried to test it using Postman to retrieve the dishes of a…
ASP.NET API

Unhandled exception in CoreCLR
The following error was raised in IIS on Production Server. Application: w3wp.exe CoreCLR Version: 8.0.724.31311 .NET Version: 8.0.7 Description: The process was terminated due to an unhandled exception. Exception Info: exception code c0000005, exception…
ASP.NET API
.NET 9 OpenAPI document not generating at build time (Microsoft.Extensions.ApiDescription.Server)
Hi all, I'm working on a .NET 9 web API project and I'm trying to generate an OpenAPI document at build time, as described in the official documentation here:…
ASP.NET API
facing an issue with cookieless Forms Authentication in an ASP.NET sub-application that is integrated with a main application built in Python
Hello, We are facing an issue with cookieless Forms Authentication in an ASP.NET sub-application that is integrated with a main application built in Python. The main application (Python) and sub-application (ASP.NET) work together.The ASP.NET…
ASP.NET API
ASP .NET 9 API Error (Multiple constructors accepting all given argument types have been found)
I got the error below after upgrading from .NET 8 to .NET 9. I checked in the NuGet Package Manager, but my solution does not contain Microsoft.AspNetCore.Cors package. InvalidOperationException: Multiple constructors accepting all given argument types…
ASP.NET API

Operation Not Supported on This Platform When Consuming WCF Service in .NET 8
untering the error "Operation not supported on this platform" while attempting to consume a WCF service from .NET 8. The service is built in .NET Framework with wsHttp security. The implementation involves passing a username, password, and a…
ASP.NET API
When we will update on the next version of MVC5.3.0 if there is no updates on the version please provide documentation for that.
Hi please provide the relavent info regarding the ASP.NET MVC 5.3.0 is there any updated on version if not please provide the documentation. Regards vinayak
ASP.NET
ASP.NET API
ASP.NET Core Training
Web App Builds But Only Shows Default ASP.NET Page – Why?
Hi everyone, I’m currently working with an existing on-premise ASP.NET Web API application. I opened the solution in Visual Studio, and it builds and runs without errors. However, when I run the application, it shows the default ASP.NET landing page…
ASP.NET API
OpenTelemetry with App Insights Profiler
Hello, We migrated our project to OpenTelemetery from application Insight. Of course, AppInsight is our Exporter now. However, I don't want to lose the "Service Profiler". So I installed ONLY…
ASP.NET API

