I've been searching through the forums and came across many posts similar to the problem I am experiencing but none of the suggestions have got me any closer to getting this fixed. I'm far from an IIS expert so am begging for some help on this. We have a
somewhat relatively clean install of Exchange 2007 on Windows Server 2008. Everything was working at one stage. Now after a colleague tried to do *something*, OWA is broken. I'm not too sure what was tried but would love to get this working again. The following
are the errors I get:
When trying to load OWA:
Failed Request Tracing Log shows:
I hope someone can please help, need this working for obvious reasons. Any help/suggestions is greatly appreciated.
Kind Regards
Tristan
phpIIS7500iiserrorserverwindows server 2008Internal error
Looks like I'm getting the same result. Even tried the same for "Default Web Site/owa", nothing changed...
Could there be incorrect permissions set somewhere also?
Edit:Correction, there was something that changed. In the first image in my original post, where it says "Config Source" - now states:
<handlers accessPolicy="Read, Script">
500.19 indicates configuration data is invalid,Check this KB
http://support.microsoft.com/kb/942055/
Regards
Andrew Zhu
Microsoft online ASP.NET support
Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread.
The requested page cannot be accessed because the related configuration data for the page is invalid.
Module
IIS Web Core
Notification
BeginRequest
Handler
Not yet determined
Error Code
0x80070021
Config Error
This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy
allowOverride="false".
About the error, could you build your website successfully? have you checked the kb?
About inserting screen shot into forum post: Upload the image to a website or your blog or anywhere in the net could be accessed by URL, then, press insert image icon in the message input box icon bar to insert a image.
Regards
Andrew Zhu
Microsoft online ASP.NET support
Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread.
Sorry it's been so long writing back about this issue. Unfortunately time got away from me and needed to get OWA working again so basically just installed the CAS role on another server.
I then went over both configuration files, with a fine tooth comb and noticed there were quite a few differences. In the end though I couldn't really afford to spend too much more time on it so have left it working as is and will hopefully be able to return
to it one day...
tclc
5 Posts
HTTP Error 500.19 - Internal Server Error, 0x80070021, Lock Violation with OWA, Exchange 2007
Feb 12, 2009 10:45 PM|LINK
Hi
I've been searching through the forums and came across many posts similar to the problem I am experiencing but none of the suggestions have got me any closer to getting this fixed. I'm far from an IIS expert so am begging for some help on this. We have a somewhat relatively clean install of Exchange 2007 on Windows Server 2008. Everything was working at one stage. Now after a colleague tried to do *something*, OWA is broken. I'm not too sure what was tried but would love to get this working again. The following are the errors I get:
When trying to load OWA:
Failed Request Tracing Log shows:
I hope someone can please help, need this working for obvious reasons. Any help/suggestions is greatly appreciated.
Kind Regards
Tristan
php IIS7 500 iis error server windows server 2008 Internal error
anilr
2343 Posts
Microsoft
Re: HTTP Error 500.19 - Internal Server Error, 0x80070021, Lock Violation with OWA, Exchange 2007
Feb 13, 2009 04:41 PM|LINK
You need to unlock the handlers section so it can be used in web.config file.
%windir%\system32\inetsrv\appcmd.exe unlock config -section:system.webServer/handlers
Software Design Engineer
IIS Core Server
tclc
5 Posts
Re: HTTP Error 500.19 - Internal Server Error, 0x80070021, Lock Violation with OWA, Exchange 2007
Feb 15, 2009 09:34 PM|LINK
Thank you Anil for your help. I had spotted that suggestion before and did try it. I get a response on the command line of:
"Unlocked section "system.webServer/handlers" at configuration path "MACHINE/WEBROOT/APPHOST"."
Then, when trying to load OWA it still comes up with the exact same error.
anilr
2343 Posts
Microsoft
Re: HTTP Error 500.19 - Internal Server Error, 0x80070021, Lock Violation with OWA, Exchange 2007
Feb 16, 2009 04:27 PM|LINK
This means that you have the handlers section locked at a lower level ("Default Web Site" or "Default Web Site/exchange"). Try
%windir%\system32\inetsrv\appcmd.exe unlock config "Default Web Site/exchange" -section:handlers -commitpath:apphost
Software Design Engineer
IIS Core Server
tclc
5 Posts
Re: HTTP Error 500.19 - Internal Server Error, 0x80070021, Lock Violation with OWA, Exchange 2007
Feb 16, 2009 09:20 PM|LINK
Hi Anil
Looks like I'm getting the same result. Even tried the same for "Default Web Site/owa", nothing changed...
Could there be incorrect permissions set somewhere also?
Edit:Correction, there was something that changed. In the first image in my original post, where it says "Config Source" - now states: <handlers accessPolicy="Read, Script">
Andrew Zhu -...
430 Posts
Microsoft
Re: HTTP Error 500.19 - Internal Server Error, 0x80070021, Lock Violation with OWA, Exchange 2007
Feb 19, 2009 09:30 AM|LINK
Hi,
500.19 indicates configuration data is invalid,Check this KB
http://support.microsoft.com/kb/942055/
Regards
Microsoft online ASP.NET support
Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread.
tom88
2 Posts
Re: HTTP Error 500.19 - Internal Server Error, 0x80070021, Lock Violation with OWA, Exchange 2007
Mar 12, 2009 11:37 PM|LINK
Saw you many times on the Forums.
I first use IIS7 with VS2008.
Here is the error:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
\\?\C:\MyProgramFiles\ASPNET\Project1\WebApplication1\WebApplication1\web.config
Can anyone give me help?
Thanks
tom88
2 Posts
Re: HTTP Error 500.19 - Internal Server Error, 0x80070021, Lock Violation with OWA, Exchange 2007
Mar 12, 2009 11:47 PM|LINK
Hi,
Could you tell me how did you past this image (by press the key "Prt Sc Sys Rq") into this Message box?
Thanks
Andrew Zhu -...
430 Posts
Microsoft
Re: HTTP Error 500.19 - Internal Server Error, 0x80070021, Lock Violation with OWA, Exchange 2007
Mar 13, 2009 03:42 AM|LINK
HI,Tom
About the error, could you build your website successfully? have you checked the kb?
About inserting screen shot into forum post: Upload the image to a website or your blog or anywhere in the net could be accessed by URL, then, press insert image icon in the message input box icon bar to insert a image.
Regards
Microsoft online ASP.NET support
Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread.
tclc
5 Posts
Re: HTTP Error 500.19 - Internal Server Error, 0x80070021, Lock Violation with OWA, Exchange 2007
Mar 13, 2009 10:52 AM|LINK
Sorry it's been so long writing back about this issue. Unfortunately time got away from me and needed to get OWA working again so basically just installed the CAS role on another server.
I then went over both configuration files, with a fine tooth comb and noticed there were quite a few differences. In the end though I couldn't really afford to spend too much more time on it so have left it working as is and will hopefully be able to return to it one day...
Thanks for all the assistance.