↧
The app works without any problems.
~bob
That request is no longer valid. There are a number of issues with this but mainly since we've removed wwDhtmlForm from Web Connection this request is no longer used. If you need to edit settings the only way to do it now is to edit through the EditConfig link.
I may add this back in in the future using a standard Web Connection form, but for the moment that feature is gone.
Still not sure why that wouldn't work though - the .config parsing should work just fine... Does the app otherwise run - which indicates that the Web.config file is valid.
+++ Rick ---
Processing Error - wwMaint~ServerStatus
Error: 1943
Message: Member DOCUMENTELEMENT does not evaluate to an object.
Code: loNode = loXml.documentElement.selectSingleNode(lcSection + "/add[@key='" + lcKey + "']")
Program: getwcinivalue
Line No: 885
Debug shows:
lcSection = WebConnectionConfiguration
lcKey = AdminPage
Here is the line in Web.Config:
<add key="AdminPage" value="/admin/Admin.asp" />
That file does exist.
~bob