1

I enabled the Web Deploy feature for my Web Role and deployed it. But how can I get hold of the .publishsettings file so I can create a Publishing Profile for it?

This 2 year old article states that it should have been created automatically, but I haven't got that in my profile manager.
Any ideas?

3 Answers 3

0

If you are using Visual Studio 2012 or greater, the server explorer to the left will have several Azure items.

Specifically the Windows Azure Compute is what we are looking for, right click on that and say 'add deployment environment'. You will then be prompted with a dialog that allows you to sign in and download publish settings file:

enter image description here

0

You can get publishsettings file from the following link: https://windows.azure.com/download/publishprofile.aspx

0

Well, the problem was really behind the keyboard.

So the publishing profile is actually provisioned correctly and automatically to the Web project as the documentation states.

The problem and confusion was that I have a secondary web application in my Solution that I also publish to the same Web Role (referenced as an additional Site in the ServiceDefinition.csdef file). That Web Project does not get the Publishing Profile, and when I try to create a profile manually, it doesn't work since that (secondary) IIs instance is not configured for Web Deployment.

Oh well, back to the tedious Cloud Service deployment it is...

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.