Answered by:
Publish a website in localhost visual studio 2012

Question
-
User-997638215 posted
Hi, friends forum, I have a question for publish a website that have develop in visual studio 2012. How can I publish a website using visual studio 2012. I search tutorial for this and not found any tutorial.
I appreciate your help :)
Wednesday, April 2, 2014 12:50 PM
Answers
-
User422038134 posted
please see the link below.
http://msdn.microsoft.com/en-us/library/dd465337(v=vs.110).aspx
http://www.asp.net/visual-studio/overview/2012/visual-studio-2012-web-publishing-improvements
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, April 2, 2014 2:07 PM -
User-166373564 posted
Hi araad
You can deploy a web project in Visual Studio 2012 by using one-click publish or a deployment package:
-
One-click publish refers to a feature in Visual Studio that lets you deploy directly from the Visual Studio IDE by clicking a button. Visual Studio connects to a destination server, copies project files to it, and performs other deployment tasks.
-
A web deployment package is a .zip file that contains all the information needed for deployment. You create the package from the command line or in Visual Studio, and you install it on the destination server by using the command line or IIS Manager.
For further information: Web Deployment Overview for Visual Studio and ASP.NET
Best regards
Angie Xu
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, April 2, 2014 10:47 PM -
All replies
-
User422038134 posted
please see the link below.
http://msdn.microsoft.com/en-us/library/dd465337(v=vs.110).aspx
http://www.asp.net/visual-studio/overview/2012/visual-studio-2012-web-publishing-improvements
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, April 2, 2014 2:07 PM -
User-166373564 posted
Hi araad
You can deploy a web project in Visual Studio 2012 by using one-click publish or a deployment package:
-
One-click publish refers to a feature in Visual Studio that lets you deploy directly from the Visual Studio IDE by clicking a button. Visual Studio connects to a destination server, copies project files to it, and performs other deployment tasks.
-
A web deployment package is a .zip file that contains all the information needed for deployment. You create the package from the command line or in Visual Studio, and you install it on the destination server by using the command line or IIS Manager.
For further information: Web Deployment Overview for Visual Studio and ASP.NET
Best regards
Angie Xu
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, April 2, 2014 10:47 PM -
-
User1074791864 posted
Hi,
Check the below link:
http://www.dotnetgallery.com/kb/resource7-Deploying-aspnet-applications-on-IIS-web-server.aspx
Thanks,
Thursday, April 3, 2014 2:28 AM