Microsoft
Software
Hardware
Network
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\Client
Access\OWA
\Web.confi
g 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.C
lients.Owa
.Core.OwaM
odule, Microsoft.Exchange.Clients
.Owa" name="OwaModule" preCondition="managedHandl
er"/>
</modules>
<handlers>
<add verb="POST,GET" path="*.owa" type="Microsoft.Exchange.C
lients.Owa
.Core.OwaE
ventHandle
rFactory, Microsoft.Exchange.Clients
.Owa" name="OwaEventHandler" preCondition="managedHandl
er"/>
<add verb="GET,HEAD" path="attachment.ashx" type="Microsoft.Exchange.C
lients.Owa
.Core.Atta
chmentHand
ler, Microsoft.Exchange.Clients
.Owa" name="AttachmentHandler" preCondition="managedHandl
er"/>
</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.
Hi,
Check this out, this will surely help you in re-creating those VD's
http://www.ditii.com/2010/
02/11/exch
ange-serve
r-2010-
rec
reating-le
gacy-excha
nge-virtua
l-director
ies/
http://technet.microsoft.c
om/en-us/l
ibrary/
cc7
72200(WS.1
0).aspx
http://technet.microsoft.c
om/en-us/l
ibrary/bb1
23752.aspx
http://technet.microsoft.c
om/en-us/l
ibrary/
cc7
53369(WS.1
0).aspx
Thanks
AgentMIK
Random Solutions
Css element not inherit
Subtract one day from other in java
C# - Can a partial class override a property's get method?
Export contact notes from an ACT! 6 database to an Excel or CSV file
usercontrols, docking and scrolling problems
How to handle button click without reloading page first
Sync a users AD password with a SQL table?
jquery validator and asp.net updatepanel
Send two files in email as attachment in unix shell scripting using ksh
How to Create Firebird Trigger to get AutoID by using Vb.net code