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.
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.
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
12 Posts
Publish a website in localhost visual studio 2012
Apr 02, 2014 12:50 PM|araad1992|LINK
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 :)
asp.net publish vs2012 VisualStudio2012
Member
465 Points
306 Posts
Re: Publish a website in localhost visual studio 2012
Apr 02, 2014 02:07 PM|asif iqbal|LINK
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
asp.net publish vs2012 VisualStudio2012
- Asif
All-Star
32817 Points
3815 Posts
Re: Publish a website in localhost visual studio 2012
Apr 02, 2014 10:47 PM|Angie xu - MSFT|LINK
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
asp.net publish vs2012 VisualStudio2012
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
510 Points
184 Posts
Re: Publish a website in localhost visual studio 2012
Apr 03, 2014 02:28 AM|sudhalaksh|LINK
Hi,
Check the below link:
http://www.dotnetgallery.com/kb/resource7-Deploying-aspnet-applications-on-IIS-web-server.aspx
Thanks,
asp.net publish vs2012 VisualStudio2012