I thought it would be nice to share the solution to my IIS headache with the rest of the world.
I have developed a web application that has been distributed. Upon installing my application, some people encountered a "500 Internal Error" and of course blamed my software immediately (and got frustrated when uninstalling/reinstalling my software didn't fix the problem). Finally I was able to take a look at one of these computers...
Search Result
Collapse
2 results in 0.0040 seconds.
Keywords
Members
Tags
-
-
How to debug IIS 500 Internal Server Error?
Hi all,
I have a webservice which is throwing a 500 Internal Server Error. It seems
to be related to the signature of function (or one of the properties within
the function).
The web service compiles fine (VS.NET 2005) but when I try to access it, it
throws a 500 Internal Server Error.
I can't put ANY breakpoints anywhere since no code has been run? It seems
like .NET has problem loading...