I am revisiting some of classic ASP and VB6 code. I have a question on whats the difference between "New" keyword vs. "CreateObject" to instantiate object. Any sugges ...
I am updating some code with classic ASP. And new requirement is to send email on certain events. What is the best way to send email notification using classic ASP? Do I need to get any ...
I need to force download dialog using classic ASP. For example, I need to force download files like pdf or jpeg rather than opening in the browser. Is there any easy way to do this? If I ...