Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
0 answers
980 views

ERROR 500 - Internal server error on PHP Sites

I am running IIS7.5 on Windows Server 2008 R2 SP1. Over a month ago I did the generic installation of PHP (v5.5.11), MySQL and the phpMyAdmin interface and it all worked great. The other day I started ...
simonlehmann's user avatar
2 votes
2 answers
13k views

Detailed Errors not working for WCF Service in IIS

If I were to change the web.config file to have errors in it, I only see the standard 500 - Internal Server Page. Despite setting the Error Pages mode to Detailed, I can't see a detailed error ...
Marcus's user avatar
  • 400
-1 votes
1 answer
545 views

IIS 7.5 returns error 401 instead of 500

I have a strange problem with ASP.NET MVC web application. IIS 7.5 throws back error 401 instead of 500 when application error occurs. This happens in production environment only, dev or staging works ...
303's user avatar
  • 101
3 votes
1 answer
1k views

What is the difference between TRIGGER_STATUS and FINAL_STATUS for HTTP request status codes in IIS 7.5?

I'm looking at a server running IIS 7.5 that is throwing generic HTTP 500s for some requests, with no further error reporting or substatus code evident anywhere. So I enabled Failed Request Tracing ...
James Lupolt's user avatar
71 votes
6 answers
311k views

How to diagnose a 500 Internal Server Error on IIS 7.5 when nothing is written to the event log?

I've just deployed an update to an existing ASP.NET MVC3 site (it was already configured) and I'm getting the IIS blue screen of death stating HTTP Error 500.0 - Internal Server Error The page ...
Greg B's user avatar
  • 1,638
1 vote
3 answers
13k views

IIS_IUSRS group missing

I am getting a 500.19 error when going to my site. I've tried to change the permissions on the directory but for some reason since about 2hrs ago the IIS_IUSRS group is completely gone now. I think I ...
Raymond's user avatar
  • 153
2 votes
2 answers
4k views

http 500 error on first visit only

The first time I visit a site I get a 500 - Internal server error. When I hit reload the site works just fine and will continue to work. If I open a different browser or close and reopen the current ...
Justin808's user avatar
  • 307
1 vote
1 answer
21k views

IIS 7.5 / Windows 7: Error 500.19, error code 0x800700b7 [closed]

I have been trying to resolve this issue. I am using Windows 7 and VS2008 +iis7.5. My project is stuck because of this error. The error says: Error Summary HTTP Error 500.19 - Internal Server Error ...
nikhiljoshi's user avatar
2 votes
2 answers
7k views

IIS 7.5 error 500 in fastcgi module after upgrading wordpress to 3.0.2

I am running multiple wordpress blogs on the following setup: Server 2008 R2; IIS 7.5; PHP 5.3.3; MySQL 5.0.7; I upgraded my wordpress install from 2.9.2 to 3.0.2 (on 2 different sites) today and ...
Maniac13's user avatar
3 votes
3 answers
13k views

FastCGI Error when installing PHP on IIS7.5

I'm trying to install MediaWiki on a Win2008r2 server, but can't manage to install PHP. Here's what I did: Grabbed a Zip archive of PHP and unzipped it into C:\PHP. Created two subdirs: c:\PHP\...
ytoledano's user avatar
  • 173