Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IISManager won't load after modifying applicationHost.config #4

Open
sparra1000 opened this issue Mar 7, 2017 · 4 comments
Open

IISManager won't load after modifying applicationHost.config #4

sparra1000 opened this issue Mar 7, 2017 · 4 comments

Comments

@sparra1000
Copy link

sparra1000 commented Mar 7, 2017

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.

@shibayan
Copy link
Owner

shibayan commented Mar 7, 2017

Delete the applicationHost.xdt existing in "D:\home\site" using Kudu or FTP.

@sparra1000
Copy link
Author

I did that. It doesn't fix it.

@shibayan
Copy link
Owner

shibayan commented Mar 8, 2017

Umm. Were you restarting Web App and did not recover?

@jtheisen
Copy link

jtheisen commented Sep 6, 2017

Happened for me once too, but it fixed itself after about half a minute. No idea what that was.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants