hi
I have host WCF SERVICE in my server IIS working good when i access in my local pc
i meet this error how to solve this
Source: System.ServiceModel.Internals
Message: The service '/Test1/TestWCFService.svc'
does not exist. System.ServiceModel.EndpointNotFoundException:
The service '/Test1/TestWCFService.svc' does not exist.
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.
EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
at System.ServiceModel.ServiceHostingEnvironment.
EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity)
at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest()
at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()
Stack trace: at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result)
at System.ServiceModel.Activation.ServiceHttpModule.EndProcessRequest(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com