Access to the path is denied

I’m trying to save an image to a folder in .NET C# but I get this exception: Access to the path ‘C:\inetpub\wwwroot\mysite\images\savehere’ is denied.The error occured at mscorlib because at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, … Read more

cURL error 60: SSL certificate problem: unable to get local issuer certificate

I’ve been researching for hours, but I don’t seem to find a solution. I’ve tried every single solution I’ve found. We’re running WordPress 5.4 with PHP v7.4 in a Windows 2019 server that’s behind an intranet in a Fortune 500 company (ie. Microsoft.com). I mention the Fortune 500 bit because we’re behind a firewall that … Read more

How to set .net Framework 4.5 version in IIS 7 application pool

I installed the Visual Studio 11 Beta and suddenly all the async action methods I had created under the VS 11 Developer preview started hanging (apparently this issue: http://blogs.msdn.com/b/pfxteam/archive/2012/03/03/10277166.aspx). My app is using v4.0.30319 as the Framework Version, but there is no option to use 4.5. I repaired my .net 4.5 install to be sure, … Read more

WordPress, IIS7, SQL Server 2008, not showing posts (displays ‘Nothing Found…’) and only shows counts in admin – how to fix?

I recently installed WordPress on IIS 7 and wired it up to SQL Server 2008R2. The installation went fine. Right off the bat, I can see on post is present (just in the count) but none are listed; I added a few posts. In the admin menu, under posts, I see that there are six … Read more