Posted on: 11/18/2014 8:08:15 PM | Views : 495

Hi all, my web service used to work on my old laptop then when I got a new laptop, calls to the same web service from a web page return the "500 Internal Server Error" message. My new laptop runs on Windows 8.1.  I installed Visual Studio 2012 on my new laptop and and loaded my web page and web service to test them out and got the 500 internal server error message. So just to ensure I was covered,  I installed every option under IIS Express which came with my laptop and  made sure to reboot my machine.   I got the same error when I run my web service. 
I set errorMode to Detailed and debug to True in Web.config. I also unchecked Friendly Message in IE and I still have the same problem but only this time IE does not show any error message at all.  I checked the event viewer and did not see anything, I also put breakpoints in my web service but none are hit.
I know my web service works because when I set it as the st ...

Go to the complete details ...