Re: login OWA of Exchange 2007 using .NET2003
- From: "Henning Krause [MVP - Exchange]" <newsgroups_remove@xxxxxxxxxxxxxxxxx>
- Date: Thu, 24 Jan 2008 16:10:28 +0100
Hi,
you are working with the wrong path.
Exchange 2007 retains the same urls for accessing mailboxes as Exchange 2003: The /exchange folder.
/owa is now only used for OWA....
WebDAV uses /exchange.
Kind regards,
Henning Krause
"srw" <srw@xxxxxxxxx> wrote in message news:eqiWsLmXIHA.4684@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
I would like to access the path
https://147.8.145.152/owa
and I put the path
https://147.8.145.152/owa/owaauth.dll
in the ASP.NET program, which is on the same machine of exchange 2007.
Thanks.
Ginrai
"Henning Krause [MVP - Exchange]" <newsgroups_remove@xxxxxxxxxxxxxxxxx> ???????:uFOm3cgXIHA.3940@xxxxxxxxxxxxxxxxxxxxxxxHello,
I should have formulated my question more precise. Which url do you want to access?
Kind regards,
Henning Krause
"srw" <srw@xxxxxxxxx> wrote in message news:eB1QgMZXIHA.5180@xxxxxxxxxxxxxxxxxxxxxxxHi,
I use the path
https://SERVERNAME/owa/owaauth.dll
in function DoFormbasedAuthentication( )
I tried to paste the URL to the browser and it redirects to form based login screen, so I think it should be correct.
Thanks.
Ginrai
"Henning Krause [MVP - Exchange]" <newsgroups_remove@xxxxxxxxxxxxxxxxx> ???????:Ol7GboTXIHA.5396@xxxxxxxxxxxxxxxxxxxxxxxHello,
which path are you using with Exchange 2007?
Kind regards,
Henning Krause
"srw" <srw@xxxxxxxxx> wrote in message news:uUg4WuNXIHA.1164@xxxxxxxxxxxxxxxxxxxxxxxDear all,
I've been using the code http://blog.downtownsoftwarehouse.com/2006/10/26/using-net-and-webdav-to-access-an-exchange-server/
to write a .NET C# program to login OWA of 2003 and it works fine, however, when I port the program to work on Exchange 2007 OWA, it keeps on returning
The remote server returned an error: (440) Login Timeout. ---> System.Net.WebException: The remote server returned an error: (440) Login Timeout. at System.Net.HttpWebRequest.GetResponse()
But I checked seems the paramater accept from OWA 2007 are still the same as OWA 2003.
Does anyone know what's the problem?
Thank you for your help.
Ginrai
.
- Follow-Ups:
- References:
- login OWA of Exchange 2007 using .NET2003
- From: srw
- Re: login OWA of Exchange 2007 using .NET2003
- From: Henning Krause [MVP - Exchange]
- Re: login OWA of Exchange 2007 using .NET2003
- From: srw
- Re: login OWA of Exchange 2007 using .NET2003
- From: Henning Krause [MVP - Exchange]
- Re: login OWA of Exchange 2007 using .NET2003
- From: srw
- login OWA of Exchange 2007 using .NET2003
- Prev by Date: Re: Communication with Exchange Server via SOAP and PHP
- Next by Date: Re: how to get the list of mebers added under delivery restrictions tab of a mailbox
- Previous by thread: Re: login OWA of Exchange 2007 using .NET2003
- Next by thread: Re: login OWA of Exchange 2007 using .NET2003
- Index(es):
Relevant Pages
|