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
It didn't work and then IISManager wouldn't load anymore. I go to https://.scm.azurewebsites.net/IISManager/ and get a 404 error. I've tried to uninstall the extension and reinstall many time but it doesn't work. I need to fix the applicationHost.config but can't now because the extension won't load.
The text was updated successfully, but these errors were encountered:
IISManager won't load after modifying applicationHost.config. I replaced
<section
name="httpErrors" overrideModeDefault="Allow" />`with
<httpErrors errorMode="Custom"> <clear/> <error statusCode="404" path="404.html" responseMode="ExecuteURL"/> </httpErrors>
It didn't work and then IISManager wouldn't load anymore. I go to https://.scm.azurewebsites.net/IISManager/ and get a 404 error. I've tried to uninstall the extension and reinstall many time but it doesn't work. I need to fix the applicationHost.config but can't now because the extension won't load.
The text was updated successfully, but these errors were encountered: