Re: OWA Redirect on Exchange 2007 with Windows 2008 RTM with IIS 7
- From: "Lee Derbyshire [MVP]" <email a@t leederbyshire d.0.t c.0.m>
- Date: Mon, 28 Apr 2008 15:55:45 +0100
<ziggyk@xxxxxxxxxxx> wrote in message
news:5818f048-4eea-4396-aecd-7367e86ca347@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
In IIS7 when I "Redirect requests to this destination" on my Default
Web Site to go to https://mail.company.com/owa all visitors that go
to http://mail.company.com are redirected.
The problem occurs when my users try to mobile ActiveSync their
phones. Syncing takes them to a Outlook Web Access light page. I
have never seen this before but believe me, it is actually going to an
OWA page when you press Sync in ActiveSync. Once I turn off the
redirect, everything works correctly.
Is there another way to redirect http://mail.company.com to
https://mail.company.com without it breaking ActiveSync?
When you do the redirect by telling IIS to get all its content from the /owa
VDir, then all other VDirs become inaccessible as a natural consequence.
This means that you need to find a different way to do the redirect. A less
disruptive way is to create a Default.asp page in the Default Web Site that
just contains the text:
<% Response.Redirect "/owa" %>
Lee.
--
______________________________________
Outlook Web Access For PDA , OWA For WAP
www.leederbyshire.com
email a@t leederbyshire d.0.t c.0.m
______________________________________
.
- Follow-Ups:
- References:
- Prev by Date: OWA Redirect on Exchange 2007 with Windows 2008 RTM with IIS 7
- Next by Date: Re: Exchange 2007 product key after trial period
- Previous by thread: OWA Redirect on Exchange 2007 with Windows 2008 RTM with IIS 7
- Next by thread: Re: OWA Redirect on Exchange 2007 with Windows 2008 RTM with IIS 7
- Index(es):
Relevant Pages
|