DLL works through VB, not through ASP?
I have written a DDL that utilizes an OCX for zipping and unzipping ZIP files. I have accessed this DLL through another VB project (for testing) and it's working great. But when I try to access it through ASP it's not returning the correct value. I can access other functions through ASP just fine, but the method that accesses the OCX that should return a 1 (does when going through VB), returns a 0 through ASP!?
What could I be doing wrong? If you want I can provide some code, just tell me what you'd like to see.
Thanks in advance
::Sibby::