450 questions with Developer technologies | ASP.NET | ASP.NET API tags
Create an ASPNET MVC 5 Web App with email confirmation and password reset Documentation missing
The following documentation is missing: https://learn.microsoft.com/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

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
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
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

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
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
how to set date format in eval asp.net
Hello this is my date eval <%#Eval("Date", "{0:dd/MMM/yyyy}")%> when i convert to excel i want excel filter to be look like this so what to change my eval so that it can look like as below
Developer technologies | ASP.NET | ASP.NET API

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
.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:…
Developer technologies | ASP.NET | ASP.NET API
Creating a Leaderboard with Stored Procedures in an API Application
How can a leaderboard be implemented for an application that uses an API, including creating the necessary stored procedures? I am new to this technology but have some understanding of data access using ADO.NET. What steps can be taken to achieve this?
Azure Database for PostgreSQL
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | C#
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…
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
https://onedrive.live.com/embed iframe shows to much space around the document
Hi, I am glad to see a way to show my formatted MS word docs inside of my web pages. But Onedrive shows to much space around the document when I display it in a iframe. I am not sure about the CSS I need to close the space here. Or maybe there are…
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
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
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…
Developer technologies | ASP.NET | ASP.NET API

Unable to Add Folders to WebApi Project
Hello everyone and thanks for the help in advance. I am using Visual Studio 2022 to develop various MVCC and WebApi applications. Without what I think are any changes to the environment, I am now unable to add any folders into the project than can be…
Developer technologies | ASP.NET | 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
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | ASP.NET | Other
WebApi Routing Problems
Hello everyone and thanks for the help in advance. I am developing a WebApi application, .Net 9 that I am having problems getting the routing correct. Here is what my controller looks like: [Route("api/[controller]")] …
Developer technologies | ASP.NET | ASP.NET API
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
