##windows development ###server
- Configure multiple startup projects:
Arcadia.Assistant.Web
andArcadia.Assistant.Server.Console
- Allow anonymous requests
Open
Arcadia.Assistant.Web
project propertties in VS and checkEnable Anonymous Authentication
on Debug tab - Allow requests from any origin (IIS Express)
Open
server/.vs/config/applicationhost.config
Find sectionsites
and choose the one is used UpdatebindingInformation
field to match*:%IIS_Express_port_number%:*
###mobile android
For basic android setup instructions check mobile/readme.md
Rewrite url domain to 10.0.2.2
(same as localhost
on pc), using right api port