|
-
Oct 10th, 2000, 12:55 PM
#1
Thread Starter
New Member
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
-
Oct 10th, 2000, 02:27 PM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|