openssh windows bad owner or permissions

This started popping up immediately after I created another user with Administrator privileges, and that account began inheriting access to my .ssh folder. You do not need to change your permissions whatsoever. Just go to .ssh, right-click Properties, Security Tab, Advanced. DISABLE INHERITANCE, then click on the Administrator user (the one that is not you) … Read more

Cannot read configuration file due to insufficient permissions

There is no problem with your web.config. Your web site runs under a process. In iis you can define the identity of that process. The identity that your web site’s application pool runs as (Network Services, Local System, etc.), should have permission to access and read web.config file. Update: This updated answer is same as above, but a little longer … Read more