Reputation: 10891
I am looking for help with the Web Deploy tool in Visual Studio for Web 2013 using godaddy.com as the host provider. I bought hosting space and linked a domain name to that hosting space.
I have a web forms solution I created in Visual Studio for Web 2013 and would like to now use the web deploy tool to deploy my ASP.NET website to this hosting space for the whole world wide web to see. This solution also has a small database, which I would also like to create on that hosting space.
What I am confused about is what exactly to enter in the fields of the Server, Site name, and Destination URL in the web deploy tool.
Imagine that my website is called 'awesomewebsite.com' and my username is 'awesomedude', what should I enter into those fields above?
Upvotes: 13
Views: 19409
Reputation: 448
Additional Information:
If you receive an ERROR_CERTIFICATE_VALIDATION_FAILED error after adding the publish file there is an easy fix for this:
Edit the settings of the publish that you added by clicking "Settings..." in the summary. Once you hit the publish screen just hit validate connection, this will prompt you to add the certificate.
Upvotes: 0
Reputation: 10891
I solved this problem by going into Websites and Domains in godaddy and there is an option to download the web deploy file. You just then import the profile on the Web Publish screen as shown above in my question and it works! So you don't have to fill out all the fields yourself, godaddy does it for you.
Upvotes: 10