Results 1 to 2 of 2

Thread: ISAPI

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    1

    Exclamation

    OK, I want to code an ISAPI filter for IIS using VB6. Can it be done?

    I need to write an authentication pre-process filter to use as an IIS proxy.

    I should be able to reproduce all the C++ structures with VB, but is there something I need to know before I try...like it doesn't work at all. I have found some documentation on this, but is all for VB5 and says you can't do it because VB5 only creates OLE DLLs. Is this still true?

    I found a few ISAPI-to-VB interfaces, such as VB Bridge, but they only provide for ISAPI applications, not filter DLLs.

    Any ideas or code would be appreciated. If I am completely off-base, let me know.

    Thanks,
    Tristan

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    VB6 creates only OLE/ActiveX DLLs. You won't be able to create a DLL in VB that is called using the API/C++ syntax of declaring the function and calling it.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width