-2

I have 500.19 error when trying to host a PHP application

Error

I've tried to add the IIS_IUSRS group and permissions to it, but when I added it the site stopped working, maybe the problem is that the group is empty. Can you tell me please what should I do?

Lex Li
  • 60,503
  • 9
  • 116
  • 147
Nikita28
  • 1
  • 2
  • "I've tried to add the IIS_IUSRS group and permissions to it" is the solution for this 500.19 error. "when I added it the site stopped working" is a different issue, and you should post more details about that if you want anyone to help. – Lex Li May 01 '23 at 06:16

1 Answers1

-2

Well, not only IIS-IUSRS, you can also try giving read/write access to these accounts to the root folder of your Web application and all files/subs within:

NETWORK and NETWORK SERVICE.

Just check if the solution in this similar case work for you.

Xudong Peng
  • 1,463
  • 1
  • 4
  • 9
  • if you think another answer works to answer a question, that's a pretty good sign that something might be a duplicate. In any case, answers should not be link-only. – starball May 01 '23 at 05:22