diff --git a/aspnetcore/test/hot-reload.md b/aspnetcore/test/hot-reload.md index 8d55915a01..da121ba23a 100644 --- a/aspnetcore/test/hot-reload.md +++ b/aspnetcore/test/hot-reload.md @@ -57,6 +57,14 @@ To disable support for Hot Reload, pass the `--no-hot-reload` option to the `dot dotnet watch --no-hot-reload ``` +## Disable Hot Reload + +The following setting in `Properties/launchSettings.json` disables Hot Reload: + +```json +"hotReloadEnabled" : false +``` + ## Additional resources For more information, see the following resources in the Visual Studio documentation: