From 51cc52e855b942e6ff26af532530fbf4af40f3d5 Mon Sep 17 00:00:00 2001 From: Chris R Date: Mon, 30 Nov 2015 11:57:49 -0800 Subject: [PATCH] Tooling sample updates. --- samples/CookieSample/Properties/launchSettings.json | 13 ++++++++++++- .../Properties/launchSettings.json | 13 ++++++++++++- .../Properties/launchSettings.json | 13 ++++++++++++- samples/SocialSample/Properties/launchSettings.json | 13 ++++++++++++- ...crosoft.Owin.Security.Cookies.Interop.Test.xproj | 4 +++- 5 files changed, 51 insertions(+), 5 deletions(-) diff --git a/samples/CookieSample/Properties/launchSettings.json b/samples/CookieSample/Properties/launchSettings.json index 381ef9b50e..9077103681 100644 --- a/samples/CookieSample/Properties/launchSettings.json +++ b/samples/CookieSample/Properties/launchSettings.json @@ -1,4 +1,12 @@ { + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:1788/", + "sslPort": 0 + } + }, "profiles": { "IIS Express": { "commandName": "IISExpress", @@ -10,7 +18,10 @@ "web": { "commandName": "web", "launchBrowser": true, - "launchUrl": "http://localhost:12345" + "launchUrl": "http://localhost:12345", + "environmentVariables": { + "Hosting:Environment": "Development" + } }, "kestrel": { "commandName": "kestrel", diff --git a/samples/CookieSessionSample/Properties/launchSettings.json b/samples/CookieSessionSample/Properties/launchSettings.json index 381ef9b50e..f4fbdd3fde 100644 --- a/samples/CookieSessionSample/Properties/launchSettings.json +++ b/samples/CookieSessionSample/Properties/launchSettings.json @@ -1,4 +1,12 @@ { + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:1790/", + "sslPort": 0 + } + }, "profiles": { "IIS Express": { "commandName": "IISExpress", @@ -10,7 +18,10 @@ "web": { "commandName": "web", "launchBrowser": true, - "launchUrl": "http://localhost:12345" + "launchUrl": "http://localhost:12345", + "environmentVariables": { + "Hosting:Environment": "Development" + } }, "kestrel": { "commandName": "kestrel", diff --git a/samples/OpenIdConnectSample/Properties/launchSettings.json b/samples/OpenIdConnectSample/Properties/launchSettings.json index a744c05c54..174032b7bc 100644 --- a/samples/OpenIdConnectSample/Properties/launchSettings.json +++ b/samples/OpenIdConnectSample/Properties/launchSettings.json @@ -1,4 +1,12 @@ { + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:1791/", + "sslPort": 0 + } + }, "profiles": { "IIS Express": { "commandName": "IISExpress", @@ -15,7 +23,10 @@ "web": { "commandName": "web", "launchBrowser": true, - "launchUrl": "http://localhost:42023" + "launchUrl": "http://localhost:42023", + "environmentVariables": { + "Hosting:Environment": "Development" + } } } } \ No newline at end of file diff --git a/samples/SocialSample/Properties/launchSettings.json b/samples/SocialSample/Properties/launchSettings.json index 88e42ba2bb..3481e55c44 100644 --- a/samples/SocialSample/Properties/launchSettings.json +++ b/samples/SocialSample/Properties/launchSettings.json @@ -1,4 +1,12 @@ { + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:1789/", + "sslPort": 0 + } + }, "profiles": { "IIS Express": { "commandName": "IISExpress", @@ -15,7 +23,10 @@ "web": { "commandName": "web", "launchBrowser": true, - "launchUrl": "http://localhost:54540/" + "launchUrl": "http://localhost:54540/", + "environmentVariables": { + "Hosting:Environment": "Development" + } } } } \ No newline at end of file diff --git a/test/Microsoft.Owin.Security.Cookies.Interop.Test/Microsoft.Owin.Security.Cookies.Interop.Test.xproj b/test/Microsoft.Owin.Security.Cookies.Interop.Test/Microsoft.Owin.Security.Cookies.Interop.Test.xproj index 26bc63e140..3341cf4e6e 100644 --- a/test/Microsoft.Owin.Security.Cookies.Interop.Test/Microsoft.Owin.Security.Cookies.Interop.Test.xproj +++ b/test/Microsoft.Owin.Security.Cookies.Interop.Test/Microsoft.Owin.Security.Cookies.Interop.Test.xproj @@ -11,9 +11,11 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ - 2.0 + + + \ No newline at end of file