By tag: Deployment
0
kicks
Windows Azure 1.5 Tools Local Deployment Hangs
TLDR: Unable to deploy after 1.5 update, removed "net.tcp *:808" binding from Default Web Site in IIS Manager.
0
kicks
Automatic web deployment from TFS build
A walkthrough of how to set up a web application for automatic deployment through TFS 2010 build server.
0
kicks
Collection of VS2010 Web Deployment posts
"In past few months I and my team have written several blog posts on VS 2010 Web Deployment features… In VS 2010 there was a lot of investment made in Web Deployment and over next few months we will be writing more on the subject…"
0
kicks
Problem deploying a solution package on a SharePoint 2007 farm?
You have a WSP and you are trying to deploy it inside the farm and it doesn't work. You hate it. You try to look in the Event Viewer, SharePoint logs, etc.
Before you event start looking around everywhere, be sure to know that when you are adding/deploying a solution package you need some specify...
0
kicks
Top 10 Best Practices for Production ASP.NET Applications
A list of some things to pay attention to when dealing with production ASP.NET applications.
0
kicks
VS 2008 Web Deployment Project Support Released
Web Deployment projects can be used with either the "ASP.NET Web Site" or "ASP.NET Web Application Project" options built-into VS 2008, and provide a few additional build, packaging and deployment options for you to use.
0
kicks
Extending MSBuild
"Visual Studio project files, i.e. .csproj and .vbproj files, _ARE_ MSBuild scripts. When Visual Studio 2005 builds a project it actually calls MSBuild.exe and passes it the project file."
0
kicks
Web Application Project 2008 still not working with new Web Deployment
As from my first post, the web application project didnt work with the web deployment project in 2005, and after the release of the web deployment project for visual studio 2008 it is still not working!
0
kicks
Avoid OS reboot prompt when installing the .NET Framework 3.5 on Vista
User Comment: "If I read this right, this is a catasrophe, isn't it? No one can safely deploy the 3.5 framework with their applications without adding this custom code to their installer?"
0
kicks
ClickOnce and Terminal Services
Jason Stangroome bumps into an interesting scenario involving ClickOnce deployments and Terminal Services which causes the deployed application to fail to load.
0
kicks
Free License for the Dispatch Deployment Tool
This is a web deployment tool similar to UnleashIt or West Winds web site configuration tool. Bobby DeRosa has kicked it up a notch by integrating it into Visual Studio. Get your FREE copy before he decides to stop giving it away when it becomes a new product.
0
kicks
ASP.NET Deploymen t Tool v1.9 released
Fast and easy deployment, including FTP and network transfer. (free!)
0
kicks
ASP.NET 2.0 Deployment: Some Common Considerations
Some very common issues while depolying ASP.NET 2.0 project, where developers got confused, as it is pretty different from ASP.NET 1.x ages. Here I tried to clearify these confusions in detail.
0
kicks
Deploying Windows Applications
Learn the several ways to install Windows applications including ClickOnce and the the Microsoft installer. Excerpt: There are several ways to install Windows applications. Simple applications can be installed with a simple xcopy deployment, but for installation to hundreds of clients, an xcopy depl...
0
kicks
ASP.NET Project Source Code Removal
Every needed to quickly remove all your source code (intellectual property) from an asp.net project prior to deployment? This utility (with fully documented source code) is just the thing for you!