Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8451777
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:19:49+00:00 2026-06-10T11:19:49+00:00

I have a project in ASP.NET MVC 3, the solution file contains 28 projects

  • 0

I have a project in ASP.NET MVC 3, the solution file contains 28 projects in total. This all is in a directory which is configured with tortoise SVN to always get the latest updates from SVN.

I have also installed curisecontrol on my VPS box, where these whole solution exist. I have also created a website in my IIS and everything is in order now.

Can anyone guide me into some tutorials for the following:

  • How to setup curise control web dashboard, so my clients can have look on the builds and its reports

  • How to use MSBuild with Cruise Control in some step by step tuts

  • Any sample build script with following features

  • Email notification on build fail or successful build

  • stop the deployment if build is not successfull and create a build report

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T11:19:51+00:00Added an answer on June 10, 2026 at 11:19 am

    How to use MSBuild with Cruise Control in some step by step tuts
    http://www.codeproject.com/Articles/12985/Practical-NET2-and-C-2-An-introduction-to-MSBuild

    By default, the web dashboard of ccnet displays the result of build without exact error messages. To display the error in web dashboard, go to “C:\Program Files\CruiseControl.NET\webdashboard” and open file “dashboard.config”.

    There, you will find the below code:

    Collapse | Copy Code

    xsl\header.xsl
    xsl\modifications.xsl
    xsl\unittests.xsl
    xsl\MsTestSummary.xsl
    xsl\fxcop-summary.xsl
    xsl\NCoverSummary.xsl
    xsl\SimianSummary.xsl
    xsl\fitnesse.xsl

    Now add this line in the above code:

    Collapse | Copy Code
    xsl\compile-msbuild.xsl
    Therefore the code will become:

    <buildReportBuildPlugin>
        <xslFileNames>
            <xslFile>xsl\header.xsl</xslFile>
            <xslFile>xsl\modifications.xsl</xslFile>
            <xslFile>xsl\compile-msbuild.xsl</xslFile>
            <xslFile>xsl\unittests.xsl</xslFile>
            <xslFile>xsl\MsTestSummary.xsl</xslFile>
            <xslFile>xsl\fxcop-summary.xsl</xslFile>
            <xslFile>xsl\NCoverSummary.xsl</xslFile>
            <xslFile>xsl\SimianSummary.xsl</xslFile>
            <xslFile>xsl\fitnesse.xsl</xslFile>
        </xslFileNames>
    </buildReportBuildPlugin> 
    

    We can also send the email to the user groups if the build fails.

     <workingDirectory>D:\Projects\TheWorks\Applications\ProjectFolder</workingDirectory>
               <buildArgs>ProjectName.msbuild /p:Configuration=Debug</buildArgs>
                <timeout>1800</timeout>
                <!--  30 minutes -->
        <logger>C:\Program Files\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MSBuild.dll
        </logger>
                </msbuild>
                </tasks>
                <publishers>
                    <statistics />
                    <xmllogger />
                    <email from="EMAIL ADDRESS" mailhost="HOSTNAME" 
                    mailhostPassword="PASSWORD" mailhostUsername="USERNAME" 
                    includeDetails="true">
                        <users>
                        <user name="Jitendra Zaa" 
                            address=ilovenagpur@gmail.com 
                            group="AdminGroup" />
                            <user name="Santosh Karemore" 
                            address=santosh.karemore@gmail.com 
                            group="AdminGroup" />
                            <user name="Manoranjan sahoo"
                            address=manoranjan.sahoo@gmail.com 
                            group="AdminGroup" />
                            <user name="Minal Shirsikar" 
                            address="admin@shivasoft.in" group="Emul" />
                        </users>
                        <groups>
                            <group name="Emul" notification="failed" />
                            <group name="AdminGroup" 
                                notification="failed" />
                        </groups>
                    </email>
                </publishers>
            </project>  
    

    The tags are self explanatory.

    There may be following types of notification:

    Failed
    Fixed
    Always

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Our solution file contains many different projects including an ASP.NET MVC web app, a
I have a .NET solution containing two projects: An ASP.NET MVC project, 'Website' A
Hi I have a Visual Studio solution and an ASP.NET MVC project that uses
I have an ASP.NET MVC 3 Solution(C#) Containing multiple projects. There is a services
I have a Solution with several projects in it, including two asp.net mvc projects
I have a question I have a project asp.net mvc which is developed in
In our ASP.NET MVC project we have a Strings.resx file and the accompanying autogenerated
I have asp.net mvc 4 web application project on my server in IIS Directory.
I have an ASP.NET MVC site which is composed of 3 projects in a
I have the following project solution: There is a ASP.NET MVC Web Application where

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.