I want to know the procedure to register my custom DLL archive.
Thanks.
You need to first stop IIS
Then register the dll by double clicking on it or by running the following on Start->Run
regsvr32 <<full path of you dll>>
Then restart IIS again.