Re: OWA Redirect on Exchange 2007 with Windows 2008 RTM with IIS 7

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



<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
______________________________________


.



Relevant Pages