I noticed that I got faked out when trying to use our 'console remote debug' feature, when there was another app running, because each app tries to use the same name for it's LocalConnection. At one point I was going to have the app rendevous with it's debug console using an app unique ID, but had commented that code out.
The wrapper from app-console.xslt has access to an app uid from the server, which it gets from <!-- we'll use the app name for now, to make it easier to point a remote debugger at it --> <xsl:param name="appuid"><xsl:value-of select="/*/request/@url"/></xsl:param> Is this appuid being passed into the app or lzembed someplace that I can get a hold of it? -- Henry Minsky Software Architect [email protected]
