Pages

Thursday, September 13, 2007

Steps to register the DLL in COM+ Applications Component Services.

Steps to register the DLL in COM+ Applications Component Services are:

1. Stop Website to prevent use of site
2. Shutdown the Website application in Component Services
- Start -> Settings -> Control Panel-> Administrative Tools -> Component services
- Under Component Services -> My Computer -> COM+ Applications you must see 'Website'

3. The ‘example.dll’ is Unregistered from the appropriate folder. The dll is found in the folder 'website' under Inetpub
Regsvr32 /u

4. Take the backup of the example.dll and delete the unregistered DLL from the 'website' folder under Inetpub
5. Also, delete ‘exampledll.Report’ from the MTS package COM + application of component services
6. Copy the dll form Source and Paste the modified DLL into 'website' DLL lcoation folder on the destination (Prod) webserver.
7. Register the modified DLL
Regsvr32

8. Drag and Drop the DLL into the COM+ application of component Services window
9. Start the Website COM+ application
10. Start the website in the 'IIS' manager.

No comments:

Post a Comment