Checking the Mailer.Response property returns “File Access Denied”. Whats wrong?
You probably don’t have a Temp path set up, or if you do, the IIS User (or any users authenticating under IIS) don’t have read/write access to the temp directory. • Make sure the directory exists • Make sure the Temp var exists in your NT/Win95 environment • Make sure all users which need access to the component (the anonymous IIS user and any other users which authenticate under IIS) have read/write access to this path. “AspMail never works. I get Server object error ‘ASP 0177:800401f3’.” This error means “Invalid class string” — in other words the call to CreateObject failed because the name object cannot be found by the OLE sub-system. Causes include: • You really didn’t run regsvr32 on the server after all. • You ran regsvr32 but it reported an error. • Someone modified security on part of the registry that’s preventing the OLE subsystem from reading all or part of the HKEY_CLASSES_ROOT tree. • The name of the object you are trying to create was mispelled or is incorrect. • Determ