I have a website setup in IIS that has an application within it. For whatever reason, IIS can't access the web.config of this sub application. Looking in the website directory, the config file is right where it should be.
If I try to edit (through IIS manager) any configurations of the sub application I get the following error:
The file path in the error notification is correct, except for '\\?\' appended to the beginning.
The parent website web.config has no issues, and can be configured through IIS.
What could be causing this error? Thanks in advance.
-
You might have forgotten to install some OOB components, docs.jexusmanager.com/tutorials/oob-500.htmlLex Li– Lex Li2019年10月10日 02:01:21 +00:00Commented Oct 10, 2019 at 2:01
-
Yes, that was it. Installed 'IIS URL Rewrite Module 2' and the problem went away. Thanks!tmaurst– tmaurst2019年10月10日 17:34:17 +00:00Commented Oct 10, 2019 at 17:34
1 Answer 1
Needed to install the component IIS URL Rewrite Module 2. Once this was in place, the web.config was consumed properly.
Comments
Explore related questions
See similar questions with these tags.