Remote Debugging

V

Vai2000

Hi All, I have a total new server with win2k3 and .net framework 2.0. I have
copied an exe which I had built on my machine (.net 1.0) works super on my
local box.

I need to debug this exe on the server..I cannot install Visual Studio on
the server.How can I debug this exe?


TIA
PS: The catch is server doesn't has 1.0 framework
 
S

Scot T Brennecke

You want to run an executable that targets the .NET 1.0 framework on a machine that doesn't have
..NET 1.0 installed?! That seems like trouble begging to happen. Why not rebuild your application
to target .NET 2.0?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top