A few checks and possible edits can help ensure your application will work correctly, here is a walk-through of typical activities for first build:
1.Open the ASP.NET UI Application in Visual Studio. If you have User Access Control active, you usually want to run Visual Studio as an Administrator. On our demonstration machine, we have set the Devenv.exe as always run as administrator, so that double-clicking on the SLN file will load VS directly:
2.Edit web.config to ensure that the correct server name is used. In the earlier examples a generic server name was used but here the real name is fixed in web.config as part of the Flynet Emulation web application URL setting:
Is changed to:
3.Do a full rebuild to check that all generated correctly...
Pretty simple, ready to perform the Deploy/Publish...