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
With regards to correlated subqueries does anybody know what the logical query processing order?
Should I make a Drupal Theme from scratch?
If home page add this script
.Net Application Security problem
Custom Control Designer Error
SSRS Bar Chart
How to monitor users on WSS 3.0
Php 500 internal server error received on website but not using xampp at home
URGENT: Solaris virtual printer lpd printing setup
C# sharing variables or data between different classes