Internal Server Error when start debugging
Hi,
my problem is that all of sudden when trying to debug my php code I get the message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
in the browser that pops up. I never had this error before. Even if i completely restart my computer I get this message.
Well when lookin at the error .log I have no message at all. Maybe there is another error.log than in my installed Apache Server?
I use the builtin engine (Just pressing F5 in my Visual Studio 2005).
Please answer fast, its very urgent


Ugly Solution found
Ok, well I found a solution to the problem:
I create a new project and copy all files from my old project place to the new one. Then add all files to the new project and everything works again. Well I am not really satisfied with this solution but it works at last.
Do you know, why the thing does not work with my old project anymore from one day to another?
Are you using XDebug or DBG?
Are you using XDebug or DBG? Php4 or Php5?
I recommend DBG for Php4 and XDebug for Php5.