dcpanda80 / ci-factory

Automatically exported from code.google.com/p/ci-factory
0 stars 0 forks source link

Configure the Dashbaord to be ASP.NET 2.0 #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On 3/8/07, Peter DeGuzman <paolodm@gmail.com> wrote:

    Hello-

    Been trying to install CI Factory--great tool! However, I am having
    problems with the post install. I get this error when I go to the
    http://localhost/Project. Any help would be appreciated. Here is the
    error message:

    Configuration Error
    Description: An error occurred during the processing of a
    configuration file required to service this request. Please review the
    specific error details below and modify your configuration file
    appropriately.

    Parser Error Message: The format of the file
    'ThoughtWorks.CruiseControl.WebDashboard' is invalid.

    Source Error:

    Line 11:                                different extension so that
people can add their own
    ASP.NET pages if they want to, but we should make sure in that case to
    change how
    Line 12:                                URLs are created -->
    Line 13:                        <add verb="*" path="*.aspx"

type="ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler,ThoughtWork
s.CruiseControl.WebDashboard"/
    >
    Line 14:                        <add verb="*" path="*.xml"

type="ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler,ThoughtWork
s.CruiseControl.WebDashboard"/
    >
    Line 15:                </httpHandlers>

    Source File: C:\Projects\CaseworkLIMS3\Current\Build\dashboard
    \web.config    Line: 13

    Assembly Load Trace: The following information can be helpful to
    determine why the assembly 'ThoughtWorks.CruiseControl.WebDashboard'
    could not be loaded.

Original issue reported on code.google.com by jay.flowers@gmail.com on 8 Mar 2007 at 6:39

GoogleCodeExporter commented 9 years ago
First guess is IIS is set to ASP.NET 1.1

Original comment by jay.flowers@gmail.com on 8 Mar 2007 at 6:39

GoogleCodeExporter commented 9 years ago
Build 0.8.0.39
Revision 264
Added call to aspnet_regiis to insure that the CCNet dashboard is running in 
ASP.Net 2.0.

Original comment by jay.flowers@gmail.com on 9 Mar 2007 at 9:58

GoogleCodeExporter commented 9 years ago

Original comment by jay.flowers@gmail.com on 9 Mar 2007 at 10:59