Initial Commit.

New site in .NET 6 replacing .net framwk 4.8
This commit is contained in:
2022-07-27 16:02:36 -04:00
commit 6bc14b88c9
25 changed files with 1276 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:46330",
"sslPort": 44369
}
},
"profiles": {
"VSERVERWS": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7210;http://localhost:5210",
"dotnetRunMessages": true
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"VSERVER2": {
"commandName": "IIS",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}