CKEditor – Error Decoding Failed – Not loading editor

I have been using CKEditor for a bit on an older project. I just loaded it up in Visual Studio and noticed there is an issue loading the scripts. It appears when it loads, I get a DECODED_FAILED error in the console. Screenshots below… any thoughts as to why this would be different? VS has the latest updates and this is an ASP.Net MVC project.

IIS Not Receiving Updates to HTML?

I am working on a .NET Core 3.1 project in Visual Studio. Before I upgraded from 2.1 to 3.1 and VS2017 to VS2019 I was able to change html/css/js and refresh the browser to receive the updated files. Since the upgrade however, I have to stop IIS Express and relaunch it for every change I make. This slows down any front-end work considerably.

How to obtain Request.ServerVariables(“CERT_SUBJECT”) from a CAC while debugging in Visual Studio 2015 with IIS Express

I have an ASP.NET webpage that reads a user’s CAC card. When publishing to a test server, it works fine; however, in my local development environment with IIS Express I get empty strings when using Request.ServerVariables(“CERT_SUBJECT”). I AM able to retrieve the “LOGON_USER” variable, but the “CERT_*” are all empty strings.

Connecting to Visual Studio debugging IIS Express server over the lan

I have a test ASP.NET MVC3 application developed in VS2012. When I start debugging the app is accessed from the host machine via the request to http://localhost:<portnumber>. But if I try to access the same application from the remote machine in the intranet via the http://<ip>:<portnumber> I get HTTP error 400: Bad request. Invalid Host Name. As far as it runs on IIS Express any server configuration is inaccessible.