Wednesday, April 16, 2008

How to Install CDONTS.dll if you have Server object error 'ASP 0177:800401f3'

Faced this problem Server object error 'ASP 0177:800401f3' when trying to use

CDONTS

in ASP programming.. so here's the solution.. :)

  1. Download CDONTS.DLL into: c:\windows\system32

  2. Registor cdonts.dll

    1. Go in to DOS (Start->All Programs->Accessories->Command Prompt)

    2. Go to the System32 Folder (at the blinking cursor type: CD \windows\system32 and hit [Enter])

    3. At the blinking cursor type: RegSvr32 cdonts.dll

  3. Your Done!

No comments: