Google
 
Web tech-mania.blogspot.com

Wednesday, September 20, 2006

 

How to Determine if Exchange or IIS Causes the Error

Outlook Web Access is tightly integrated with IIS. As a result, problems in IIS can propagate into problems in Outlook Web Access. This section contains a series of procedures designed to help you determine if IIS is the cause of an Outlook Web Access error in your organization. The following procedures describe how to:
· Create a new virtual directory in IIS.
· Enable basic authentication and disable anonymous access on your new virtual directory.
· Add a sample HTML document to the directory.
· Verify that you can access the document from a Web browser.
If you can access your sample HTML document, you know the problem is not related to IIS. If you follow these procedures and cannot access the document, the problem is probably external to Exchange and Outlook Web Access, and you should investigate permissions or other configurations you may have made in IIS.

How to create a new virtual directory in IIS

1. Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager.
2. In Internet Information Services, click to expand the local computer object, and then click to expand Web Sites.
3. Right-click Default Web Site, point to New, and then click Virtual Directory. Virtual Directory Creation Wizard opens. Click Next.
4. In Virtual Directory Alias, type a name for the virtual directory, such as test, and then click Next.
5. In Web Site Content Directory, type the path on the local hard disk that will be accessible through this virtual directory. For example, create a directory named test on your hard disk, and point to this directory in the wizard.
6. In Access Permissions, leave Read selected, and clear all other check boxes. Click Next to complete the wizard.

How to enable Basic access and disable Anonymous access

1. In Internet Information Services, right-click your new virtual directory, and then click Properties.
2. On the Directory Security tab, under Anonymous access and authentication control, click Edit.
3. In Authentication Methods, under Authenticated access, click to select Basic authentication and click to clear all other options. Only Basic authentication should be selected.
How to create a file in this virtual directory
1. Click Start, and then click Run.
2. In Run, type notepad.exe, and then click OK.
3. In Notepad, type some simple HTML text, such as “This is a test” (with or without the quotation marks).
4. Save the file with an .htm extension (not the default extension of .txt) in your virtual directory.
How to access this file with a web browser
1. Open your web browser.
2. Type the following URL: http:////. If your server name is myserver, and you named your virtual directory test and your document test.htm, you would type http://myserver/test/test.htm.
Note In place of above, you may need to enter the host header or the fully qualified domain name (such as server.fabrikam.com). You can also use the IP address of the server.

Important: To access files in a virtual directory created in the Internet Services Manager MMC snap-in, the account you use must have Log on Locally permissions (Outlook Web Access does not require these permissions).

Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?