I am trying to test out soem stuff with a WCF web service.
The service works fine if I open it as a project in Visual Studio and click run.
If I open it as a website (by selecting it in the local iis) I get this
every time! I get the same thing if I try to navigate to the site in the browser.
I have juts set it up as a vistrual directory like any other in IIS.
Is there something else I need to do or change?
All the examples I can find online just run the project through VS which is useless if you actually want to use the service.
The service works fine if I open it as a project in Visual Studio and click run.
If I open it as a website (by selecting it in the local iis) I get this
Code:
<% @ServiceHost Language=VB Debug="true" Service="SqlDataService" CodeBehind="~/App_Code/Service.vb" %>
I have juts set it up as a vistrual directory like any other in IIS.
Is there something else I need to do or change?
All the examples I can find online just run the project through VS which is useless if you actually want to use the service.
Comment