FreeOperator
May 18th, 2001, 01:46 AM
Dear all,
I have created a DLL COM with VB and it will be called by an ASP page using "CreateObject". Since our web server hosts e-commerce, any operation which causes the web service to be down even for a couple of minutes is not welcomed. This becomes a big headache when I have to update my DLL on the server. In order to release the lock IIS places on my DLL, I have to run "net stop iisadmin /y" from the command prompt first. Next, I update the DLL and afterwards, run "net start 3wsvc" and "net start msftpsvc" to restore the WWW and FTP service. This will bring our web service off line for a while and therefore is making our webmaster sick. Is there any way around it so that I don't have to pause the web service while updating the DLL? On the other hand, I am planning on placing my DLL under the control of MTS. It seems you can add a DLL component located on another PC to the MTS package on the server. Is this a workable solution for my question? Please advise and thanks in advance...
Tracy
I have created a DLL COM with VB and it will be called by an ASP page using "CreateObject". Since our web server hosts e-commerce, any operation which causes the web service to be down even for a couple of minutes is not welcomed. This becomes a big headache when I have to update my DLL on the server. In order to release the lock IIS places on my DLL, I have to run "net stop iisadmin /y" from the command prompt first. Next, I update the DLL and afterwards, run "net start 3wsvc" and "net start msftpsvc" to restore the WWW and FTP service. This will bring our web service off line for a while and therefore is making our webmaster sick. Is there any way around it so that I don't have to pause the web service while updating the DLL? On the other hand, I am planning on placing my DLL under the control of MTS. It seems you can add a DLL component located on another PC to the MTS package on the server. Is this a workable solution for my question? Please advise and thanks in advance...
Tracy