"Salty Dog" <SaltyDog.DeleteThis@discussions.microsoft.com> wrote in message
news:21B4566D-29A8-4F76-A76C-588139B644C4@microsoft.com...
> Lets just say I'm weak on C++/MFC so is there a VB/VB.NET way to build an
> ISAPI type SiteSentry/Monitor/Service? I'd like to intercept users as
they
> log onto my FTP server so that I can request/confirm that uploads are
> notifyng the proper internal contacts. Something like on Session Start,
> redirect them to a webpage that will confirm who should be notified
> internally. I already have a .Net Service using a FileSystemWatcher that
> determines the user for each upload but I want a hook that when they first
> come in they confirm the internal contacts are correct to be email
notified.
> Am I just a VB wimp and need to grow up to MFC for this?
C++ is the route you need to take. An ISAPI filter cannot be built with VB
or .NET.
>> Stay informed about: Is there an IIS API for VB/VB.NET?