This repository was archived by the owner on Nov 1, 2018. It is now read-only.
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
Ignore startup timeouts if the debugger is attached #71
Closed
Description
HttpPlatformHandler has a startup time limit for how long it will wait for the back-end process to accept requests. Then it kills the process and tries again up to 10 times. However, if we want to debug anything at startup we usually exceed these limits so we have to override them with startupTimeLimit="3600"
.
Proposal: HttpPlatformHandler should ignore this time limit while the debugger is attached.
Attached to what process? The back-end process? IIS Express? Both?