Category: Security
-
+
+
+
+
+
+
So I had a .Net application that needed to leverage the Network Service application identity instead of the OOB ApplicationPoolIdentity that comes with a default shipped EBS windows server with IIS. The solution? An ebextenion of course! 0) We’re going to have a step 0 assuming you already have a…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
Anyone ever run into the following before? I ran into this regarding a request into the SharePoint Rest API. The length of the URL for this request exceeds the configured maxUrlLength value. This because the IIS default maximum length for an URL is 260 characters. If a URL request is…
+
+
+
+
+
+
+ .Net, CRM, IIS, MVC, Programming, Security, SharePoint, Sitecore, Troubleshooting, Visual Studio, Web, Web Service, Windows+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
A lot of you may be getting emails from your sys admins telling you about needing to protect yourself from the POODLE vulnerability. I wanted to post my response back to what I did to bring my servers into compliance. I used a tool called IISCrypto to place the server…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
I was recently upgrading a Ubuntu server from 12.04.5 LTS to 14.04.4 LTS and for the most part had a pleasant experience. I’m going to attempt to document my steps I used for the upgrade below and comment to any issues I found (and tips to fix). I ran the following…