Publish ASP.NET website by FTP in Visual Studio 2015
I am beginner in ASP.NET and trying to publish my first website by using FTP(FileZilla)
. I have web hosting and domain name but After following this method:
To publish your web application using FTP:
ftp.YourHostedDomain.com
subdirectory you wish to publish the application to (for example: /Subdirectory).
I am able to publish it in my ftp.YourHostedDomain.com
but it is not working well, when I visit my Destination Url it is showing me that site, from where I have purchase this domain and hosting instead of my website which I have published. I spend lots of time for it, Please suggest me what should I do?
Generally, MVC web applications will publish or update their database on first run. Have you tried copying your project to the correct folder on the hosting site and pulling up the home page?
链接地址: http://www.djcxy.com/p/81674.html