Link to home
Start Free TrialLog in
Avatar of PAR6
PAR6

asked on

The requested service, 'http://domain.com/Service.svc' could not be activated. See the server's diagnostic trace logs for more information.

Hello EE,

I am getting the following message while trying to access a web service:

The requested service, 'http://domain.com/Service.svc' could not be activated. See the server's diagnostic trace logs for more information.

Already did this:

<serviceHostingEnvironment>
      <baseAddressPrefixFilters>
         <add prefix="http://mydomain.com/" />
        </baseAddressPrefixFilters>
      </serviceHostingEnvironment>

What I would like is a typical checklist of gotchas when migrating a service from localhost to a shared hosting environment.  Thanks in advance for your input.
ASKER CERTIFIED SOLUTION
Avatar of shalabhsharma
shalabhsharma
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PAR6
PAR6

ASKER