Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems debugging Active exe called from an ASP page

Status
Not open for further replies.

cmetters

Programmer
Oct 30, 2001
9
0
0
GB
Hi.

I have two problems:

1) I have a VB activex exe which my ASP page uses to open a connection to a sql database. The problem is it doesn't make the connection. But when called from a VB project, it makes the connection fine.

2) When I try to debug the exe to find out the problem, by running it in a seperate project, setting a breakpoint and calling it from the ASP page, it doesn't step in. I have never made this work although I can debug dlls in this way fine.

Any ideas? I'm going bonkers over this!!

Chris

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top