add basic web site for signup

This commit is contained in:
2022-09-14 19:56:57 -04:00
parent 05c1ca107e
commit 201eb8053a
76 changed files with 74333 additions and 3 deletions

View File

@ -0,0 +1,28 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:33512",
"sslPort": 0
}
},
"profiles": {
"BinaryDad.AacpsBusAlert.WebSignUp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5151",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}