Hi ,
Could you please let me know the exact Difference between or what does the Concepts HOSTING ,DEPLOYING,PUBLISHING mean in field of Web Application Development ?
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.
Rajeev KumarPosted Mar 2, 2023, 10:40 AM
Web hosting is an online service that allows you to publish your website files onto the internet. So, anyone who has access to the internet has access to your website. In practice, it usually refers to the service you get from a web hosting provider like one.com.
Deploying a website means that you are deploying changes you have made to your website, typically code, from source control to an environment (typically development, staging, or live).
Publishing is a process of creating All the files related to your Website. Which means all the files needed to run the website will be compiled including source-codes.
Vincent Maverick DuranoPosted Apr 24, 2015, 12:07 PM
Hope that clear things out. :)
Preeti AgrawallaPosted Apr 24, 2015, 8:51 AM