Deployment continues to get easier, but there's still a few gotchas here and there. Check out these choice articles for you deployment questions.
- Web Deployment Projects - Fritz Onion's most excellent article on Web Deployment Projects. He goes into great detail and also explains the new pluggable configuration files feature.
- MSDN on ASP.NET Deployment - Includes walkthroughs on how to deploy and ASP.NET application via XCOPY.
- Compilation and Deployment in ASP.NET 2.0 - Good article by Rick Strahl explaining the Web Site model.
- Video: Configuring, Building and Deploying a Web Site - In this lesson, you will see what is required to make your ASP.NET applications available to everyone.
- Microsoft Web Deployment Tool Technical Preview 1: The IIS team recently posted the first preview of a new Microsoft Web Deployment tool. This tool works with both IIS6 and IIS7 and enables automated deployment, synchronization, and migrating of applications on web servers. If you are looking for a great way to automate the deployment of your ASP.NET applications then this tool is definitely one to check out. To learn more, read the walkthroughs at the bottom of this page (in particular the "Introduction to MS Deploy" one). This tool is awesome and should make automated deployment much easier.
- Visual Studio 2008 Web deployment project. version supports all the features of VS 2005 and also add support for Easily migrating Visual studio 2005 Web Deployment Projects to Visual studio 2008 Web Deployment Project. It also supports the functionality to replace output only if the build for web deployment succeed and supports both IIS 6.0 and IIS 7.0
- Before Visual studio 2008 Microsoft released Visual studio 2005 web deployment projects. The detail of the Visual Studio 2005 Web deployment projects can be found here.
Enjoy!
Revision number 4, Monday, February 04, 2008 8:00:00 AM by rtpharry
You must Login to comment.
|
Mon, Feb 18, 2008 11:35 PM
by dotservant
|
Great list of articles, does help me a lot in my current project. Thanks a lot.
|
|
Thu, Mar 6, 2008 6:16 AM
by vorlosha
|
It would be great if someone would explain issues of deployment not just on Web site. But into IIS.
And not just Windows Vista IIS (which is comprehesive without explanation) but to Windows Server 2005 IIS.
|
|
Wed, Jul 23, 2008 6:04 AM
by IsrarAli
|
well i can also search so many articles
|
|
Sat, Oct 18, 2008 8:36 AM
by anonymouswrites
|
Thanks for the help
|
|
Tue, Jun 2, 2009 11:14 AM
by gsudhesh
|
thanks a lot
|
Revision #5
Wed, Jun 17, 2009 9:15 AM
by ulu
|
Testing of ASP.NET Applications
This page is dedicated to collecting resources related to testing of ASP.NET applications. There are a number of tools and techniques available for testing ASP.NET applications. WatiN is a managed code wrapper around the Internet Explorer browser object an
|
Revision #3
Tue, Feb 12, 2008 1:02 PM
by jeff@zina.com
|
Application Offline
App_Offline.htm ASP.NET 2.0 introduced the ability to take an application offline simply by adding a file named App_Offline.htm to the application root folder. ASP.NET checks for the presence of this file and, if it exists, stops the app-domain so the application
|
Revision #2
Fri, Sep 19, 2008 10:23 PM
by mbanavige
|
Change default Port for the ASP.NET Development Server
When you use the ASP.NET Development Server to run a file-system Web site, by default, the Web server is invoked on a randomly selected port for localhost. For example, if you are testing a page called Default.aspx, when you run the pageusing the built-in
|
New
Mon, Feb 4, 2008 8:00 AM
by shanselman
|
Hosting ISPs
There's a number of different ways to get your application up to your Hosting Provider, depending on what kind of access they've given you. ASP.NET 2.0 Options for Packaging and Deploying Web Apps Web Application Projects & Web Deployment Projects (Video
|
New
Mon, Feb 4, 2008 8:00 AM
by shanselman
|
Building with MSBUILD
Here's a few good places to start with MSBUILD, the new XML-based makefile system built into .NET. Basic Introduction to MSBUILD MSBUILD MSDN Reference MSBuild Team Blog MSBUILD will build Project Files and Solutions, but as an ASP.NET developer you might
|
New
Mon, Feb 4, 2008 8:00 AM
by
|
Building with MSBUILD
Here's a few good places to start with MSBUILD, the new XML-based makefile system built into .NET. Basic Introduction to MSBUILD MSBUILD MSDN Reference MSBuild Team Blog MSBUILD will build Project Files and Solutions, but as an ASP.NET developer you might
|
Revision #3
Mon, Feb 4, 2008 8:00 AM
by
|
Administration Tools
ASP.NET 2.0 introduced the Web Site Administration Tool, as well as some command line tools you'll want to know how to use. Web Site Administration Tool Overview Expression Web and the ASP.NET Web Admin Tool-Here's how the Admin Tool and Expression
|
Revision #15
Sun, Nov 23, 2008 8:37 PM
by
|
Architecture
MSDN has an excellent section on Architecting ASP.NET Applications. patterns & practices' Web Client Software Factory on CodePlex!- This factory will provide comprehensive architecture guidance to help customers build web solutions using the Microsoft
|