I'm trying to publish my WCF service to a server on my network:
The most recent (first) version of the service is already there as I did this no more than 15 minutes ago. I then made some changes to the service's web.config and one setting in IIS and now I can't publish the service anymore, getting the error returned in the title.
web.config changes:
Changed
<service name="ProjectName.Service1"...
to
<service name="ProjectName.ServiceName"...
IIS change: changed application name from nothing to ProjectName
What happened?