Is it possible to create an ISAPI dll using VB.Net?
Not until IIS7, and then it will just be a normal IHttpHandler like you can
do now.
Unless what you're asking is can you build something in VB.NET (other than
a Page) that handles an HTTP request and emits a HTTP response? In that case,
yes... I have a sample that generates thumbnail images. The only problem
is that it's in C#, but maybe it'll help anyway.
--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
If your Question is creating ISAPI dll, then its not possible. But you can
create custom handlers...
ISAPI dll, is the one which recieves the request and processed it. This one
is by MS.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.