I have a deployment slot for my app and I have this section in the web.config:
<applicationInitialization doAppInitAfterRestart="true">
<add initializationPage="/validate" hostName="Test-UI" />
</applicationInitialization>
I have auto-swap turned on for the slot.
Will the slot still swap if the page returns an error (status 500) ?
Edit: I can't just go ahead and break the app to test it because we have a fairly complicated process to even get to the deploy part.