|
-
Nov 20th, 2002, 03:13 PM
#1
Thread Starter
Fanatic Member
debug dll
Is there a way to debug my dll on a web server running IIS? I'm having problems, my dll works fine when I run it in a VB program on the web server, but when I run it from a web page in ASP it doesn't work. I need to debug, please help.
-
Nov 20th, 2002, 03:41 PM
#2
Not really bit I can guide you as to how we cope with this at work...
If you're using NT, create a common modula procedure which writes out a string to the NT Event Log, if you're on a win9x platform I think you can use the DrWatson log.
In every procedure, you then setup your error handling to create a string of the error - something like "something went wrong in sub form_load with the error number 5 and description of xxx". This string is then passed to the logging procedure & this'll let you view a meaningful message when you're program is live & gets problems!
-
Nov 21st, 2002, 01:06 AM
#3
Lively Member
u can debug VB DLL, even on a web server, but must have VB IDE on that machine
read the following KB:
http://support.microsoft.com/default...b;en-us;200998
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|