Question : Not sure how to fic Exchange 2010 virtual directories.

I am trying to fifure out why my Exchange 2010 external OWA quit working.

When I try to check the IIS  authenication for exchweb virtual directory  folder.

There was an error while performing this operation , Details: Filename\\?C:Program Files\Microsoft\v14\ClientAccess\OWA\Web.config Line numer 30 Error: Configuration section not allowed to be set below application.

Here is the web.config , I think line 30 is blank not sure what to do , I know how to remove and recreate the Exchange 2007 virtual directories but not Exchange 2010 . Any ideas?

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
      <system.net>
            <defaultProxy>
                  <proxy usesystemdefault="true" bypassonlocal="true" />
                  <bypasslist>
                        <add address=".*" />
                  </bypasslist>
            </defaultProxy>
      </system.net>
      <system.webServer>
            <httpProtocol>
                  <customHeaders>
                        <add name="X-UA-Compatible" value="IE=EmulateIE7"/>
                  </customHeaders>
            </httpProtocol>

            <!-- OWA HTTP Modules -->
            <modules>
                  <add type="Microsoft.Exchange.Clients.Owa.Core.OwaModule, Microsoft.Exchange.Clients.Owa" name="OwaModule" preCondition="managedHandler"/>
            </modules>
            <handlers>
                  <add verb="POST,GET" path="*.owa" type="Microsoft.Exchange.Clients.Owa.Core.OwaEventHandlerFactory, Microsoft.Exchange.Clients.Owa" name="OwaEventHandler" preCondition="managedHandler"/>
                  <add verb="GET,HEAD" path="attachment.ashx" type="Microsoft.Exchange.Clients.Owa.Core.AttachmentHandler, Microsoft.Exchange.Clients.Owa" name="AttachmentHandler" preCondition="managedHandler"/>
            </handlers>
(Line 30 is empty)            
      </system.webServer>
      <system.web>
            <httpRuntime maxRequestLength="30000" />
            <authentication mode="Windows" />
            <sessionState mode="Off"/>

            <globalization

Answer : Not sure how to fic Exchange 2010 virtual directories.

Random Solutions  
 
programming4us programming4us