Deploying Crystal Report Intranet Web Application Using MSBuild
page 1 of 3
Published: 02 Mar 2006
Unedited - Community Contributed
Abstract
An article discussing how to deploy a Crystal web intranet application to a Dev/Testing and Production environment, using MSBuild.
by Eric Landes
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 18384/ 13

Introduction

Visual Studio 2005 introduces the MSBuild tool for compiling and building your applications.  Before Visual Studio 2005, the build tools were bundled within Visual Studio as a proprietary application.  Those of us who utilized build processes outside of an IDE were forced to use tools like Makefile and NAnt.  While tools like NAnt are being upgraded for .Net 2.0, with the advent of MSBuild, all you need now is the .Net framework.  No additional downloads are necessary.

For the last 8 years, I have worked in corporate environments as an Intranet developer.  Most of these environments included a Development, Quality Assurance, or Testing environment and a Production environment.  For anyone in an environment like this, an automated build process for your application is essential. 

The automated build process assures consistency for testing custom applications.  By always having a process that builds your application the same way every time, changes are caught, files get copied to the same directory every time, and things like unit tests and documentation can be run.

To consistently make sure that you put the build process into each application, make sure to have "Creating the Build Process" or something similar as a task in your project plan.  Making that task part of your project plan ensures consistent builds across your environments.  You are also forced to make deliberate changes (for instance, adding a new dll to the gac, and other tasks that affect the server environment).

In this article, I wanted to show how to deploy your Crystal Report application to a different environment that might not have Visual Studio 2005 installed. 

System Requirements

.Net Framework 2.0 and an editor (I use Visual Studio 2005)


View Entire Article

User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 



Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-19 10:44:33 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search