I have set of ZK attendance device that using static IP address. I'm enrolling users to this machines using zkmkeeper.dll in C#. now i want to delete old users
I am working on a project in Angular and ASP.NET Core hosted on Plesk. The project is working fine except the page refresh yields the 404 page not found error.
I have problem with my cookie and session. I use cookies to move data between pages, and sessions only to check whether a session is logged or not. But after as
I have ASP.NET CORE C# project. I want to change my solution name and whole project's name. For Example : OldSolution.OldName // this is Solution OldSoluti
I'm using blazor - components blazor, and visual studio community like IDE. And my program is so slow to run and build. Is normal?
I'm trying to send .csv file from my client app (angular 2) to my web api (ASP.NET), and I have done the following: Tried to make FormData from my .csv file t
I have implemented the answer from this (rather old) question https://stackoverflow.com/a/31732029/4180176 but it doesn't seem to work for me and I can't figure
I am getting the net::ERR_CERT_AUTHORITY_INVALID error in ASP.NET Core when I try to request my Web API from an SPA. The first solution to fix the issue was to
I want to know what is default maximum request length in a .net core application. I read from few links that the default limit is 4 MB for asp.net applications
I am doing an http get call and I can see that Headers.ContentLength always returns null whereas I can see that in fiddler a value: This is my code string url =
Upload form: <form asp-action="Upload" asp-controller="Uploads" enctype="multipart/form-data"> <input type="file" name="file" maxlength="64" /> <
I have these URLs: https://www.example.com/amp/articles/10/title https://www.example.com/amp/videos/11/title I need to redirect only specific ids to non amp as
I have a database table with columns of type dateTime. Now I need to see if there already is a row with today's date, but I don't know how to compare the column
I try create language switch on my site. I've add cultures in Startup: IList<CultureInfo> supportedCultures = new List<CultureInfo> { new Cultur
I am attempting to add a Crystal Report Viewer to an asp.net web app. We are using reports that were created for our desktop application so they are already cre
ASP .NET website isn't loading: Error - HTTP Error 404.3 - Not Found | IIS 10.0 Error.
I have a project using web api and one using asp.net mvc. They are configured using CORS module. The project using Web Api is configured to allow any origin be
I've already tried nearly all available tutorials to get a simple MVC5 project to run using TypeScript and ReactJS. Note: I've created the projects from scratch
Summary: it works as dotnet run, but it doesn't work as dotnet myappname.dll. My linux skills are limited, but I am trying to go by the book so I don't mix thi
Please see this documentation link: https://developers.google.com/blogger/docs/3.0/using#WorkingWithUsers So, I'm trying to 'get a user' by user ID. This is a