Jump to content

QESTNET Internal:Developer Setup QESTField

From QESTonline
Revision as of 04:36, 13 July 2015 by Benny.thomas (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
  • Open ~\qestnet\QESTField MVC\QESTField.sln
  • Build the solution. There should not be any errors
  • Go to Debug > Exceptions
    • Find System.ServiceModel.FaultException`1
    • Uncheck User-unhandled.
      This will stop the debugger breaking on a fault exception catch every time you login. It is on a "to do" list somewhere to fix... really I (DL) promise.
  • Start Debugging (F5).
    This will launch a web browser. The choice of web browser is configured in Visual Studio where Start Debugging is.
    Google Chrome is the recommended choice for QESTField development. The browser will take you to the web address of a local ASP.NET Development Server which Visual Studio has spun up. The login page of QESTField should be displayed.
    You can login using any QESTLab login credentials which are available in the database and have permission to use QESTField.