COM in IIS

COM in IIS

Question:
After I compile my DLL in VB and run the component through IIS, I cannot recompile the DLL and I get a file locking error. I am using VB6 and NT 4.

Answer:
Once the DLL has been used by IIS, you have to reboot the Web services in order to recompile the DLL with any changes. This gets really tedious, especially if you have to do it through the Control Panel. Instead of doing it that way, you can write a script to stop and restart the relevant services. Somewhere in the system path (I like the System32 directory, personally), create a batch file containing these lines:

@echo offnet stop iisadmin /ynet start iisadminnet start w3svcnet start "FTP Publishing Service"

This stops the IIS Admin service, which also stops all related services (Web, FTP, etc.). It then restarts the IIS Admin service and the Web service. I prefer to restart the FTP service, as well, so you might want to add that in. Running this batch file can be done from a menu choice or from the Run prompt, and is much faster than having to use the Services applet.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of

kubernetes logging

Kubernetes Logging: What You Need to Know

Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes