You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installer tries to locate in the global <module> section but IIS defines it's modules in <location path="" overrideMode="Allow"> <system.webServer>
I added a dummy <module> tag in the global section, ran the installer and moved the <add ... stuff to the <Location ...> <system.webServer> section.
The text was updated successfully, but these errors were encountered:
The installer tries to locate in the global
<module>
section but IIS defines it's modules in<location path="" overrideMode="Allow"> <system.webServer>
I added a dummy
<module>
tag in the global section, ran the installer and moved the<add ...
stuff to the<Location ...> <system.webServer>
section.The text was updated successfully, but these errors were encountered: