This is driving the whole team crazy. There must be some simple mis-configured part of IIS or our Web Server, but every time we try to run out ASP.NET Web Application on IIS 7.5 we get the following error...
Here's the error in full:
HTTP Error500.19-InternalServerError
The requested page cannot be accessed because the related configuration
data for the page is invalid.
The machine is running Windows Server 2008 R2. We're developing our Web Application using Visual Studio 2008.
According to Microsoft the code 8007000d means there's a syntax
error in our web.config -- except the project builds and runs fine
locally. Looking at the web.config in XML Notepad doesn't bring up any
syntax errors, either. I'm assuming it must be some sort of poor
configuration on my part...?
I systematically removed lines from the web.config until the error changed and it turned out that it was the httpHandlers in the System.webServer tags. (Removing them just created another XML syntax error, though.)
Not sure what else would be helpful to mention...
Assistance is greatly appreciated. Thanks!
Here are the httpHandler bits of our web.config. Are there any obvious problems?
By the time my message was moderated I managed to solve my own problem:
<div>
First thing to be aware of: If you're hoping this is your solution, make sure that you have the same Error Code (0x8007000d) and Config Source (-1: 0:). If not, this isn't your solution.
Next thing to be aware of: AJAX is not properly installed in your web.config!
Hi! I read an article today on the web ..similar wording to your error..the problem was Apache server was installed on the same machine and had the configeration of visual studio confused..and needed reconfigured as to paths ect..
JohnnyW
Member
18 Points
14 Posts
Web Application Error 500.19 with IIS7.5 and ASP.NET v2
Nov 27, 2009 03:59 PM|LINK
This is driving the whole team crazy. There must be some simple mis-configured part of IIS or our Web Server, but every time we try to run out ASP.NET Web Application on IIS 7.5 we get the following error...
Here's the error in full:
The machine is running Windows Server 2008 R2. We're developing our Web Application using Visual Studio 2008.
According to Microsoft the code 8007000d means there's a syntax error in our web.config -- except the project builds and runs fine locally. Looking at the web.config in XML Notepad doesn't bring up any syntax errors, either. I'm assuming it must be some sort of poor configuration on my part...?
I systematically removed lines from the web.config until the error changed and it turned out that it was the httpHandlers in the System.webServer tags. (Removing them just created another XML syntax error, though.)
Not sure what else would be helpful to mention...
Assistance is greatly appreciated. Thanks!
Here are the httpHandler bits of our web.config. Are there any obvious problems?
asp .net 2. 0 iis 7.5 windows 2008 server r2
JohnnyW
Member
18 Points
14 Posts
Re: Web Application Error 500.19 with IIS7.5 and ASP.NET v2
Nov 27, 2009 05:34 PM|LINK
By the time my message was moderated I managed to solve my own problem:
<div>First thing to be aware of: If you're hoping this is your solution, make sure that you have the same Error Code (0x8007000d) and Config Source (-1: 0:). If not, this isn't your solution.
Next thing to be aware of: AJAX is not properly installed in your web.config!
Fix that by following this guide:
http://www.asp.net/AJAX/documentation/live/ConfiguringASPNETAJAX.aspx
Then, install the AJAX 1.0 extensions on your production server, from this link:
http://www.asp.net/ajax/downloads/archive/
That's it! You're done! Go and complain to the programmer who didn't install AJAX properly in the first place :)
</div>Andrew P Jones
Member
14 Points
3 Posts
Re: Web Application Error 500.19 with IIS7.5 and ASP.NET v2
Nov 28, 2009 04:14 AM|LINK
Hi! I read an article today on the web ..similar wording to your error..the problem was Apache server was installed on the same machine and had the configeration of visual studio confused..and needed reconfigured as to paths ect..
also try this web search:http://www.google.com/search?hl=en&source=hp&q=IIS%2BHTTP+Error+500.19+-+Internal+Server+ErrorThe+requested+page+cannot+be+accessed+because+the+related+configuration++data+for+the+page+is+invalid.&aq=6&oq=IIS%2B&aqi=g7
I am by no means any expert..so any awnser by someone might be more relevant..but..it might help