Tagged articles
4 articles
Page 1 of 1
21CTO
21CTO
Oct 20, 2025 · Backend Development

Why the Latest Windows 11 Update Breaks Local Web Servers and How to Fix It

A recent Windows 11 October update (KB5066835) disables local web server functionality by breaking HTTP.sys, causing ASP.NET developers to lose localhost access, with workarounds like uninstalling the patch or disabling HTTP/2, and highlighting broader migration challenges from Windows 10 to Windows 11.

ASP.NETHTTP.sysKB5066835
0 likes · 4 min read
Why the Latest Windows 11 Update Breaks Local Web Servers and How to Fix It
Architect
Architect
Feb 25, 2016 · Information Security

Password Hashing with PBKDF2 in C# (ASP.NET) and Ruby on Rails

The article presents complete, licensed implementations of salted PBKDF2‑SHA1 password hashing for both ASP.NET (C#) and Ruby on Rails, detailing the source code, usage methods, and verification procedures to securely store and validate passwords.

ASP.NETC#PBKDF2
0 likes · 7 min read
Password Hashing with PBKDF2 in C# (ASP.NET) and Ruby on Rails
DevOps
DevOps
Nov 23, 2015 · Backend Development

Deploying ASP.NET 5 RC1 on Linux with Kestrel and Entity Framework 7 on Alibaba Cloud

This article details the experience of upgrading a sample site to ASP.NET 5 RC1 on Linux, configuring Kestrel as the web server, adding SQL Server access via Entity Framework 7, handling Alibaba Cloud RDS settings, and discussing performance issues observed with Alibaba Cloud load balancing.

ASP.NETAlibaba CloudEntity Framework
0 likes · 6 min read
Deploying ASP.NET 5 RC1 on Linux with Kestrel and Entity Framework 7 on Alibaba Cloud