CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    UK, London
    Posts
    155

    calling isapi extension dlls?

    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




  2. #2
    Join Date
    Apr 1999
    Location
    UK, London
    Posts
    155

    calling isapi extension dlls?

    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




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

Featured