deploy website
hello, i have created a web application and i have successfully published and deplyoed it on my computer but how to execute the same web application on different comuter.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Krishnanand SivarajPosted Apr 21, 2015, 2:53 PM
Krishnanand SivarajPosted Apr 21, 2015, 2:52 PM
1) https://msdn.microsoft.com/en-us/library/dd394698.aspx
2) http://www.asp.net/mvc/overview/deployment/visual-studio-web-deployment/introduction
3) http://www.asp.net/web-forms/overview/deployment/configuring-server-environments-for-web-deployment/configuring-a-web-server-for-web-deploy-publishing-(web-deploy-handler)
4) http://stackoverflow.com/questions/20050001/how-to-deploy-asp-net-mvc-3-application-to-remote-server-msbuild-command
There are so many messy articles available just follow these and It will help you for sure. Reply for any queries.
Thanks, Krishna
If the reply would ever helped you please mark this as answer as it may help someone looking for answers like you :)
Mukesh NayakPosted Apr 21, 2015, 1:42 PM
If the other computer which you are speaking about is in the same network and all necessary permission has been set , than instead of localhost try using your ip address in your website url.
Afzaal Ahmad ZeeshanPosted Apr 21, 2015, 12:57 PM
Otherwise purchase a hosting service, a domain name and then publish your website on their online hosting environment. This way, every other computer having an access to internet will be able to connect to your website and load resources.
What actually do you want? Can you be more specific and elaborate your requirement please.