I'm trying to set up a test custom connector, QvEventLogConnectorElaborate, using the guide and sample at https://help.qlik.com/en-US/qlikview-developer/12.0/Subsystems/QVXSDKAPI/Content/QvEventLogConnector... I am able to run the connector directly with the exe, but I do not see it in the Database Connectors drop-down.

I am currently using QlikView 12. I also checked Qlik Sense, and I don't see it there either.

I was confused about the installing your connector portion and I'm not sure if I may have made a mistake there. I didn't see a web folder and tried copying a web folder and it's files from another connector that was already installed. The directions were: If you are installing the connector in QlikView, you also need to copy the folder:
<Solution Path>\QvEventLogConnector\bin\Release\web
I also copied the files in these directories:
C:\ProgramData\QlikTech\Custom Data, C:\Program Files\Common Files, C:\Program Files (x86)\Common Files\QlikTech\Custom Data\
Has anyone else attempted this that could let me know if they know of anything that I may have missed to cause this?