Author: Jared Meredith
-
This page will attempt to describe how to encrypt sensitive information contained in .NET config files using the RSA Key Container, as well as how to export/import the key from that container so that other developers may use the same key to work on the same project. Helpful Tips: The aspnet_regiis.exe…
-
So, you have that “no exports were found that match the constraint” message in Visual Studio, eh? The first thing I would try doing on the affected version of visual studio is to go to programs and features, select the version and pick change: When that loads let it repair.…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
I recently had a request from a client to transfer all web traffic on some WordPress site (www or no www) to all be forced over HTTPS. And with all of the up and coming security issues that stem from HTTP-only traffic it is a must. Why you ask? Well,…
-
Create a JavaScript file called iecheck.js and paste the following in the snippet: [sourcecode language=”javascript”] function trueOrFalse() { return true; } function IeVersion() { // Set defaults var value = { IsIE: false, TrueVersion: 0, ActingVersion: 0, CompatibilityMode: false }; // Try to find the Trident version number var trident…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
First off, go and get OpenSSL: You can use an installer program: https://slproweb.com/products/Win32OpenSSL.html Or if you want a raw zip of the file to store to your preference you can get that here: https://indy.fulgan.com/SSL/ Now that you are installed and ready to go you should now have a browsable file path…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+