From 6648327666b950898a2c92de35c453422eec9583 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 19 Jul 2018 17:12:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=EF=BC=9ABo?= =?UTF-8?q?otstrapAdmin=E5=B7=A5=E7=A8=8B=E5=A2=9E=E5=8A=A0=E6=9B=B4?= =?UTF-8?q?=E6=94=B9Views=E9=85=8D=E7=BD=AEDOTNET=5FUSE=5FPOLLING=5FFILE?= =?UTF-8?q?=5FWATCHER=3Dtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/launchSettings.json | 53 ++++++++++--------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/Bootstrap.Admin/Properties/launchSettings.json b/Bootstrap.Admin/Properties/launchSettings.json index c18b591e..2c8e2249 100644 --- a/Bootstrap.Admin/Properties/launchSettings.json +++ b/Bootstrap.Admin/Properties/launchSettings.json @@ -1,27 +1,28 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:50852/", - "sslPort": 0 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "Bootstrap.Admin": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:50853/" - } - } +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:50852/", + "sslPort": 0 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "DOTNET_USE_POLLING_FILE_WATCHER": "true", + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "Bootstrap.Admin": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "http://localhost:50853/" + } + } } \ No newline at end of file