.NET CORE 使用局域网中其他电脑访问
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5205"
}
}
},
"AllowedHosts": "*"
}
posted @
2024-05-28 15:01
石曼迪
Views(27)
Comments()
收藏
举报