 |
|
 |
|
Next: Tracking Logins
|
| Author |
Message |
External

Since: Aug 27, 2003 Posts: 1
|
(Msg. 1) Posted: Wed Aug 27, 2003 6:24 pm
Post subject: Debugging ISAPI extensions Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
I've been trying to troubleshoot a bug in an ISAPI extension
written by someone else.
I've been able to build a "debug" dll and I've followed all
of the steps in KB article Q183480, but it doesn't seem to
work. Each of the steps in the process seem to work, except
that when I set breakpoints in the source code, the program
never stops at any of them, including things that should be
executed every time.
I'm running IIS 5.1 under Windows XP Pro, and using Visual
Studio 6.0
(I'm not an experience C++/MFC programmer, on the whole,
although I've done some minor code changes to other C++
programs (not ISAPI extensions). I've been a programmer for
37 years, but not in this language.)
Is there some step missing from this article, or what? >> Stay informed about: Debugging ISAPI extensions |
|
| Back to top |
|
 |  |
External

Since: Sep 04, 2003 Posts: 52
|
(Msg. 2) Posted: Sun Sep 07, 2003 7:45 am
Post subject: RE: Debugging ISAPI extensions [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You may want to try posting this in
microsoft.public.platformsdk.internet.server.isapi-dev. Someone over there
can probably help you out.
HTH,
Terry
Terry Harney [MSFT]
This posting is provided “AS IS” with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.
--------------------
| From: "Russ Holsclaw" <russ.RemoveThis@holsclaw.nyet>
| Subject: Debugging ISAPI extensions
| Date: Wed, 27 Aug 2003 15:24:42 -0600
| Lines: 20
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <ePTj1GObDHA.1600.RemoveThis@TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: corpnet.fatline.com 216.38.216.149
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:272688
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| I've been trying to troubleshoot a bug in an ISAPI extension
| written by someone else.
|
| I've been able to build a "debug" dll and I've followed all
| of the steps in KB article Q183480, but it doesn't seem to
| work. Each of the steps in the process seem to work, except
| that when I set breakpoints in the source code, the program
| never stops at any of them, including things that should be
| executed every time.
|
| I'm running IIS 5.1 under Windows XP Pro, and using Visual
| Studio 6.0
|
| (I'm not an experience C++/MFC programmer, on the whole,
| although I've done some minor code changes to other C++
| programs (not ISAPI extensions). I've been a programmer for
| 37 years, but not in this language.)
|
| Is there some step missing from this article, or what?
|
| >> Stay informed about: Debugging ISAPI extensions |
|
| Back to top |
|
 |  |
External

Since: Aug 26, 2003 Posts: 171
|
(Msg. 3) Posted: Sun Sep 07, 2003 7:45 am
Post subject: Re: Debugging ISAPI extensions [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Russ,
I suggest you read the article again, paying attention to the first Note.
Unless set-up properly your code does not run in the inetinfo.exe process,
so your breakpoints will never break.
Jerry
> --------------------
> | From: "Russ Holsclaw" <russ DeleteThis @holsclaw.nyet>
> | Subject: Debugging ISAPI extensions
> | Date: Wed, 27 Aug 2003 15:24:42 -0600
> | Lines: 20
> | MIME-Version: 1.0
> | Content-Type: text/plain;
> | charset="iso-8859-1"
> | Content-Transfer-Encoding: 7bit
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
> | Message-ID: <ePTj1GObDHA.1600 DeleteThis @TK2MSFTNGP09.phx.gbl>
> | Newsgroups: microsoft.public.inetserver.iis
> | NNTP-Posting-Host: corpnet.fatline.com 216.38.216.149
> | Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
> | Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:272688
> | X-Tomcat-NG: microsoft.public.inetserver.iis
> |
> | I've been trying to troubleshoot a bug in an ISAPI extension
> | written by someone else.
> |
> | I've been able to build a "debug" dll and I've followed all
> | of the steps in KB article Q183480, but it doesn't seem to
> | work. Each of the steps in the process seem to work, except
> | that when I set breakpoints in the source code, the program
> | never stops at any of them, including things that should be
> | executed every time.
> |
> | I'm running IIS 5.1 under Windows XP Pro, and using Visual
> | Studio 6.0
> |
> | (I'm not an experience C++/MFC programmer, on the whole,
> | although I've done some minor code changes to other C++
> | programs (not ISAPI extensions). I've been a programmer for
> | 37 years, but not in this language.)
> |
> | Is there some step missing from this article, or what?
> |
> |
>
>
>
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Debugging ISAPI extensions |
|
| Back to top |
|
 |  |
| Related Topics: | Unable to start debugging on the web server. Access is den.. - Sir/Madam, I have an ASP.NET application running in a remote server, and from my machine i was accessing it. I was able to debug the application in the remote server as well. Yesterday , our company received a CD containing [HotFix Q823980] ,....
IIS Frontpage extensions over UNC shares with Win2003 WebE.. - Hi, Does anyone know why it's not possible to install frontpage extensions on an IIS virtual server (using 2003 Web Edition) if the backend storage is a UNC share? I've got it working ok using two std. edition servers but web edition just wont play ball...
Install ISAPI Filter using script - Hello everyone, I am looking for a script that I can use to install ISAPI filter programmatically. Is there any sample code? I found a sample vbScript on MSDN, but for some reason after I run the script I do not see the filter being installed.. Can you.... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|