Hi,
ya.. this is on a different server where iis6.0 is available. i have
installed using the setup exe itself and i have checked the option
"create virtual directory for web dashboard" during installation.
after installation, i am able to see the virtual directory ccnet in
the Default web sites list. when i browse it, the page displays:
CruiseControl.NET Configuration error
Hi. You're seeing this page because there is a configuration problem
with your installation of the CruiseControl.NET Dashboard. Make sure
your web.config contains the following in the <system.web> section:
<httpHandlers>
<add verb="*" path="*.aspx"
type="ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler,ThoughÂ
tWorks.CruiseControl.WebDashboard"/
<add verb="*" path="*.xml"
type="ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler,ThoughÂ
tWorks.CruiseControl.WebDashboard"/
</httpHandlers>
Also make sure you have setup IIS to map .aspx files to
aspnet_isapi.dll. This should be setup for you automatically when you
install the .NET Framework and run the aspnet_regiis.exe program. If
IIS was installed after the .NET framework, you will need to either
run aspnet_regiis.exe or open IIS manager, right-click the ccnet
website, select properties and then the ASP.NET tab. Make sure the
ASP.NET version has something displayed in the dropdown (eg. .NET
2.0,
2.0.50727) and click OK.
please let me know if i need to do any other settings to view the
dashboard.
Regards,
Kiranmayi