PDA

View Full Version : ASP.Net and Exchange Server


warchild69
10-09-03, 02:44 AM
Hi There

I am writing a webmail application in asp.net that uses exchange server in the backend.

================================================== ====I am using:
================================================== ====ASP.NET
Exchange Server 5.5
Windows 2000 Server
CDO (Collaboration Data Objects)
================================================== ====
The problem is when ever i try to logon it brings up an error saying Unknown error.

Do any of you have any ideas on how to logon to exchange server with out CDO or have any ideas why CDO isn't working ?

Just one thing , my logon string for the CDO connection is defenitly right , so it is obviously something else.

The other wierd thing is that the exact same code works fine in VB and VB.Net.


Hope someone can help me out.


Thanks

f1nas
04-28-04, 12:57 PM
I am looking for information on the same subject.

If you manage to find it before me, would you please let me know of the website?

Thankx

garaceg
05-14-04, 02:10 PM
I am able to logon to Exchange Server using CDO if I do it from the computer where Web application resides, but if I try to do it from another computer doesn't work.

So, we all have the problem, does anybody knows about any book that shows how to use asp.net and CDO.


Hi There

I am writing a webmail application in asp.net that uses exchange server in the backend.

================================================== ====I am using:
================================================== ====ASP.NET
Exchange Server 5.5
Windows 2000 Server
CDO (Collaboration Data Objects)
================================================== ====
The problem is when ever i try to logon it brings up an error saying Unknown error.

Do any of you have any ideas on how to logon to exchange server with out CDO or have any ideas why CDO isn't working ?

Just one thing , my logon string for the CDO connection is defenitly right , so it is obviously something else.

The other wierd thing is that the exact same code works fine in VB and VB.Net.


Hope someone can help me out.


Thanks

garaceg
05-25-04, 08:01 PM
I am able to logon to Exchange Server using CDO if I do it from the computer where Web application resides, but if I try to do it from another computer doesn't work.

So, we all have the problem, does anybody knows about any book that shows how to use asp.net and CDO.

Yes, all we have same problem. I've run into a lot of problems