The server method 'HelloWorld' failed with the following error: -- The server was unable to process the request due to an internal error.
I am running the code in VS2013.
From what I can see my code is correct, and folder conventions are named same as book.
Here is the error in more detail:
'iexplore.exe' (Script): Loaded 'Script Code (Windows Internet Explorer)'.
Unhandled exception at line 6968, column 21 in
http://localhost:51273/ScriptResourc...jM1&t=26dfbc01
0x800a139e - JavaScript runtime error: Sys.Net.WebServiceFailedException: The server method 'HelloWorld' failed with the following error: -- The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
The program '[19392] iexplore.exe' has exited with code 0 (0x0).