Switched to use real IIS server, when I run application it gives me error:
There is no endpoint listening on http://localhost:81/EntityService.svc/sl that could accept calls from this application. If running in Visual Studio, make sure CopyLocal=true is set for all IdeaBlade assembly references in the web project to ensure that these assemblies are copied to the bin folder. Also check that the global.asax contains code to register the DevForce VirtualPathProvider, or that the EntityService.svc and EntityServer.svc files are present. To check if the service is running, open your internet browser and navigate to 'http://localhost:81/EntityService.svc'. If the service page shows errors, these should help diagnose the problem with the service. If the service is running, then also make sure that the endpoint bindings match between client and server, and that the server's ClientApplicationType is either 'Silverlight' or 'Both'. Check the server's debug log file for more information. |
Nothing changed in program, just pointed to newly started IIS.
Nothing in DebugLog.xml, nothing in event log. When I navigate to 'http://localhost:81/EntityService.svc' I get 404.
Any advice?
PS: To validate I set to "IIS Express", created new virtual directory - started no problem. So, something with default config of IIS on Win8. Did anybody have same problem? I need to debug web services remotely and can't do that with IIS Express
Edited by katit - 18-Mar-2013 at 3:27pm