I've developed an ActiveX control that works when inserted into a WinForm but when inserted into a web page the same method that worked when called from the WinForm application fails in the web page, returning 'method not found'. Is there some sort of
security mechanism that is precluding the method from being accessed in the web page?
Richard Lewis Haggard