I posted about offline publishing ASP.NET Core web apps earlier. It was a migration from 2.0.5 to 2.0.6. And now we need a new post, to upgrade from 2.0.6 to 2.1.0. Microsoft has a very long arti...

Second Update on Offline Publishing ASP.NET Core Apps

The Horrible Story of Publishing .NET Core Web Apps For Beginners
Generally speaking, ASP.NET Core is cool, and the recent 2.1 release is even cooler with all kinds of new goodies. However, this post is not aiming to praise Microsoft on what they do the best, but...

#SNMP Library, Gaps Filled in SNMP v3 Support
If you have been using #SNMP Library for a while, you should know that our SNMP v3 support has significant gaps, that only DES and AES 128 are supported as privacy protocols. It is not a secret t...

Secrets Behind JetBrains Rider and IIS Express
I did not realize JetBrains was working on IIS/IIS Express integration, as I uninstalled Rider from my Windows machine, and only use it on Mac. However, it was a Stack Overflow thread that drew my ...

Please Forget PHP Manager 1.x for IIS And Welcome PHP Manager 2.0 for IIS
PHP on IIS was something Microsoft promoted with lots of efforts. Tools like PHP Manager for IIS do help attract users. Even I wrote about it in 2011. However, time flies, and it is now time to say...

What Should You Check When Visual Studio Cannot Debug ASP.NET Core Projects
Debugging is very important a process for developers to learn more about the development environment and the code base. So frustration can be a lot if suddenly your development tool fails to debug....
PHP Diagnostics for IIS and IIS Express Users
Jexus Manager already has many diagnostics wizards for different purposes, SSL Diagnostics, to match the original Microsoft tool developed for IIS 6. Visual Studio Project Diagnostics, to sho...

Update on Offline Publishing ASP.NET Core Apps
I blogged about how to publish an ASP.NET Core app against an internal NuGet server. A few days ago, Microsoft happened to ship a new release of 2.0.6. Then what kind of things are needed to upgra...