<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Allogro™ &#187; OWA</title>
	<atom:link href="http://www.allogro.com/main/tag/owa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allogro.com/main</link>
	<description>Business Networking Specialists</description>
	<lastBuildDate>Sun, 13 Sep 2009 08:51:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Exchange: OWA displays all mailboxes in a directory browsing format</title>
		<link>http://www.allogro.com/main/2005/12/29/17/</link>
		<comments>http://www.allogro.com/main/2005/12/29/17/#comments</comments>
		<pubDate>Fri, 30 Dec 2005 04:25:28 +0000</pubDate>
		<dc:creator>Will Murray</dc:creator>
				<category><![CDATA[Articles - Tips and Tools]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[KB]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[OWA]]></category>

		<guid isPermaLink="false">http://www.allogro.com/main/?p=17</guid>
		<description><![CDATA[Copyright &#169; 2010 <a href="http://www.allogro.com/main">Will Murray</a>. Visit the original article at <a href="http://www.allogro.com/main/2005/12/29/17/">http://www.allogro.com/main/2005/12/29/17/</a>.<br /><p><img src="/icons/microsoft/exchange.png" alt="Box shot of Microsoft Exchange" align="right" border="0" height="80" hspace="3" vspace="1" width="63" /><img src="/icons/microsoft/WindowsServerSystem.gif" alt="Microsoft Windows Server System logo" align="right" border="0" height="76" hspace="3" vspace="1" width="120" /><em>Problem:</em> After some unrelated changes are made to IIS 6.0, Exchange&#8217;s Outlook Web Access (OWA) acts differently. The normal login page is replaced by a login dialog box. After logging in, OWA displays all the mailboxes in a browseable directory format instead of the normal OWA content. You can select your mailbox and all folders display in the same manner. Charles Yang from Microsoft presented a solution that (mostly) worked for me in this situation.</p>
<p>Charles Yang wrote:</p>
<blockquote><p>Generally speaking, this issue should be caused by the IIS default configuration for the website has been changed. Please refer to my suggestion below to see if the issue can</p></blockquote><p>&#8230; [Continue reading]</p>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start -->Copyright &copy; 2010 <a href="http://www.allogro.com/main">Will Murray</a>. Visit the original article at <a href="http://www.allogro.com/main/2005/12/29/17/">http://www.allogro.com/main/2005/12/29/17/</a>.<br /><p><img src="/icons/microsoft/exchange.png" alt="Box shot of Microsoft Exchange" align="right" border="0" height="80" hspace="3" vspace="1" width="63" /><img src="/icons/microsoft/WindowsServerSystem.gif" alt="Microsoft Windows Server System logo" align="right" border="0" height="76" hspace="3" vspace="1" width="120" /><em>Problem:</em> After some unrelated changes are made to IIS 6.0, Exchange&#8217;s Outlook Web Access (OWA) acts differently. The normal login page is replaced by a login dialog box. After logging in, OWA displays all the mailboxes in a browseable directory format instead of the normal OWA content. You can select your mailbox and all folders display in the same manner. Charles Yang from Microsoft presented a solution that (mostly) worked for me in this situation.</p>
<p><span id="more-17"></span>Charles Yang wrote:</p>
<blockquote><p>Generally speaking, this issue should be caused by the IIS default configuration for the website has been changed. Please refer to my suggestion below to see if the issue can be resolved:</p>
<p>1.      Navigate to: &lt;server name&gt; | Web Sites | Default Web Site | Exchange.</p>
<p>2.      Right-click Exchange and select &#8220;Properties&#8221;.  Click the &#8220;Virtual Directory&#8221; tab.</p>
<p>3.      At the bottom, under &#8220;Application Settings&#8221;, click the Configuration button.</p>
<p>4.      In the Application Configuration window, under &#8220;Wildcard application maps&#8221;, click &#8220;Insert&#8221;.</p>
<p>5.      In the Add/Edit Application Extension Mapping window, click &#8220;Browse&#8221;.</p>
<p>6.      Browse to &#8220;Program Files\ExchSrvr\bin\davex.dll&#8221; and click the Open button.</p>
<p>7.      In the &#8220;Executable:&#8221; text box, place quotation marks around the file path.</p>
<p>8.      Click OK three times to exit.</p></blockquote>
<p>(Original Source of Information: <a href="http://groups.google.com/group/microsoft.public.windows.server.sbs/browse_thread/thread/f4089317e25b5e8d/c83f79ee27fe3f9%23c83f79ee27fe3f9?sa=X&amp;oi=groupsr&amp;start=0&amp;num=3%20" target="_blank" title="View message on Google Groups">Microsoft Windows SBS Newsgroup</a>)</p>
<p>As I said, this worked <em>mostly</em> for me. In my case, &#8220;Application Settings&#8221; under the &#8220;Virtual Directory&#8221; tab was pretty much disabled. The only option I had was to &#8220;Create&#8221; a new application. Once I did that extra step (step 2.5 if you are following the instructions above), I was able to complete the rest of the instructions. The procedure worked without a hitch after that.</p>
<p>This server has had quite a history of losing track of its OWA configuration in IIS, but it has never presented this issue before. The most common issue it has presented is addressed in Microsoft article <a href="http://support.microsoft.com/?kbid=280823" title="Visit Microsoft">Q280823</a>. That is the issue where you pretty much only see the message &#8220;Loading&#8230;&#8221; and possibly some &#8220;broken images&#8221; where the images failed to load.</p>
<p>It is really weird how touchy this server is about its OWA settings. The only changes I am aware of being made to IIS lately was the installation of a new SSL certificate to the Default Web Site. Nothing was altered in OWA. Hopefully this fix will fix it permanently. Hopefully someone else will find this information useful, too! <img src='http://www.allogro.com/main/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.allogro.com/main/2005/12/29/17/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://www.allogro.com/main/icons/microsoft/exchange.png" />
		<media:content url="http://www.allogro.com/main/icons/microsoft/exchange.png" medium="image">
			<media:title type="html">Box shot of Microsoft Exchange</media:title>
		</media:content>
		<media:content url="http://www.allogro.com/main/icons/microsoft/WindowsServerSystem.gif" medium="image">
			<media:title type="html">Microsoft Windows Server System logo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
