Asked by:
Server Error: HTTP Error 500.19 - Internal Server Error

Question
-
User-264353060 posted
I got the following error while trying to make a test WCF project on Vista
Server Error<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
-1: <o:p></o:p>
0: <o:p></o:p>
Server Version Information: Internet Information Services 7.0
I also found a simple solution to it. You can check at http://www.vishwamohan.com/ShowArticle.aspx?ArticleID=30
Saturday, May 26, 2007 9:24 AM
All replies
-
User1395367073 posted
This seems similiar to an issue I had. It turned out to be a security setup issue. Check the web application folder permission and make sure the following users and groups are included \ASPNET and \IIS_IUSRS and \IUSR.
Saturday, August 11, 2007 3:26 AM -
User-1540559508 posted
This might not help, but I wanted to comment that I spent hours on this same error and found the solution to my problem. It turned out to be something that nobody else ever documented, so I'm trying to spread the word for Google.
It turned out that my root web was working fine, but my subwebs were not working fine and I got this error for the subweb. The subweb was an individually configured ASP.NET application. I figured that this wasn't important because the root web was just a flat HTML file, but it mattered.
What happened in my case was that a few days ago I had relocated the root web, then updated IIS to point to the new directory. All of the subweb applications, however, were treated by IIS as virtual directories, each with its own physical directory mapping. So each had the stale path.
More specifically, I moved "C:\web\www.mysite.com" to "C:\web\mysite.com", updated IIS for MySite to point to \web\mysite.com, and left it as such. The applications under mysite.com were each pointing to C:\web\www.mysite.com\[application].
I had to update each subweb application's Basic Settings to point to the revised path, and the 500.19 error went away.
Hope this helps others like it would've helped me.
Jon
Sunday, June 21, 2009 5:23 PM -
User-2071498389 posted
Hi all
I had the same problem ,, this video helped me alot
http://www.youtube.com/watch?v=vBNoTK31zPo
I just did not installed some components, after the installation my website starts to works fine
Thursday, October 15, 2009 8:49 AM -
User1611804580 posted
This might not help, but I wanted to comment that I spent hours on this same error and found the solution to my problem. It turned out to be something that nobody else ever documented, so I'm trying to spread the word for Google.
It turned out that my root web was working fine, but my subwebs were not working fine and I got this error for the subweb. The subweb was an individually configured ASP.NET application. I figured that this wasn't important because the root web was just a flat HTML file, but it mattered.
What happened in my case was that a few days ago I had relocated the root web, then updated IIS to point to the new directory. All of the subweb applications, however, were treated by IIS as virtual directories, each with its own physical directory mapping. So each had the stale path.
More specifically, I moved "C:\web\www.mysite.com" to "C:\web\mysite.com", updated IIS for MySite to point to \web\mysite.com, and left it as such. The applications under mysite.com were each pointing to C:\web\www.mysite.com\[application].
I had to update each subweb application's Basic Settings to point to the revised path, and the 500.19 error went away.
Hope this helps others like it would've helped me.
Jon
Thank you so much!
I wasted 3 hours on this problem, and your post solved my headaches at once =]
Friday, February 26, 2010 4:06 PM -
User-1103677793 posted
I want to say thanks to Liquid Snake. I received the same error message, watched the YouTube video he (or she) recommended (making the selections recommended by the video), and this installation solved my problem as well.
Monday, September 27, 2010 7:06 PM -
User-1125611039 posted
Thanks Wrabadi, it worked for me.
Tuesday, October 12, 2010 2:55 AM -
User-106920107 posted
This error also occurs when you have accidentally renamed the directory that contains your application when you are "localhosting" for development. That's what I did. IIS was complaining because it could no longer find the physical directory.
Ooops!
Wednesday, October 13, 2010 2:55 PM -
User-110847984 posted
this problem happened to me because i set the Framework of my website to 4.0 while the config of a webpage in subfolder where .net framework 3.5
i am not sure
Friday, December 24, 2010 8:18 AM