Asked by:
Deploy project on Web Server

Question
-
User-1499457942 posted
Hi
I have created Project . How can i deploy on Web Server . Do i need to copy all the files as in case of Website or i need to Publish
Thanks
Friday, November 23, 2018 7:04 AM
All replies
-
User-821857111 posted
If it's a Web Application Project (not Web Site project) you need to publish first. I generally publish to a local folder, then use FTP to copy the published output to the web server.
Friday, November 23, 2018 9:21 AM -
User-1499457942 posted
Hi
Can u pls provide link how to publish
Thanks
Friday, November 23, 2018 1:57 PM -
User1281381861 posted
How to: Deploy a Web Application Project Using One-Click Publish and Web Deploy
Friday, November 23, 2018 3:39 PM -
User-821857111 posted
In Visual Studio, click Build > Publish <your project> and then follow the wizard to create a profile.
Friday, November 23, 2018 4:26 PM -
User-271186128 posted
Hi JagjitSingh,
Deploy project on Web ServerYou could deploy a web application by creating and installing a web deployment package, please refer to the following links:
How to: Create a Web Deployment Package in Visual Studio
Deploying a web application by creating and installing a web deployment package
Best regards,
DillionMonday, November 26, 2018 2:59 AM -
User-1499457942 posted
Hi
In Build it is showing Public Selection
In Profile i selected New . Then in Connection what is to be selected in Publish Mode.
Thanks
Monday, November 26, 2018 11:55 AM -
User-271186128 posted
Hi JagjitSingh,
Have you published your project on the web server successfully.
Best regards,
DillionMonday, December 3, 2018 6:52 AM