iis 7 - IIS Security and Wordpress -


we self hosting wordpress on iis 7, 2008 server.

to allow automatic updates wordpress code base, had set following permissions on wordpress root installation folder:

  • iusr - modify
  • my app pool - full control

is secure configuration?

thanks in advance, chris

no,

first -

you should remove inheritance @ wwwroot , add system (full control) , administrators (full control)

second -

create administrator account application path website , use instead of basic pass through authentication (basic settings)

third -

change app pool use applicationpoolidentity , add permissions iis apppool\my app pool root of website , give read permission.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -