Web Connection
Cannot find REST service
Gravatar is a globally recognized avatar based on your email address. Cannot find REST service
  Evert Jan Meulenkamp
  All
  Mar 23, 2017 @ 03:09am

In step 2 of the JSON/REST service tutorial (walkthrough?) is described that you can open the local project page with "http://localhost/customerdemo/default.htm". In my project "Crs" with the process class "crsrestservice" this would be: "http://localhost/crsrestservice/default.htm". But this does not work...

Maybe there is something wrong with IIS Express. When I check out the "IIS Express Running applications" this shows:

In the config-file there is information about the site:

How can I reach my crsrestservice?

Gravatar is a globally recognized avatar based on your email address. re: Cannot find REST service
  Rick Strahl
  Evert Jan Meulenkamp
  Mar 23, 2017 @ 06:16pm

If you use IIS Express the URL will be different. That only works if you use full IIS and set up a virtual.

If you use IIS Express use:

http://localhost:8080/default.htm   && or whatever port you're using IIS Express on

instead of

"http://localhost/crsrestservice/default.htm"

+++ Rick ---

© 1996-2024