461 questions with Developer technologies | ASP.NET | ASP.NET API tags

Sort by: Updated
1 answer

My Minimal API app will not launch Swagger; why not?

A while ago I created a new Blazor Web App and put in the Visual Studio solution some projects. One of the projects is a Blazor server-side app with rendermode InterractiveServer. A second project is a Blazor WebAssembly app, where the team I'm on…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-10-17T19:28:48.3333333+00:00
Falanga, Rod, DOH 400 Reputation points
commented 2025-10-27T03:45:58.3366667+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 1,350 Reputation points Microsoft External Staff
1 answer

Problem in Parsing JWT token.

I have an API service webapp. The JWT token used for authorization has 13 claims. The main deployed web app parses all the claims correctly. I deployed a test version of this webapp without any changes in the jwt auth module. Now 3 claims are not being…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-10-24T03:47:43.4233333+00:00
Abhishek 20 Reputation points
commented 2025-10-24T17:37:35.2466667+00:00
Abhishek 20 Reputation points
2 answers

I don't understand why my Minimal API doesn't bring up swagger

I have a Blazor Web Application I've been working on (Visual Studio 2022 and .NET 9). This application had 4 VS projects in the solutions, one of them was a Minimal API app. Due to problems I encountered with that configuration, I have decided to migrate…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-10-20T16:36:58.91+00:00
Falanga, Rod, DOH 400 Reputation points
commented 2025-10-23T14:23:24.8333333+00:00
Falanga, Rod, DOH 400 Reputation points
3 answers

Can a Minimal API project include the Microsoft.AspNetCore.App framework?

I've been getting this error for a couple days: There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'. I've been trying to figure out where Microsoft.AspNetCore.App is coming into the…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-10-20T20:51:20.56+00:00
Falanga, Rod, DOH 400 Reputation points
recommended 2025-10-22T03:47:20.6633333+00:00
Lynn Dang (WICLOUD CORPORATION) 0 Reputation points Microsoft External Staff Moderator
1 answer

Issues with OpenIdConnect and MS Identity

Hello! We are encountering an issue while using Microsoft Identity. Our setup looks like this: `services.AddAuthentication() .AddMicrosoftIdentityWebApp(configuration.GetSection(AzureAppOptions.ConfigName)) …

Developer technologies | ASP.NET | ASP.NET API
asked 2025-10-15T13:08:00.75+00:00
Violetta Bulatevich 0 Reputation points
commented 2025-10-21T09:57:26.18+00:00
Jack Dang (WICLOUD CORPORATION) 2,400 Reputation points Microsoft External Staff
1 answer

Custom MDM

Adding custom MDM to Azure AD ,set scope to all for my MDM and none for Intune ,And added discovery URL, terms page 1.Hash upload on Intune ,user assigned 2.During OOBE user screen appear after providing the password ,terms page open by accepting the…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-09-17T08:54:44.4966667+00:00
Bhagyashree 0 Reputation points
commented 2025-10-02T09:24:32.5933333+00:00
Jack Dang (WICLOUD CORPORATION) 2,400 Reputation points Microsoft External Staff
2 answers

Delay in handing over requests between the web layer and the app (IIS not able to process less than 500 ms but its taking more time to process) getting 200 code

Hello Microsoft Team, We have an issue with Web layer (one of the web service (.asmx) web request is taking more time it should be less than 500 ms but its taking more than that, how to troubleshoot this issue step by step & how to fix it , help me.…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-09-15T13:58:28.3233333+00:00
vijay reddi 0 Reputation points
commented 2025-09-26T11:30:18.3366667+00:00
Danny Nguyen (WICLOUD CORPORATION) 3,500 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

ASP.NET Core Web API with Google Cloud

Hello Developer's, I'm builded a .NET Core Web API using .NET 8. And I'm interested to use Google Cloud Operation Suite for Logs Monitoring and Logging Purposes. Is there any references which I can follow and suggestions how to integrate .NET Core with…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-07-21T11:00:35.8966667+00:00
Vivek Barnwal 71 Reputation points
accepted 2025-09-24T06:27:01.6533333+00:00
Vivek Barnwal 71 Reputation points
2 answers

Sending SMS from ASP.NET Web Application Using Twilio API

I am attempting to implement a feature that allows a user to send an SMS to a mobile number from a web application using the Twilio API. The application setup consists of two text boxes: DestnationPhone.Text SmsMessage.Text In this feature, a user will…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-05-12T11:39:39.1333333+00:00
Donald Symmons 3,066 Reputation points
commented 2025-09-23T03:47:06.63+00:00
Danny Nguyen (WICLOUD CORPORATION) 3,500 Reputation points Microsoft External Staff
3 answers

How to fix swagger and openApi version issue

Why am I getting "Unable to render this definition. The provided definition does not specify a valid version field. Supported version fields are swagger: 2.0 and openapi: 3.x.y" when running Swagger in my ASP.NET Core project?

Developer technologies | ASP.NET | ASP.NET API
asked 2025-09-15T07:39:32.78+00:00
prince 0 Reputation points
commented 2025-09-23T03:45:28.53+00:00
Raymond Huynh (WICLOUD CORPORATION) 2,215 Reputation points Microsoft External Staff
1 answer

Enhance logging system with encoded identifier for traceability

Summary This update enhances the internal logging mechanism used across Microsoft 365-based services by embedding a new encoded session identifier. This is part of ongoing improvements for traceability, diagnostics, and supportability. Key Changes …

Developer technologies | ASP.NET | ASP.NET API
asked 2025-09-03T14:47:47.5933333+00:00
shreyansh raj 0 Reputation points
commented 2025-09-17T04:19:02.28+00:00
Jack Dang (WICLOUD CORPORATION) 2,400 Reputation points Microsoft External Staff
2 answers

Login not possible with AspNetCore Idenity when Enable DataProtection.

I'm configuring my application to make use of AspNetCore.Identity as well Data protection. public static void Main(string[] args) { var builder =…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-02-27T21:16:42.94+00:00
Nero Rodrigues 0 Reputation points
commented 2025-09-15T03:22:21.3066667+00:00
Raymond Huynh (WICLOUD CORPORATION) 2,215 Reputation points Microsoft External Staff
1 answer

Is there a way to generate the schema for the tables directly from the code, instead of having to access Cube's playground to generate it

How can I automatically generate the DataModel for the tables from code instead of having to open Cube.js Playground manually? I am currently using the following code, which works fine for me. However, in order for this to run, I have to open the Cube.js…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-01-19T12:42:56.74+00:00
NALB 71 Reputation points
edited the question 2025-08-27T21:20:54.5833333+00:00
Gérard Oomens 111.6K Reputation points Volunteer Moderator
2 answers

Create an ASPNET MVC 5 Web App with email confirmation and password reset Documentation missing

The following documentation is missing: https://free.blessedness.top/en-us/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md I have acesses this documentation last month but now it is gone. it is…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-03-21T14:08:13.7533333+00:00
commented 2025-08-28T09:25:52.8+00:00
Jack Dang (WICLOUD CORPORATION) 2,400 Reputation points Microsoft External Staff
1 answer

How to initialize GridView inside a modal popup using AjaxControlkit

When I click a button, AjaxControlkit launches a nice modal popup, and I have a GridView included which is inside an asp:Panel. Initially, it is empty, so you don't see anything - no header, no borders, no nothing. Is there a way to get the GridView…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-03-29T00:34:10.03+00:00
Coreysan 1,816 Reputation points
commented 2025-08-28T09:25:38.5466667+00:00
Jack Dang (WICLOUD CORPORATION) 2,400 Reputation points Microsoft External Staff
1 answer

FIX ASP.net controller

public class TodosController : Controller { public AppDbContext DbContext { get; set; } public TodosController() { DbContext = new AppDbContext(); } public IActionResult Index() { TodosIndexViewModel model = new…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-04-28T19:03:11.79+00:00
Max 0 Reputation points
commented 2025-08-28T09:24:31.9233333+00:00
Jack Dang (WICLOUD CORPORATION) 2,400 Reputation points Microsoft External Staff
3 answers

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…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-04-29T04:55:15.8233333+00:00
Jose Daniel Navarro Brito 61 Reputation points
commented 2025-08-27T10:23:25.7866667+00:00
Jack Dang (WICLOUD CORPORATION) 2,400 Reputation points Microsoft External Staff
1 answer

Graph API /me/messages/{id}/reply returns UnknownError intermittently

We are calling the Microsoft Graph API to reply to an existing message using: POST /v1.0/me/messages/{OldMessage.id}/reply Occasionally, the call fails with the following response: { "error": { "code":…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-08-14T07:33:26.1066667+00:00
Dev 0 Reputation points
commented 2025-08-27T08:32:18.71+00:00
Raymond Huynh (WICLOUD CORPORATION) 2,215 Reputation points Microsoft External Staff
3 answers

Mon visual studio a un problème

Mon visual studio a un problème, je l'ai installé récemment puis j'ai aussi installé tous les package nécessaire (Development web et ASP.NET, Développement Node.js, development .Net Desktop, et développement desktop en C++) je veux créer un application…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-08-25T22:14:15.88+00:00
Dave16 0 Reputation points
commented 2025-09-12T07:28:51.28+00:00
Danny Nguyen (WICLOUD CORPORATION) 3,500 Reputation points Microsoft External Staff
4 answers One of the answers was accepted by the question author.

how to produce the return type of API?

I am using .net API and I added swagger and return dynamic object. but in swagger there is nothing. I added the [ProduceResponseType<>(200)] but what is the dynamic type so that I can check what I returned in swagger

Developer technologies | ASP.NET | ASP.NET API
asked 2025-08-30T09:54:31.58+00:00
mc 6,056 Reputation points
accepted 2025-09-05T02:19:29.27+00:00
mc 6,056 Reputation points