danarashad 17 Light Poster

Can anyone tell me whats wrong. The error I keep getting is "Access to the Exchange server denied. Ensure that the user name and password are correct."

I've done all of this.
adobe

<cfexchangeConnection
action="open"
connection="sample"
server="mailserver"
protocol="https"
username="username"
password="pasword"
formbasedauthentication="true"
formBasedAuthenticationURL="https://webaddress.com"
/>

    <cfexchangecalendar action="get" name="mycal" connection="sample">
        <cfexchangefilter name="startTime" from="#theDate#" to="#theEndDate#">
    </cfexchangecalendar>

<cfexchangeConnection action="close" connection="sample" />
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.