Showing results for Web Deployment Tool - .NET Blog

Aug 27, 2018
1
0

ASP.NET Core 2.2.0-preview1: Endpoint Routing

Glenn Condron [MSFT]
Glenn Condron [MSFT]

Endpoint Routing in 2.2 What is it? We're making a big investment in routing starting in 2.2 to make it interoperate more seamlessly with middleware. For 2.2 this will start with us making a few changes to the routing model, and adding some minor features. In 3.0 the plan is to introduce a model where routing and middleware operate together natur...

ASP.NETASP.NET Core
Jul 15, 2015
0

New version of ASP.NET Merge Tool

Matt FJH
Matt FJH

The ASP.NET Merge tool (Aspnet_merge.exe) enables you to combine and manage the assemblies that are created by the ASP.NET compilation tool (Aspnet_compiler.exe). It was built on top of a Microsoft Research project, ILMerge, through which Aspnet_merge.exe does IL code merge.   What problem does this new version fix? The first version of thi...

ASP.NET
Jan 14, 2014
0
0

Scaffolding ADO.NET Entity Data Model Designer-based-models

Ian_Hong
Ian_Hong

The ADO.NET Entity Data Model Designer (Entity Designer) is a GUI tool for editing Entity Framework models. You can use the Entity Designer to visually create and modify entities, associations, mappings, and inheritance relationships. You can also use the tool to validate the model. When you build the Entity Framework models, Entity Designer in V...

ASP.NET
Oct 29, 2013
0
0

Web publishing updates for app offline and usechecksum

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In Visual Studio 2013 we have added a couple of small features for web publishing that I’d like to share with you. Those updates are; how to take your app offline during publishing and how you can update the default file compare option. App offline support In Visual Studio when you publish your web application we do not force the remote app to be...

ASP.NET
Jun 14, 2012
0
0

VS Publish dialog Update Database dialog disabled

Web Development Tools Microsoft
Web Development Tools Microsoft

If you have tried out our new Web Publish experience in Visual Studio you may have noticed that the Update Database checkbox is disabled. See the image below. The intended behavior of this checkbox is to enable you to incrementally publish your database schema from the source (the connection string in web.config) to the destination (whatever con...

ASP.NET
Jan 8, 2011
0
0

Video on Web Deployment using Visual Studio 2010 and MSDeploy

Web Development Tools Microsoft
Web Development Tools Microsoft

Back in November I participated in Virtual Tech Days which is an online conference presented by Microsoft. In the session I discussed the enhancements to web deployment using Visual Studio 2010 and MSDeploy. Some of the topics which I covered includ: You can download the video & all of my sample files at http:...

ASP.NET
Nov 3, 2010
0
0

Web Deploy: How to see the command executed in Visual Studio during publish

Web Development Tools Microsoft
Web Development Tools Microsoft

I just saw a post on Twitter asking the question    Is there any easy way to see the underlying MSBuild command when building in VS2010? Want to see the MSDeploy params. @wdeploy?One thing to know is that when you publish from Visual Studio, by default we use the MSDeploy (AKA Web Deployment Tool) Object Model in order...

ASP.NET