hello
i have a very simple isapi server extension dll
which i am trying to return some text to the screen

how do i go about calling the dll from html
for whenever i try to, it wants to download the file

<a href = "test.dll?write">click here</a>


what am i doing wrong and how do i go about calling my dll correctly ?

yours in confusion

bryce