Files
ASP.NET/content/01-Introductory-Sessions/Session00/Projects/ThePodcastWebsite/Properties/launchSettings.json
T
2025-07-18 14:47:22 +03:30

29 lines
694 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:62875",
"sslPort": 44385
}
},
"profiles": {
"C01_ThePodcastWebsite": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7058;http://localhost:5284",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}