Category "asp.net"

delete user from zk attendance device using c# api

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

ASP.NET Core and Angular Deployment - page refresh gives 404 error

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.

ASP.Net Cookie, my session values are null

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

How to change whole solution's project's name in Visual Studio?

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

Why my program in blazor run so slow in my IDE?

I'm using blazor - components blazor, and visual studio community like IDE. And my program is so slow to run and build. Is normal?

Http post .csv file Angular 2 and then reading it on the server .NET

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

.NET Newtonsoft Allow property to be only serialised

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

net::ERR_CERT_AUTHORITY_INVALID in ASP.NET Core

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

What is default maximum request length in .net core

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

Asp.Net Core http requests shows Headers.ContentLength

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 file uploaded via HTTP to ASP.NET further to FTP server in C#

Upload form: <form asp-action="Upload" asp-controller="Uploads" enctype="multipart/form-data"> <input type="file" name="file" maxlength="64" /> <

How to do 1 URL re-write rule for multiple ids?

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

Check if todays date exists in a table with Entity Framework

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

Why app returns only one supported culture?

I try create language switch on my site. I've add cultures in Startup: IList<CultureInfo> supportedCultures = new List<CultureInfo> { new Cultur

Crystal Report Viewer - ASP.net

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

ASP .NET website isn't loading: Error - HTTP Error 404.3 - Not Found | IIS 10.0 Error.

After upgrade to asp.net 5.2.3, CORS isn't working for "*" origins

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

Getting ReactJS/TypeScript to work with new clean MVC5 project

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

Kestrel error: address already in use (dotnet core)

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

Blogger API v3.0 - Working with users (OAuth 2.0)

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