|
Home > Archive > BizTalk Server General > May 2004 > how to Debug WS called by Orche
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to Debug WS called by Orche
|
|
|
| All,
I am trying tutorial2.
I attached WS project to BTSSvc and set breakpoints.
In HAT, I debugged Orche, it didn't step into WS. No stop in WS project.
what happened? what is supposed to do?
Thx
Peter
| |
| Matt Milner 2004-05-21, 5:55 pm |
| attach to teh aspnet.exe process on xp or 2000 or the w3wp.exe process on
2003. your web service will run in the context of IIS/asp.net, not biztalk.
Matt
"jps" <anonymous@discussions.microsoft.com> wrote in message
news:51697280-9EC3-4D07-B5F7-81750869891D@microsoft.com...
> All,
>
> I am trying tutorial2.
> I attached WS project to BTSSvc and set breakpoints.
> In HAT, I debugged Orche, it didn't step into WS. No stop in WS project.
>
> what happened? what is supposed to do?
>
> Thx
>
> Peter
| |
| Sunghwa Jin [MSFT] 2004-05-24, 4:37 pm |
| In addition to the answer from Matt.
Run "iisapp" on a commandline to figure out which one is the right one in
case you have multiple worker processes. The tool is available with IIS 6.0.
Thanks,
Sunghwa
--------------------[vbcol=seagreen]
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11
.phx.gbl[vbcol=seagreen]
biztalk.[vbcol=seagreen]
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|
|
|
|
|