Verification after installation.
WvdS.WebAPI.Data.Gateway.Api.exe
info: Microsoft.Hosting.Lifetime[14]
Now listening on: http://localhost:5000
info: Microsoft.Hosting.Lifetime[0]
Application started.
# Open Swagger UI http://localhost:5000/swagger # API test curl http://localhost:5000/api/v1/dsn/demo/tables
| Problem | Solution |
|---|---|
| Port in use | Different port in appsettings.json |
| Access denied | Start as administrator |
| DB not reachable | Check firewall/connection string |