I (and others on my team) have published this project via VS2012 in the past, but something must have changed and I don't know what to look for.
To clarify I can publish other projects, but this one gives me 2 errors after building successfully.
- Error 7 The "NormalizeServiceUrl" task was not given a value for the required parameter "ServiceUrl". 0 0 ProjectName
- Error 6 Web Deploy publish/package validating error: Missing or Invalid property value for $(MsDeployServiceUrl) 0 0 ProjectName
I have deleted and re-created the PublishProfile and it still happens. It also happens on everyone else's machine that tries to publish this project (right click project > Publish > select Web Deploy > click Publish). We have published this before and the website is still running, we just can't update it now since Publish won't work. Also, I validated the Connection in case you were going to ask.
I don't know what was changed since we last deployed in July. So, what can I do to solve these errors and successfully publish?