Now, the administrators's responsibilities can
be delegated to the website administrators very easily. It was also possible in
IIS6 by the Metabase ACL's and all that, but now it is very simple to understand
and very simple to configure.
So, what is the main thing you got to remember
before starting using this service? See the below:
There are two things to be noted. First one is,
the service start-up type is set to "Manual". You know what it
means. And, why this would be a problem? Think of a situation when the server is
rebooted for some reason, this service won't start automatically, so your
website administrators won't be able to connect to the website to administer
them. So, make sure to start this service whenever you reboot the server, or
simply change the service start-up type to be
"Automatic".
Second thing to be noted is the account in
which this service runs. It runs under "Local Service" with a
reduced permission set.
If you are using IIS manager users(non-windows
users), then the "NT Service\WMSVC" account should have full
control on the website content directory or at least the web.config, so that it
would be able to read and write the configurations. Also make sure this account
has READ permission for the applicationHost.config file.
|