I have the following setup: My IIS webserver is running OWA correctly,
where it is allowing me to access our Exchange server running on a
different box.  I've installed the http://www.cdolive.com/phonelist.htm
package on the IIS webserver and receive the following error message:

"Error: Error creating RenderApp and Default.asp: Can not logon to system"
messages from CDOLive's logon.inc.

I've attempted to setup the anonymous IUSR_Computername account using my
mailbox account and password, but no luck.

This is some of the code that is being used to logon:
' Create CDO session

Set objSession = Server.CreateObject("MAPI.Session")
                        If Not objSession Is Nothing Then

' Logon with anonymous CDO profile
                                Err.Clear
                                On Error Resume Next
                                objSession.Logon "", "", False, True, 0, True, 
bstrProfileInfo

Anyone ever had any luck using this CDOLive Phonelist?
Thanks,
Dan


_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to