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
Can't access Exchange 2003 OWA from Internet
JMS servers in weblogic
is it possible virus affected VPN client spread virus in corporate network?
How to get the text from jsp file to database?
Remote Web Workplace different website address
stop error oxoooooo7b(OxF78D2524,OxC0
000034 will not load XP setup!!!!!!!
Ubuntu default chat client logs
Manually move Exchange 2003 mailstore to different disk
sysstat ntbackup problem "Registry Writer" has reported an error 0x800423f1
Post image file [Binary Data] using HttpWebRequest fails.