Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > why I can't see mtx.exe in the romote machine?

Reply
Thread Tools

why I can't see mtx.exe in the romote machine?

 
 
Donna
Guest
Posts: n/a
 
      06-17-2005
Hi,
I've set up remote debugging following every step in the manu from
microsoft. However, I can't see mtx.exe process in romote machine,
instead I only see inetinfo.exe. I attached to it and it seem works OK
except that I can't set up any break point in any inc file(include
file). I can use the command stepinto from an asp page to get to inc
code, but I the process never stop at the break point I "set up" before
I start the debugger or in the debugging process.
Can anyone help me what went wrong? or just tell me that is about what
interdev debugger can do.
By the way, I use NT on server and client is a window 2000
professional.
The manu I followed was
http://msdn.microsoft.com/library/en...idebugging.asp

Please help...

regards

Donna

 
Reply With Quote
 
 
 
 
Egbert Nierop \(MVP for IIS\)
Guest
Posts: n/a
 
      06-18-2005
Hi,

How did you register the component on NT? Did you use the transaction
services applet and have you set it to run as a server?

--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm

"Donna" <> wrote in message
news: oups.com...
> Hi,
> I've set up remote debugging following every step in the manu from
> microsoft. However, I can't see mtx.exe process in romote machine,
> instead I only see inetinfo.exe. I attached to it and it seem works OK
> except that I can't set up any break point in any inc file(include
> file). I can use the command stepinto from an asp page to get to inc
> code, but I the process never stop at the break point I "set up" before
> I start the debugger or in the debugging process.
> Can anyone help me what went wrong? or just tell me that is about what
> interdev debugger can do.
> By the way, I use NT on server and client is a window 2000
> professional.
> The manu I followed was
> http://msdn.microsoft.com/library/en...idebugging.asp
>
> Please help...
>
> regards
>
> Donna
>


 
Reply With Quote
 
 
 
 
Donna
Guest
Posts: n/a
 
      06-20-2005
hello,
thanks for responding to me.
Well. I just installed the frontpage server extension and setup
properties of three Distributed component, machine debug manager, MTS
Client Export and catalog class, grant access and allow lunch to admin
user.
what other component I missed here? What component I suppose to see in
the Transaction services applet?
By the way, physical path of my application locates under wwwroot on
the server so I'm able to see it from interdev when I setup the
solution to debug.
I spent a lot of time figuring the debugber out. I wonder if it worth
my time. But to write each print statement out to debug is very time
consumming as well. In the long run, if I can use the debugger well, I
think it worth the effort I put in. However I don't see many people use
it though. I don't see many people talk about it online.
Anyway, thank you for your response and hope i can resolve this soon.

Regards

Donna

 
Reply With Quote
 
Egbert Nierop \(MVP for IIS\)
Guest
Posts: n/a
 
      06-21-2005
"Donna" <> wrote in message
news: oups.com...
> hello,
> thanks for responding to me.
> Well. I just installed the frontpage server extension and setup
> properties of three Distributed component, machine debug manager, MTS
> Client Export and catalog class, grant access and allow lunch to admin
> user.


This is 'DCOM' but DCOM does not launch mtx.exe. I think you are mixing up
technologies and get some info about COM+ and transaction manager.

> what other component I missed here? What component I suppose to see in
> the Transaction services applet?


You should register your component using 'new package' in transaction
manager and within the properties, you set it to be a server package.
Drag and drop your DLL within that package.
After that, you can remotely debug your DLL and connect to mtx.exe


--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm


> By the way, physical path of my application locates under wwwroot on
> the server so I'm able to see it from interdev when I setup the
> solution to debug.
> I spent a lot of time figuring the debugber out. I wonder if it worth
> my time. But to write each print statement out to debug is very time
> consumming as well. In the long run, if I can use the debugger well, I
> think it worth the effort I put in. However I don't see many people use
> it though. I don't see many people talk about it online.
> Anyway, thank you for your response and hope i can resolve this soon.
>
> Regards
>
> Donna
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
why why why why why Mr. SweatyFinger ASP .Net 4 12-21-2006 01:15 PM
findcontrol("PlaceHolderPrice") why why why why why why why why why why why Mr. SweatyFinger ASP .Net 2 12-02-2006 03:46 PM
Desktop can see Laptop, but Laptop can't see Desktop! Plomaris Wireless Networking 3 02-17-2006 01:41 PM
toshiba pdr4300 romote controller mfields795@aol.com Digital Photography 2 11-03-2005 03:49 PM
Can you see why I'm getting a NoClassDefFoundError here? I can't see it :< Flip Java 3 02-09-2004 10:13 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57