Is it possible to write some ASP code to display the version of a VB DLL or list of VB DLL's that are registered on a web server?
I've written some VB DLL's, had them registered them on a remote web server, and now after some time has passed, I would like to know what versions are actully on that web server. I could have someone physically go to the server and using window's explorer, check each DLL that I'm interested in, but I would like to know if there is some ASP code that will do this for me.
I've written some VB DLL's, had them registered them on a remote web server, and now after some time has passed, I would like to know what versions are actully on that web server. I could have someone physically go to the server and using window's explorer, check each DLL that I'm interested in, but I would like to know if there is some ASP code that will do this for me.