Eğer sürekli bu hatayı alıyorsanız aşağıdaki dll register edin.
“regsvr32 %windir%/system32/vbscript.dll”
Kaynak : http://msmvps.com/blogs/bernard/archive/2005/05/24/48690.aspx
Ayrıca Aşağıdaki işlemide yapınız.
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{A9E69610-B80D-11D0-B9B9-00A0C922E750}
to the user DIGITALL\IWAM_DIGITALL SID (S-1-5-21-1960408961-861567501-725345543-1015). This security permission can be modified using the Component Services administrative tool.
===
Here is what worked for me:
1. Open the Component Services thingy
2. Click Component Services, Computers, My Computer, DCOM Config
3. Look for IIS Admin Service
4. Right click on this item then select properties.
5. Select the Security tab
6. Under “Launch and Activation Permissions” select “use default”.
7. Try running your ASP Page again. This time it should work








