[Fixes #528] Windows authentication is not applied on launchSettings.json
This commit is contained in:
parent
52a9e7a54d
commit
74883b2cf0
|
|
@ -1,7 +1,12 @@
|
||||||
{
|
{
|
||||||
"iisSettings": {
|
"iisSettings": {
|
||||||
"windowsAuthentication": false,
|
//#if (WindowsAuth)
|
||||||
"anonymousAuthentication": true,
|
"windowsAuthentication": true,
|
||||||
|
"anonymousAuthentication": false,
|
||||||
|
//#else
|
||||||
|
"windowsAuthentication": false,
|
||||||
|
"anonymousAuthentication": true,
|
||||||
|
//#endif
|
||||||
"iisExpress": {
|
"iisExpress": {
|
||||||
"applicationUrl": "http://localhost:8080",
|
"applicationUrl": "http://localhost:8080",
|
||||||
//#if(NoHttps)
|
//#if(NoHttps)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,12 @@
|
||||||
{
|
{
|
||||||
"iisSettings": {
|
"iisSettings": {
|
||||||
"windowsAuthentication": false,
|
//#if (WindowsAuth)
|
||||||
"anonymousAuthentication": true,
|
"windowsAuthentication": true,
|
||||||
|
"anonymousAuthentication": false,
|
||||||
|
//#else
|
||||||
|
"windowsAuthentication": false,
|
||||||
|
"anonymousAuthentication": true,
|
||||||
|
//#endif
|
||||||
"iisExpress": {
|
"iisExpress": {
|
||||||
"applicationUrl": "http://localhost:8080",
|
"applicationUrl": "http://localhost:8080",
|
||||||
//#if(RequiresHttps)
|
//#if(RequiresHttps)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,12 @@
|
||||||
{
|
{
|
||||||
"iisSettings": {
|
"iisSettings": {
|
||||||
"windowsAuthentication": false,
|
//#if (WindowsAuth)
|
||||||
"anonymousAuthentication": true,
|
"windowsAuthentication": true,
|
||||||
|
"anonymousAuthentication": false,
|
||||||
|
//#else
|
||||||
|
"windowsAuthentication": false,
|
||||||
|
"anonymousAuthentication": true,
|
||||||
|
//#endif
|
||||||
"iisExpress": {
|
"iisExpress": {
|
||||||
"applicationUrl": "http://localhost:8080",
|
"applicationUrl": "http://localhost:8080",
|
||||||
//#if(RequiresHttps)
|
//#if(RequiresHttps)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,12 @@
|
||||||
{
|
{
|
||||||
"iisSettings": {
|
"iisSettings": {
|
||||||
"windowsAuthentication": false,
|
//#if (WindowsAuth)
|
||||||
"anonymousAuthentication": true,
|
"windowsAuthentication": true,
|
||||||
|
"anonymousAuthentication": false,
|
||||||
|
//#else
|
||||||
|
"windowsAuthentication": false,
|
||||||
|
"anonymousAuthentication": true,
|
||||||
|
//#endif
|
||||||
"iisExpress": {
|
"iisExpress": {
|
||||||
"applicationUrl": "http://localhost:8080",
|
"applicationUrl": "http://localhost:8080",
|
||||||
//#if(NoHttps)
|
//#if(NoHttps)
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,13 @@
|
||||||
{
|
{
|
||||||
"$schema": "http://json.schemastore.org/launchsettings.json",
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||||||
"iisSettings": {
|
"iisSettings": {
|
||||||
"windowsAuthentication": false,
|
//#if (WindowsAuth)
|
||||||
"anonymousAuthentication": true,
|
"windowsAuthentication": true,
|
||||||
|
"anonymousAuthentication": false,
|
||||||
|
//#else
|
||||||
|
"windowsAuthentication": false,
|
||||||
|
"anonymousAuthentication": true,
|
||||||
|
//#endif
|
||||||
"iisExpress": {
|
"iisExpress": {
|
||||||
"applicationUrl": "http://localhost:8080",
|
"applicationUrl": "http://localhost:8080",
|
||||||
//#if(RequiresHttps)
|
//#if(RequiresHttps)
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,13 @@
|
||||||
{
|
{
|
||||||
"$schema": "http://json.schemastore.org/launchsettings.json",
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||||||
"iisSettings": {
|
"iisSettings": {
|
||||||
"windowsAuthentication": false,
|
//#if (WindowsAuth)
|
||||||
"anonymousAuthentication": true,
|
"windowsAuthentication": true,
|
||||||
|
"anonymousAuthentication": false,
|
||||||
|
//#else
|
||||||
|
"windowsAuthentication": false,
|
||||||
|
"anonymousAuthentication": true,
|
||||||
|
//#endif
|
||||||
"iisExpress": {
|
"iisExpress": {
|
||||||
"applicationUrl": "http://localhost:8080",
|
"applicationUrl": "http://localhost:8080",
|
||||||
//#if(NoHttps)
|
//#if(NoHttps)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue