diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Properties/launchSettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Properties/launchSettings.json index b58d463e54..3d3de39c77 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Properties/launchSettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Properties/launchSettings.json @@ -4,7 +4,11 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:8080", + //#if(NoHttps) + "sslPort": 0 + //#else "sslPort": 44300 + //#endif } }, "profiles": { diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Properties/launchSettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Properties/launchSettings.json index 3cc346b361..ed04d08212 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Properties/launchSettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Properties/launchSettings.json @@ -4,7 +4,11 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:8080", + //#if(NoHttps) + "sslPort": 0 + //#else "sslPort": 44300 + //#endif } }, "profiles": { diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Properties/launchSettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Properties/launchSettings.json index 6648a8e4ad..943e06ed95 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Properties/launchSettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Properties/launchSettings.json @@ -4,7 +4,11 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:8080", + //#if(RequiresHttps) "sslPort": 44300 + //#else + "sslPort": 0 + //#endif } }, "profiles": { diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Properties/launchSettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Properties/launchSettings.json index 6648a8e4ad..943e06ed95 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Properties/launchSettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Properties/launchSettings.json @@ -4,7 +4,11 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:8080", + //#if(RequiresHttps) "sslPort": 44300 + //#else + "sslPort": 0 + //#endif } }, "profiles": { diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Properties/launchSettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Properties/launchSettings.json index b58d463e54..3d3de39c77 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Properties/launchSettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Properties/launchSettings.json @@ -4,7 +4,11 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:8080", + //#if(NoHttps) + "sslPort": 0 + //#else "sslPort": 44300 + //#endif } }, "profiles": { diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json index 6648a8e4ad..943e06ed95 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json @@ -4,7 +4,11 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:8080", + //#if(RequiresHttps) "sslPort": 44300 + //#else + "sslPort": 0 + //#endif } }, "profiles": { diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Properties/launchSettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Properties/launchSettings.json index b58d463e54..3d3de39c77 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Properties/launchSettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Properties/launchSettings.json @@ -4,7 +4,11 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:8080", + //#if(NoHttps) + "sslPort": 0 + //#else "sslPort": 44300 + //#endif } }, "profiles": { diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Properties/launchSettings.json b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Properties/launchSettings.json index b58d463e54..3d3de39c77 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Properties/launchSettings.json +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Properties/launchSettings.json @@ -4,7 +4,11 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:8080", + //#if(NoHttps) + "sslPort": 0 + //#else "sslPort": 44300 + //#endif } }, "profiles": { diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Properties/launchSettings.json b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Properties/launchSettings.json index b58d463e54..3d3de39c77 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Properties/launchSettings.json +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Properties/launchSettings.json @@ -4,7 +4,11 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:8080", + //#if(NoHttps) + "sslPort": 0 + //#else "sslPort": 44300 + //#endif } }, "profiles": { diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Properties/launchSettings.json b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Properties/launchSettings.json index b58d463e54..3d3de39c77 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Properties/launchSettings.json +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Properties/launchSettings.json @@ -4,7 +4,11 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:8080", + //#if(NoHttps) + "sslPort": 0 + //#else "sslPort": 44300 + //#endif } }, "profiles": {