Click here to Skip to main content
15,894,540 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all

Can anyone of you,tell what is "Web Deployment",and how to start Web Deployment.

Thanks and Regards
Nidhi
Posted
Comments
Sandeep Mewara 3-Jan-11 4:03am    
C++ Web Deployment?
@nuraGGupta@ 3-Jan-11 4:18am    
Nicely argument-ed Sandeep. :-)

1 solution

Take a look at this:
Web Deploy[^]

It should answer you questions about web deployment.

Regards
Espen Harlinn
 
Share this answer
 
Comments
Sandeep Mewara 3-Jan-11 4:28am    
I am still confused how were you able to reply back to OP so confidently, as tags say C++ and question is on Web deployment.
tanu misra 3-Jan-11 4:50am    
I want my project to be deployed remotely to some other location..
hope i'm making my self clear..

Thanks and Regards
Nidhi
Espen Harlinn 3-Jan-11 5:15am    
copy everything required by your site to the deployment location. If you are using Visual Studio: it can create a deployment pagage - right click on your project and select "Build deployment package". Personally I prefer to create a script that copies all the required components to a local test site. When I've validated that this test site works as expected, I publish it on the remote site using ftp.
tanu misra 3-Jan-11 5:19am    
thanks :)

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