For what it's worth, I've just resolved this problem whilst installing CC.NET 1.4 in the following way: * Install IIS, with all IIS 6 backwards-compatibility bits turned on. This will ensure that the VB script can run and thus create the virtual directory. * Edit the ccnet virtual directory's basic settings in IIS 7 manager to use the Classic .NET AppPool rather than the DefaultAppPool, as suggested by GK.
Your mileage may vary, but I hope it helps other people. Additionally, this should work for Server 2008 too, although I haven't tried it. Cheers Alastair On Aug 12, 7:23 am, GK <[EMAIL PROTECTED]> wrote: > Guys, > > I am a newbie, but it actually worked for me. I started the setup > using "rus as admin" option. The virtual directory is actually created > in IIS, but you may not see it in IIS manager. I tried accessing the > url(http:\\localhost\ccnet) from IE. It gives an error, but it > confirms that the site exists :). The error says: > > HTTP Error 500.23 - Internal Server Error > An ASP.NET setting has been detected that does not apply in Integrated > managed pipeline mode. > > To fix the above error: > 1. Changed the app pool of the default web site to "Classic .NET > AppPool" The ccnet site is now appearing in IIS under default web. > 2. Changed the app pool of ccnet site to "Classic .NET AppPool". ccnet > now started working > > To avoid this, i think ,you can set the app pool of default website to > "Classic .NET AppPool" before you start ccnet installation > > Enjoy! > > On Aug 12, 9:58 am, "Desai, Anand" <[EMAIL PROTECTED]> > wrote: > > > Did you try creating it manually? i.e. map the virtual directory to > > physical path manually. > > > -Anand > > > ________________________________ > > > From: [email protected] [mailto:[EMAIL PROTECTED] > > On Behalf Of Ross Patterson > > Sent: Monday, August 11, 2008 7:20 PM > > To: [email protected] > > Subject: [ccnet-user] Re: Installing cc.net on Vista32 - IIS not setup > > properly... > > > On Mon, Jul 28, 2008 at 21:41, Carnage <[EMAIL PROTECTED]> wrote: > > > I want to install cc.net server on Vista32 PC running IIS7 but I > > find > > that no matter how hard I try by enabling IIS on PC first then > > installing cc.net afterwards it will not create the web > > dashboard > > website properly and I cannot get any dashboard output onVista > > PC. > > > It sounds like the procedure to create the CCNET virtual directory needs > > to be changed forVistaand IIS7. There's a VBScript file that gets run > > during installation to do it. I don't think the installer leaves it > > behind for you to examine, but the current version is > > athttp://ccnet.svn.sourceforge.net/viewvc/ccnet/trunk/install/createCCNetV > > Dir.vbs?revision=3722. The most likely problem is the > > SetASPNETVersion() function, which needs to run the aspnet_regiis.exe > > tool. We already know there is a problem with doing that on 64-bit XP > > (see CCNET-1199). > > When you ran the installer, you should have received an error message > > saying what didn't work. If you can share it with us, that will help > > diagnose the failure. > > Ross > > > ============================================================================== > > Please access the attached hyperlink for an important electronic > > communications disclaimer: > > >http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html > > ==============================================================================
