<%lcPhysical = Request.ServerVariables("PATH_TRANSLATED") lnLastSlash = 0 lnSlash = 1 lnStart = 1 do while lnSlash > 0 lnSlash = Instr(lnLastSlash+1,lcPhysical,"\") if lnSlash > 0 Then lnLastSlash = lnSlash end if LOOP lcPhysical = LEFT(lcPhysical,lnLastSlash -1) %>
Web Connection Demo Page
Web Connection Server Maintainence

Web Connection Server Maintainence

  • Compile WCS script pages
    Requires the VFP development version installed on the server (full path)

General DLL Methods

  • Show and Manage DLL Settings
    Shows the status of the DLL flags, all instances of the server loaded under Automation and the current state of the HoldRequests flag.
  • Update Code online
    Update the EXE file online with an uploaded file as specified by the ExeFile and UpdateFile keys in wc.ini.
Session Management

Automation Server (Enterprise Edition Only)

File Based

  • Start New Server
    Starts a new file based Web Connection session, but the session may run invisibly on the desktop. Uses the ExeFile= key in the wc.ini file to launch the Exe.
  • Kill a Server
    Kills a session. All but the last session can be killed, but there's no control over which of the sessions is killed. In order to kill the last session use the Unconditional kill operation.