Click to See Complete Forum and Search --> : Re: How to debug isapi?


Strider
03-13-2000, 11:51 AM
you debug it using c++ not asp

jc
news.devx.com <heroonline@sina.com> wrote in message
news:38cb5ace@news.devx.com...
>
>

Mediratta
03-13-2000, 11:48 PM
"Strider" <jf_cantley@empowered.com> wrote:
>you debug it using c++ not asp
>
>jc
>news.devx.com <heroonline@sina.com> wrote in message
>news:38cb5ace@news.devx.com...
>>
>>
>
>

Strider can you explain more as to how this can be done?

Thanks
Rohit Mediratta

Strider
03-14-2000, 02:40 PM
It is not for the faint of heart. It takes alot of tweaking then still has
problems.

You need to go to mmc and start your webserver then exit mmc. You then use
kill to kill the instance of inetinfo that is running. You then bring your
isapi dll into c++ and under settings you will need to set

Executable for debug session: to inetinfo.exe 'usually located in
system32\inetsrv directory
Make the working directory the directory of your workspace.
Program Arguments: -e w3svc

In MMC you need to mess with the properties of the default website, on the
isapi filters tab, you need to point to your isapi filter dll and also point
to it as your home directory.

I will look for a link, there is alot to it. I also have a reg file that
screws around with the inetinfo settings. Personally, if you don't have to
mess with it don't, at least wait and see what VS 7 is doing with it. I saw
information relating to the isapi dll stuff on the up and coming VC++ 7.

jc

Basically you start with inetinfo.exe -e w3svc
Mediratta <rohitm@mahindrabt.com> wrote in message
news:38cdb682$1@news.devx.com...
>
> "Strider" <jf_cantley@empowered.com> wrote:
> >you debug it using c++ not asp
> >
> >jc
> >news.devx.com <heroonline@sina.com> wrote in message
> >news:38cb5ace@news.devx.com...
> >>
> >>
> >
> >
>
> Strider can you explain more as to how this can be done?
>
> Thanks
> Rohit Mediratta
>