Run with Docker or Visual Studio (sln included).
- Open
ArboxEmployeeMS.sln
in VS 2022 (17.10+) - Set configuration to Debug.
- Press F5 (IIS Express or Kestrel). It will launch to the dashboard.
- Profiles available: IIS Express, http, https.
dotnet run
docker build -t arbox-ems .
docker run --rm -p 8080:8080 -v %cd%\App_Data:/app/App_Data -v %cd%\Logs:/app/Logs arbox-ems