Sign In
Nick MacKechnie
Stuck somewhere between family life and IT...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
About
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Announcements
Beta
Exchange 2007
Hyper-V
IE
Interesting Downloads
MOF
MOSS 2007
MSIT
Office 2007
Operations
Security
Service Pack
Sharepoint
SQL 2008
Supportability
System Center
Training
Virtualization
Windows 7
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Vista
Windows XP
Archive
Archives
February 2012
(1)
January 2012
(4)
November 2011
(4)
October 2011
(6)
September 2011
(2)
August 2011
(12)
June 2011
(10)
May 2011
(3)
April 2011
(1)
March 2011
(1)
February 2011
(5)
January 2011
(8)
December 2010
(4)
November 2010
(8)
October 2010
(12)
September 2010
(2)
August 2010
(9)
July 2010
(13)
June 2010
(22)
May 2010
(6)
April 2010
(7)
March 2010
(13)
February 2010
(11)
January 2010
(5)
December 2009
(10)
November 2009
(10)
October 2009
(7)
September 2009
(5)
August 2009
(13)
July 2009
(12)
June 2009
(18)
May 2009
(19)
April 2009
(11)
March 2009
(17)
February 2009
(14)
January 2009
(19)
December 2008
(8)
November 2008
(16)
October 2008
(22)
September 2008
(21)
August 2008
(20)
July 2008
(24)
June 2008
(35)
May 2008
(33)
April 2008
(31)
March 2008
(17)
February 2008
(19)
January 2008
(11)
December 2007
(15)
November 2007
(17)
October 2007
(12)
September 2007
(1)
August 2007
(1)
April 2007
(1)
March 2007
(10)
May 2006
(1)
March 2006
(1)
January 2006
(1)
December 2005
(1)
November 2005
(10)
June 2005
(1)
May 2005
(1)
March 2005
(1)
February 2005
(1)
January 2005
(1)
December 2004
(1)
November 2004
(2)
October 2004
(3)
September 2004
(9)
August 2004
(13)
May 2004
(3)
Getting Exchange ActiveSync to work on a single box with Forms Based Authentication and SSL enabled.
MSDN Blogs
>
Nick MacKechnie
>
Getting Exchange ActiveSync to work on a single box with Forms Based Authentication and SSL enabled.
Getting Exchange ActiveSync to work on a single box with Forms Based Authentication and SSL enabled.
Nick MacKechnie
10 May 2004 6:36 PM
Comments
5
These are the revised steps that were originally outlined in:
817379 Cannot Access Exchange Server 2003 by Using Outlook Mobile Access When
http://support.microsoft.com/?id=817379
The only difference between these steps and the KB is that you create the new Virtual Directory iin IIS Manager and not ESM.
1. Start Internet Information Services (IIS) Manager
2. Locate the \exchange virtual directory (default location is Web Sites\Default Web Site\Exchange)
3. Right click on the Exchange virtual directory, choose All Tasks
/
Save Configuration to a File…
4. Type a name in the File name: text box (for example, ExchangeVDir)
5. Click OK
6. Right click the root of this web site (Default Web Site), choose New
/
Virtual Directory (from file)…
7. On the Import Configuration dialog box, select the Browse button and locate the file from step #4, then click Open
8. Next, select the Read File button
9. In the Select a configuration to import text box, select Exchange (or whatever virtual directory you selected in step #3) and press OK.
10. A dialog box will appear stating the virtual directory already exists. In the Alias text box, type a name for the new virtual directory that you want the
Exchange Server ActiveSync and Outlook Mobile Access processes to use. For example, type ExchDAV.
11. Click OK
12. Right click on the new virtual directory and choose Properties, in this example, ExchDAV
13. Select the Directory Security tab
14. Click the Edit button in the Authentication and access control section.
15. Verify only the following authentication methods are enabled
Integrated Windows authentication
Basic authentication
16. Click OK
17. Click Edit under IP address and domain name restrictions.
18. Click Denied access, and then click Add.
19. Click Single computer (if this option is not already selected), type the IP address of the server that you are configuring, and then click OK.
20. Click the Edit button in the Secure communications section
21. Verify Require secure channel (SSL) is not enabled and click OK.
22. Click OK, and then quit IIS Manager.
23. Click Start, click Run, type regedit in the Open box, and then click OK.
24. Locate the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MasSync\Parameters
25. Right-click Parameters, point to New, and then click String Value.
26. In the New Value #1 box, type ExchangeVDir, and then press ENTER.
27. Right-click ExchangeVDir, and then click Modify.
28. In the Value data box, type a forward slash ( /) followed by the name of the new virtual directory that you created in step 10. For example, type /ExchDAV.
29. Click OK, and then quit Registry Editor.
30. Restart the World Wide Web Publishing Service. To do this: Click Start, click Run, type services.msc in the Open box, and then click OK. In the Name list, right-click World Wide Web Publishing Service, and then click
31. Restart the Server to make the registry changes effective.
If your using your smartphone to test Exchange ActiveSync, and your running your own Certificate (from your own Root CA), then you will need to install the DisableCertChk utility on the smartphone as the smartphone will use SSL to talk to the Microsoft-Server-ActiveSync vdir. If your running a Pocket PC 2003 device then you can toggle between using SSL or HTTP which is helpful for testing.
The DisableCertChk utility does not bypass the SSL connection, it just bypasses the verification check of the certificate to see if its trusted on the device or not.
Grab DisableCertChk from here
http://www.microsoft.com/downloads/details.aspx?FamilyId=D88753B8-8B3A-4F1D-8E94-530A67614DF1&displaylang=en
To add a custom route certificate to you PPC, you will need this utility -
http://www.microsoft.com/downloads/details.aspx?FamilyID=ecfde1c7-36c9-4c13-986e-8a46790f61e4&DisplayLang=en
Also, you'll need to publish the Microsoft-Server-ActiveSync virtual directory if your running ISA or the like.
5 Comments
Exchange 2003
Blog - Comment List MSDN TechNet
Comments
Loading...
Leave a Comment
Name
Comment
Please add 2 and 1 and type the answer here:
Post