Click here to Skip to main content
15,894,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using Classic ASP with VB dlls. I want to debug my VB dlls.
The situation is like
Classic ASP<-->VB <-->Database
We normally send parameters from our ASP page to dll where we build our SQL and send it to DB but if there is any error in our VB dll, we cannot debug it. how to do this
i spend lot of time on this issue but not finding a solution yet.

** dll developed with Mts transaction property,but in my system the service MSTDC WAS NOT RUNNING

**to run this application i do the folowing steps

1.register the dll's using regsvr32
2.db connection string
3.creating virtual directory with all necessary files and registered dll's
and browse it from iis (ver 5.1,os : winXp)
i don't know what to do to enter into the breakpoints in the dll,any security issues or permissions
Posted
Updated 2-Sep-11 1:42am
v3

I haven't done that myself but the first couple of hits on Google seems promising.
http://www.google.com/search?q=debug+activex&rls=com.microsoft:da&ie=UTF-8&oe=UTF-8&startIndex=&startPage=1[^]
 
Share this answer
 
v2
Comments
karthikeyan1983 2-Sep-11 7:25am    
But i want to do it from my ASP page
Why can't you write a desktop app to test the DLL?
 
Share this answer
 
Comments
karthikeyan1983 2-Sep-11 7:21am    
I created a exe(in vb) and checked the dll,it goes few lines and when it enters class_terminate the code exits,but able to break into the code

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900