Closed groberts314 closed 4 months ago
So, can mostly run a "deployed" (i.e. published to another folder) version of the app, with a few annoying caveats:
1) Have to set ASPNETCORE_ENVIRONMENT
and ASPNETCORE_URLS
in the same command window before running dotnet DashAccountingSystemV2.dll
. It seems I CANNOT set these in a *.bat
file that runs the app, for some reason; it just doesn't work.
*.bat
that sets all the environment variables and then starts up the app. That works okay with the "ordinary" environment variables for secrets, but not the ASPNETCORE_*
ones.
2) For the Identity MVC pages (login, profile, etc.), have to constantly hit CTRL+Shift+R to force a refresh.¯\_(ツ)_/¯
Considering this done for now. This issues referred to above can be addressed at another time.
localhost
to avoid this problem.