error messages
I know very little with asp and sql server. However, I currently have several problems I need to solve, hopefully all related to the one below.
-----------------------
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/SendMail.asp, line 18
-----------------------
Set CDOSession = Server.CreateObject("MAPI.Session")
This stopped working coincidently, or not, when the IP address of our exchange server was changed. It does look like our exchange server name is referenced within this .asp file rather than 'hardcoded' IP.
If it's an IP Address issue, where do I look.. in the IIS ?? or somewhere else??
Thank you!
-Tim
|