« Working with ASP and PHP on same machine | MAC bittorrent clients review »
IIS ASP 500 internal server error
By pavic | February 3, 2007
When running iis with asp, and if you want to test your <% Response.Write("Hello World") %> if you use IE and test it on localhost, and get internal server 500. Go to advanced settings of your Internet explorer, and turn off show friendly header errors.
that way you will get error displayed inside html page, like errors in PHP
Topics: PHP |
Comments
You must be logged in to post a comment.
« Working with ASP and PHP on same machine | MAC bittorrent clients review »
IIS ASP 500 internal server error
By pavic | February 3, 2007
When running iis with asp, and if you want to test your <% Response.Write("Hello World") %> if you use IE and test it on localhost, and get internal server 500. Go to advanced settings of your Internet explorer, and turn off show friendly header errors.
that way you will get error displayed inside html page, like errors in PHP
Topics: PHP |
Comments
You must be logged in to post a comment.
