Showing results for VS10 - .NET Blog

Jun 16, 2009
Post comments count0
Post likes count0

Changes to the Publish dialog in web application project system in Visual Studio 2010

Web Development Tools Microsoft
Web Development Tools Microsoft

This blog explains some modification we made to the publish dialog in the web application project system, mainly to accommodate new web deployment tools from IIS team (aka “MsDeploy”). Changes are summarized as following: 1. Persist your publish settings through creating and managing publish profiles 2. Provide a “publish method” combo box for yo...

ASP.NET
Jun 5, 2009
Post comments count0
Post likes count0

Basic Microsoft Web Deployment Tool Setup For Visual Studio 2010

Web Development Tools Microsoft
Web Development Tools Microsoft

In this blog post I will explain how to get and install the Microsoft Web Deployment Tool, so you can share created packages with others and how to setup a Windows 2008 Server to allow packages to be deployed from Visual Studio 2010 Beta 1. Visual Studio 2010 Beta 1 ships with and installs Microsoft’s Web Deployment Tool as part of the Visual Web D...

ASP.NET
Jun 1, 2009
Post comments count0
Post likes count0

Free Web Hosting to try ASP.NET 4 Beta1, VS 2010 Beta1 and MS Web Deployment Tool RC1

Web Development Tools Microsoft
Web Development Tools Microsoft

Today we are announcing the availability of FREE HOSTING accounts for web developers to try out the new feature sets of Visual Studio 2010 Beta1, ASP.NET 4 Beta1 and Microsoft Web Deployment Tool (MsDeploy) RC1… VS 2010 has great set of features on deploying web applications seamlessly…   One of the key features is the ability to publish...

ASP.NET
May 20, 2009
Post comments count0
Post likes count0

Visual Studio 2010 and ASP.Net 4.0 (Beta1)

Web Development Tools Microsoft
Web Development Tools Microsoft

The public release of Visual Studio 2010 Beta 1 is now available and can be downloaded here. This is one of the most compelling updates to Visual Studio we’ve seen in years.  The entire IDE has been refreshed with a new look and all the code editors including the HTML and ASPX editors have replaced with a new extensible editor based on WPF....

ASP.NET
May 5, 2009
Post comments count1
Post likes count0

Web Deployment: Web.Config Transformation

Web Development Tools Microsoft
Web Development Tools Microsoft

We have earlier discussed about Web Deployment and Web Packaging quite a bit, today I wanted to dive into web.config transformation. If you would like to check out the other topics please read through the earlier blog posts below: Usually web applications go through a chain of server deployments before being finally being deploy...

ASP.NET
Mar 16, 2009
Post comments count0
Post likes count0

Web Packaging: Installing Web Packages using Command Line

Web Development Tools Microsoft
Web Development Tools Microsoft

Today I want to advance our discussions around Web Deployment in Visual Studio 10…  To catch up on the previous discussions in this series check out: VS 10 will create Web Packages for you based on your settings in the “Publish” tab of the Web Application Projects (WAPs) property pages.  In the Publis...

ASP.NET
Mar 10, 2009
Post comments count0
Post likes count0

How does Web Deployment with VS10 and MSDeploy Work?

Web Development Tools Microsoft
Web Development Tools Microsoft

Web Deployment has taken a huge stride in Visual Studio 2010.   I have started a blog series where I have written about web deployment, you can read more about them below: Destination Well the concepts of source and destination are pretty simple but the reason why they are so interesting ...

ASP.NET
Feb 24, 2009
Post comments count0
Post likes count0

Web Packaging: Creating web packages using MSBuild

Web Development Tools Microsoft
Web Development Tools Microsoft

This post is next in the series of VS 2010 articles that we have been putting together to dive into the Web Deployment improvements with VS 2010 and IIS.  I would recommend reading the the preceding posts to get an overview of all the scenarios supported: In this post I will cover web package creation using MSBuild command line.  M...

ASP.NET
Feb 8, 2009
Post comments count0
Post likes count0

Web Packaging: Creating a Web Package using VS 2010

Web Development Tools Microsoft
Web Development Tools Microsoft

In the earlier post I highlighted various investments that we are making in Visual Studio 2010 and IIS to make Web Deployment easier.  You can read that post below: Deploying a web project with all its correct dependencies is not a trivial task. Some of the assets which need to be considered during deployment are: ...

ASP.NET
Feb 4, 2009
Post comments count0
Post likes count0

Web Deployment with VS 2010 and IIS

Web Development Tools Microsoft
Web Development Tools Microsoft

Today, deploying a web application is not as easy as it should be. Whether you are deploying your web to a shared hosting environment and paying monthly to maintain it OR whether you have a web server/s managed by your enterprise, there are a lot of manual steps involved in getting your application from point A to point B. If you are deploying you...

ASP.NET