DotNetShoutout - Stories tagged with Deployment
4
Shouts

Getting the MVC3 assemblies as part of your Windows Azure deployment - Shawn Cicoria

published 765 days, 15 hours, 54 minutes ago posted by NickolayNickolay 766 days, 7 hours, 41 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 8:19:09 PM GMT
There have been several techniques that have been posted on getting the MVC3 reference assemblies deployed as part of your Windows Azure Solution. http://blog.smarx.com/posts/asp-net-mvc-in-windows-azure This is something I learned today is in Visual Studio 2010 SP1. If you open up the context menu for the project, you’ll see “Add Deployable Dependencies”. When you select the parts you need it adds the bindeployableAssemblies to the project and a copy. With Vs2010 SP1, the build targets have been up... (more)
category: Architecture | clicked: 2 | comment | | source: blogs.msdn.com
tags: MVC3, Windows Azure, Deployment
9
Shouts

HowTo: Setup of WebDeploy / MSDeploy - Code Inside Team

published 775 days, 15 hours, 28 minutes ago posted by iftekharahmedamitiftekharahmedamit 778 days, 6 hours, 14 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:45:56 PM GMT
A long time ago I’ve already spoken about MSDeploy. It was about how to integrate MSDeploy into your Building process. But I haven’t talked a lot about server configuration. That’s what I’m going to change today because sometimes MSDeploy or WebDeploy is used to be a little bit bitchy So how to configurate MSDeploy/WebDeploy? Basics I assume that you have IIS7 or better. Here it’s not difficult to install the Web D... (more)
category: How To | clicked: 10 | 1 comment | | source: code-inside.de
tags: MSDeploy, Deploying, Deployment, WebDeploy, Deploy
5
Shouts

Installing a Production Server for ASP.NET MVC 2 – Part 2 - Gil Fink on .Net

published 807 days, 4 hours, 59 minutes ago posted by gilfgilf 812 days, 19 hours, 46 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Tuesday, March 01, 2011 8:13:22 AM GMT
A few days ago I helped a client to solve a problem they had when they deployed an ASP.NET MVC 2 application. In a previous post I wrote about how you can install a production server in order to run ASP.NET MVC 2 application. The client team have installed the server according to the AspNetMVC2 MSI installer section (in my post) and then they used Phil Haack’s IIS6 Extension-less URLs solut... (more)
category: How To | clicked: 2 | comment | | source: blogs.microsoft.co.il
tags: Deployment, Server, ASP.NET MVC 2
3
Shouts

Running ASP.NET MVC Under IIS 6.0 and IIS 7.0 Classic Mode : Solution to Routing Problem

published 814 days, 17 hours, 20 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 815 days, 18 hours, 6 minutes ago
Sunday, February 27, 2011 10:39:55 AM GMT Saturday, February 26, 2011 9:54:10 AM GMT
In this blog post, we will see how to run ASP.NET MVC application under IIS 6.0 and IIS 7.0 classic mode with some configurations on IIS and Global.asax file... (more)
category: Web Dev | clicked: 1 | comment | | source: tugberkugurlu.com
tags: IIS 6.0, ASP.NET MVC, global.asax, Deploying, Deployment, IIS 7.0, ASP.NET
4
Shouts

Deployment of ASP.Net MVC 3 RC 2 Application on a Shared Hosting Environment Without Begging The Hosting Company

published 821 days, 5 hours, 55 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 823 days, 17 hours, 13 minutes ago
Sunday, February 20, 2011 10:04:43 PM GMT Friday, February 18, 2011 10:47:07 AM GMT
After the release of ASP.Net MVC RC 2, we are now waiting for the RTM release but some of us wanna use RC 2 already... But how to deploy it on a shared hosting acount is the mind-exploding problem... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: tugberkugurlu.com
tags: ASP.NET MVC 3, ASP.NET MVC, Deployment
3
Shouts

Automated database releases with TeamCity and Red Gate

published 833 days, 3 hours, 56 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 833 days, 20 hours, 29 minutes ago
Wednesday, February 09, 2011 12:03:31 AM GMT Tuesday, February 08, 2011 7:30:48 AM GMT
Databases have long been the poor cousin of the application tier when it comes to many of the processes we take for granted in the .NET world. Source control management, for example, is near ubiquitous for application files and there are several excellent VCS products which make versioning a breeze. Continuous integration is another practice which although not as common, is still frequently present in a robust application lifecycle. Of course the problem is that database objects don’t exist as simple fi... (more)
category: Agile | clicked: 2 | comment | | source: www.troyhunt.com
tags: Deployment, Database, Continuous Integration
5
Shouts

Installing a Production Server for ASP.NET MVC 2 - Gil Fink on .Net

published 883 days, 9 hours, 40 minutes ago posted by gilfgilf 885 days, 15 hours, 11 minutes ago
Monday, December 20, 2010 6:20:11 PM GMT Saturday, December 18, 2010 12:49:03 PM GMT
Two days ago I was asked to help with a production server installation. In the customer environment they built an ASP.NET MVC 2 application which they wanted to deploy. I found a very excellent post that Jon Galloway wrote about this subject and used it in at customer. In the post I’ll summarize some of the options that I used when we installed the production server for ASP.NET MVC 2. (more)
category: Web Dev | clicked: 2 | 5 comments | | source: blogs.microsoft.co.il
tags: Deployment, Server, ASP.NET MVC 2
9
Shouts

Continuous Integration Tip #2 – Using App_offline.htm in your build

published 964 days, 23 hours, 5 minutes ago posted by http://www.google.com/profiles/dougrathbonehttp://www.google.com/profiles/dougrathbone 966 days, 16 hours, 23 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Tuesday, September 28, 2010 11:37:11 AM GMT
Deploying in an automated fashion using Continuous Integration doesn’t happen instantly, and depending on the size of your application, your continuous integration deployment can get caught in a state of unknown/in-between if a user visits your application half way through deployment. This can be far from optimal, but ASP.Net has a trick up it’s sleave in the form of the App_offline.htm file. (more)
category: Web Dev | clicked: 2 | comment | | source: www.diaryofaninja.com
tags: Automated Build, Deployment, Continuous Integration, ASP.NET
11
Shouts

Deployment Guide: How to Configure a Machine to Host a 3-tier LightSwitch Beta 1 Application - Beth Massi

published 966 days, 9 hours, 17 minutes ago posted by jantujantu 968 days, 10 hours, 42 minutes ago
Tuesday, September 28, 2010 6:42:30 PM GMT Sunday, September 26, 2010 5:18:11 PM GMT
A lot of people have been asking in the forums about how to deploy a LightSwitch application and there are some really great tutorials out there like: Deploy and Update a LightSwitch (Beta 1) 3-tier Application There’s also a lot of information in the official documentation on Deployment: * Deploying LightSwitch Applications * How to: Deploy a LightSwitch Application * How to: Change the Deployment Topology and Application Type (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Deployment, article, DevCenter, LightSwitch
4
Shouts

Continuous Integration Tip #1 – FTP Deployment

published 971 days, 9 hours, 11 minutes ago posted by http://www.google.com/profiles/dougrathbonehttp://www.google.com/profiles/dougrathbone 973 days, 16 hours, 8 minutes ago
Thursday, September 23, 2010 6:48:59 PM GMT Tuesday, September 21, 2010 11:52:14 AM GMT
Having a good Continuous Integration setup can be one of the highlights of any developers daily grind. Regardless, it can be seen as almost pointless if your automated deployment setup still needs a physical person to upload the files to your server if it is offsite. Adding FTP/SFTP to your CI process is the solution to this. (more)
category: Web Dev | clicked: 0 | comment | | source: www.diaryofaninja.com
tags: Automation, Deployment, FTP, Continuous Integration
3
Shouts

The assembly from form template conflicts with a same named assembly in form template

posted by PraveenPraveen 979 days, 17 hours, 23 minutes ago
Wednesday, September 15, 2010 10:36:59 AM GMT
This is the exception which was coming when I tried to deploy the infopath forms to SharePoint environment. This is the background of the problem. I have infopath project created in visual studio and infopath has 3 views. According to my requirement I have to publish each view as a single infopath form. So totally 3 infopath forms as output. The infopath form has form code in c#. So, we have to deploy dll as well. But, as one ver... (more)
category: Architecture | clicked: 1 | comment | | source: praveenbattula.blogspot.com
tags: Deployment, Infopath, Sharepoint
2
Shouts

Creating a fully scalable and redundant web apps with VWG version 6.4 on Vimeo

published 1065 days, 13 hours, 31 minutes ago posted by webguiwebgui 1066 days, 17 hours, 2 minutes ago
Monday, June 21, 2010 2:28:30 PM GMT Sunday, June 20, 2010 10:57:22 AM GMT
The webcast explores the ability to create a light weighted application, no matter how large or complex with unlimited scalability and redundancy support with VWG. It will explore the new tools and concepts which are making this capability possible. (more)
category: Web Dev | clicked: 0 | comment | | source: vimeo.com
tags: Programming, developers, Deployment, Web, redundancy, IT, Ajax, applications, Scalability, apps, servers, Software, Frameworks, ASP.NET, platform
3
Shouts

Xml Document Transforms (XDT) for any XML file in your project - Vishal Joshi

published 1107 days, 16 hours, 59 minutes ago posted by iftekharahmedamitiftekharahmedamit 1108 days, 13 hours, 19 minutes ago
Monday, May 10, 2010 11:01:12 AM GMT Sunday, May 09, 2010 2:41:03 PM GMT
There have been several requests floating around to be able to use XDTs (the technology behind Web.Debug.Config/Web.Release.Config) with other XML files within the project…  To make that feasible I wrote a XmlDocumentTransform.targets  file which can generically transform any XML file using the standard Web.Config Transformation syntax introduced with VS 2010… Learn more about XDT & Web.Config Transformation here… Now to get started first download XmlDocumentTransform.targets file from my Skydive… F... (more)
category: How To | clicked: 0 | comment | | source: vishaljoshi.blogspot.com
tags: Web Deployment Tool, VS, XML, Deployment, Visual Studio 2010, Visual Studio, VS 2010, VS2010