Click here to Skip to main content
15,923,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I wish to deploy mvc5 project to remote server using xcopy.
But I don't know how to do.
I am googling and find some issues, but I don't know about it.
One post is http://www.go4expert.com/articles/configure-deploy-website-using-aspnet-t30200/. I never find "‘Internet Services Manager’ option" in this post.
And I try to open web site in vs2013, but I can not find "Remote Site" item in it.
Please help me how to deploy or lead me to some useful site.
Posted
Updated 20-Mar-15 23:48pm
v2
Comments
Sergey Alexandrovich Kryukov 21-Mar-15 6:01am    
Makes no sense. On prerequisite to development is the skills of using computer system as a regular user. Off-topic.
—SA
Member 11484753 21-Mar-15 6:13am    
Can you help me how I can do it?
Sergey Alexandrovich Kryukov 21-Mar-15 6:15am    
First of all, why xcopy? What deployment option is offered by your hosting? Usually, this is the FTP...
—SA
Member 11484753 21-Mar-15 8:30am    
Thanks for reply. Now I deploy web app to remote server and I don't have admin account to that. My host say that I can test my web using xCopy. I have only power user account, not admin. Can I test web as my host said.
Sergey Alexandrovich Kryukov 21-Mar-15 16:40pm    
Test has nothing to do with deployment. I can only repeat what I told you before.
—SA

1 solution

Publish the site to a folder on your website (Build->Publish and select File system). That will put everything in that folder needed to run that website. Sign up with a web host and they'll give you access to a folder on their remote server, normally via FTP. Copy the contents of the folder you published to to the host site.

That takes care of the site, if you have a database you'll need to follow the host's instructions on how you deploy a database to their server, that differs from host to host.
 
Share this answer
 
Comments
Member 11484753 21-Mar-15 8:24am    
Thanks for reply. I copy the contents and paste to the host site. Of course I have power user permission to read/write host site. But I can't see page when I put host url in browser? What mistakes I do? Can you lead me to success? P.S. I have no admin account and password about remote server.
F-ES Sitecore 21-Mar-15 8:48am    
In terms of the domain it might not be propagated yet, it can take 24 hours before it takes effect. Any problems with a hosting service are best handled with the hosting company.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900