Showing results for .NET - .NET Blog

Oct 9, 2013
Post comments count0
Post likes count0

Enable and monitor ASP.NET App Suspend on Windows Server 2012 R2

Web Development Tools Microsoft
Web Development Tools Microsoft

This post describes how to enable and monitor ASP.NET App Suspend on Windows Server 2012 R2. It was written by Rich Lander, a Program Manager on the .NET team. ASP.NET App Suspend is a big new feature in the .NET Framework 4.5.1. You can read an overview of ASP.NET App Suspend (including a demonstration video) over on the .NET blog. ASP.NET Ap...

ASP.NET
Sep 30, 2013
Post comments count0
Post likes count0

OWIN Middleware in the IIS integrated pipeline & StageMarkers

.NET Team
.NET Team

Although OWIN middleware components are primarily designed to run on an OWIN pipeline, it can run on IIS as well. Similar to how HttpModules can subscribe to a specific IIS integrated pipeline event, an OWIN middleware can be subscribed to run at a specific IIS integrated pipeline event. Check out OWIN Middleware in the IIS integrated pipeline to k...

ASP.NET
Sep 22, 2013
Post comments count0
Post likes count0

Web Publish how to automate multi-project publish with file system

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

The other day I received an email from a customer with a question which I’ve summarized as below. I have a solution containing multiple web projects. One of the projects, _RootSite, is the top level website which I want to publish. It’s an MVC project. I also have other web projects in the same solution. These other projects are apps themselves...

ASP.NET
Jul 19, 2013
Post comments count0
Post likes count0

Writing Web API Client Code for Multiple Platforms Using Portable Libraries

Ian_Hong
Ian_Hong

The Microsoft ASP.NET Web API Client Libraries make it easy to write .NET clients that interact with RESTful HTTP services. Unfortunately, until recently the Web API client libraries did not support all platforms. Because of this limitation, developers had to maintain different code, depending on the target platform. The new release of Microsoft A...

ASP.NET
Aug 22, 2012
Post comments count0
Post likes count0

Web Deploy (MSDeploy) how to sync a folder

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

Today I saw the following question on StackOverflow MSDeploy - Deploying Contents of a Folder to a Remote IIS Server and decided to write this post to answer the question. Web Deploy (aka MSDeploy) uses a provider model and there are a good number of providers available out of the box. To give you an example of some of the providers; when syncing ...

ASP.NET
Aug 6, 2012
Post comments count0
Post likes count0

Plans regarding Website projects and Web Deployment Projects

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

The release of Visual Studio 2012 is right around the corner. If you’ve been following our blog/twitter then you may know that many of the Web related components of Visual Studio are now“out-of-band”, meaning that we can update them independently of Visual Studio itself. Because of this we are planning to ship updates a few times a year. We are cur...

ASP.NET
Jun 15, 2012
Post comments count0
Post likes count0

Visual Studio 2010 Web Publish Updates

Web Development Tools Microsoft
Web Development Tools Microsoft

Last week we rolled out some updates for our Visual Studio 2010 Web Publishing Experience. This post will give you an overview of the new features which we released. In the coming weeks there will be more posts getting into more details regarding individual features. You can get these updates in the Windows Azure SDK for Visual Studio 2010. When ...

ASP.NET
Nov 17, 2010
Post comments count0
Post likes count0

XDT (web.config) Transforms in non-web projects

Web Development Tools Microsoft
Web Development Tools Microsoft

One of the really cool features that we shipped for Visual Studio 2010 was web.config (XDT) transformations. Because the transformations are so simple and straightforward one of the first questions that someone asks after using it is “how can I use this in my other projects?” Unfortunately this feature is only built into the Web Application Project...

ASP.NET
Apr 13, 2010
Post comments count0
Post likes count0

Visual Studio 2010 MVC 2 Upgrade Wizard

Web Development Tools Microsoft
Web Development Tools Microsoft

Prior to the RTM release of Visual Studio 2010, the only way to upgrade an ASP.Net MVC 1 application to ASP.Net MVC 2 was to use Eilon Lipton’s tool. With the release of Visual Studio 2010 you will now be able to open your MVC 1 projects in Visual Studio 2010 and upgrade them to ASP.Net MVC 2 projects. Also, you can upgrade the target framework of ...

ASP.NET
Mar 5, 2010
Post comments count0
Post likes count0

Free Sandbox Hosting for Visual Studio 2010 RC and ASP.NET 4.0 RC from ORCS Web

Web Development Tools Microsoft
Web Development Tools Microsoft

ORCS Web has updated their Hosting Sandbox for Visual Studio 2010 RC and ASP.NET 4.0 RC.http://vs2010host.comTo learn more about the new Web Deployment features in Visual Studio 2010 check out this Step by Step Walkthrough on Web 1-Click Publish with VS 2010To provide feedback on the RC please visit the Visual Studio Connect site.  You can als...

ASP.NET