Im using the the below C# code to try search active directory for a user's email address by passing username. but this returns error using System.Text; using S
Understand that Override and New Keywords can help to either implement the base methods or the child methods. But when using the real time examples, I don't see
I just want to do like this on ASP.NET WebSocket. When my WebSocket server catches internal server error, I want my WebSocket server to send an error to clients
I have an ASP.NET 5 web application that is setup to use client certificate authentication, specifically a DoD CAC. I followed Microsoft's guidance (here) to se
I have this code in the page_load method of an ASP.NET .aspx page that downloads a particular file from the same web site: System.IO.FileInfo file = new System.
I was developing an ASP.NET application. Then I did not test the application in the debugger of Visual Studio, but transferred it via File Deploy to another ser
I'm trying to run multiple microservices with docker-compose relying on DAPR to establish communication between them. However, even though developer shell logs
I have a datalist with some labels and link button. I want to hide and show based on some stored procedure. The stored procedures are woprking fine in SQL Serve
Hi all I have done download a kendoGrid data to excel part as below. $("#1").data("kendoGrid").saveAsExcel(); kendogrid column are below 1.ist 2.7st 3.8sy colu
I want generate a heap overflow error and slow down the system, however I have created alot of objects on class level, later on creating that class object milli
I'm trying to setup a web api using ASP.Net Core 6 so that users can hit my end points and then I do some work in D365 behind the scenes using a privileged acco
I am creating an app where user can upload their text file and find out about its most used word. I have tried to follow this doc to get used to the idea of us
I am having a microserice architecture with multiple services, each containing their own Database, and a Gateway which is considered as the business logic. Gat
i have this ValueObject : public class Access : ValueObject<Access> { public string ControllName { get; set; } public string ActionName { get;
Hi I'm Fairly new at coding and in asp.net and had an error occurred to me please help me if you can. This is my script when I run the code given below using an
I am trying to properly implement Authorization Code flow for a 3rd party REST api for my users to use. However, I am not sure if I am doing it correctly with t
I tested ASP.NET Web API in local environment with IIS Express and on other server with full IIS. At both places, token api and post api is working fine. I am u
Well after publishing the program on IIS, we have this error HTTP Error 500.30 - ASP.NET Core app failed to start Common solutions to this issue: The app failed
I have a ASP.NET legacy project to which ADFS authentication needs to be added. So I did the same but when I run the application, I keep getting this error:
I've been having trouble getting WebMail to work sending an email using a contact form using This Official Microsoft Tutorial. My current issue is that I'm get