Stories recently tagged with 'Deployment'

Windows Azure 1.5 Tools Local Deployment Hangs(kilsek.com)

submitted by kilsekdddkilsekddd(15) 7 months, 20 days ago

TLDR: Unable to deploy after 1.5 update, removed "net.tcp *:808" binding from Default Web Site in IIS Manager. read more...

add a comment |category: |Views: 1

tags: another

Automatic web deployment from TFS build(softscenario.blogspot.com)

submitted by snaitssnaits(197) 8 months, 12 days ago

A walkthrough of how to set up a web application for automatic deployment through TFS 2010 build server. read more...

1 comment |category: |Views: 105

tags: another

Collection of VS2010 Web Deployment posts(vishaljoshi.blogspot.com)

submitted by JemmJemm(9604) 2 years ago

"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…" read more...

add a comment |category: |Views: 12

tags: another

Problem deploying a solution package on a SharePoint 2007 farm?(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 3 months ago

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 right. read more...

add a comment |category: |Views: 5

tags: another

Top 10 Best Practices for Production ASP.NET Applications(daptivate.com)

submitted by kbeyerkbeyer(445) 4 years, 3 months ago

A list of some things to pay attention to when dealing with production ASP.NET applications. read more...

1 comment |category: |Views: 175

tags: another

VS 2008 Web Deployment Project Support Released(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 3 months ago

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. read more...

1 comment |category: |Views: 91

tags: another

Extending MSBuild(simple-talk.com)

submitted by powerrushpowerrush(3873) 4 years, 5 months ago

"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." read more...

add a comment |category: |Views: 17

tags: another

Web Application Project 2008 still not working with new Web Deployment(undocnet.blogspot.com)

submitted by DancoeDancoe(100) 4 years, 5 months ago

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! read more...

add a comment |category: |Views: 44

tags: another

Avoid OS reboot prompt when installing the .NET Framework 3.5 on Vista(blogs.msdn.com)

submitted by powerrushpowerrush(3873) 4 years, 5 months ago

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?" read more...

3 comments |category: |Views: 6

tags: another

ClickOnce and Terminal Services(codeassassin.com)

submitted by jburgerjburger(815) 4 years, 11 months ago

Jason Stangroome bumps into an interesting scenario involving ClickOnce deployments and Terminal Services which causes the deployed application to fail to load. read more...

add a comment |category: |Views: 278

tags: another

Free License for the Dispatch Deployment Tool(wijix.com)

submitted by pjacobspjacobs(375) 5 years ago

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. read more...

add a comment |category: |Views: 9

tags: another

ASP.NET Deploymen t Tool v1.9 released(andreas-kraus.net)

submitted by reteepreteep(739) 5 years, 5 months ago

Fast and easy deployment, including FTP and network transfer. (free!) read more...

1 comment |category: |Views: 3

tags: another

ASP.NET 2.0 Deployment: Some Common Considerations(geekswithblogs.net)

submitted by joycscjoycsc(1597) 5 years, 5 months ago

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. read more...

add a comment |category: |Views: 6

tags: another

Deploying Windows Applications (en.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 5 months ago

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 deployment is not really useful. For that situation, you have two options: you can use ClickOnce deployment, or you can install the application with the Microsoft installer. With ClickOnce deployment the application is installed by clicking a link to a Website. In situations where the user should select a directory to install the application into, or when some Registry entries are required, the Windows Installer is the deployment option to use. ...covers both options for installing Windows applications. In particular, you will look at: Deployment basics, ClickOnce deployment, Visual Studio Deployment and Setup Project types, Features of the Windows Installer. Creating Windows Installer Packages using Visual Studio 2005. read more...

add a comment |category: |Views: 11

tags: another

ASP.NET Project Source Code Removal(thinkersroom.com)

submitted by GandalfGandalf(465) 5 years, 6 months ago

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! read more...

add a comment |category: |Views: 12

tags: another

Tips/Tricks and LINQ Slides+Demos from Scott Guthrie's Talk in Dallas(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 6 months ago

This talk covers ASP.NET UI, AJAX, Caching and Deployment Tips and Tricks, and Visual Studio 2005 tips/tricks. read more...

add a comment |category: |Views: 18

tags: another