Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 5.x > Installation and deployment > failing at the first step View modes: 
User avatar
Member
Member
skr21-st-andrews.ac - 2/2/2010 3:30:40 AM
   
failing at the first step
OK, I'm probably missing something *really* obvious, but here's what happening:

System : windows server 2008
Kentico: v5

Ran the installation wizard and followed the instructions. It then tell me to go to http://localhost/kenticocms/default.aspx

I then get the following error:

Server Error in '/' Application.
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: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:

Line 46: <error statusCode="404" redirect="~/CMSPages/handler404.aspx" />
Line 47: </customErrors>
Line 48: <authentication mode="Forms">
Line 49: <forms loginUrl="CMSPages/logon.aspx" defaultUrl="Default.aspx" name=".ASPXFORMSAUTH" timeout="60000" slidingExpiration="true" />
Line 50: </authentication>


Source File: C:\inetpub\wwwroot\kenticocms\web.config Line: 48

<end>

So what have I missed????..


User avatar
Member
Member
skr21-st-andrews.ac - 2/2/2010 3:42:37 AM
   
RE:failing at the first step
Ok Tried again, and get a different 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: Could not load file or assembly 'System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 92: <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 93: <add assembly="System.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 94: <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Line 95: <add assembly="System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Line 96: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />


Source File: c:\Inetpub\wwwroot\KenticoCMS\web.config Line: 94

User avatar
Member
Member
skr21-st-andrews.ac - 2/2/2010 3:54:38 AM
   
RE:failing at the first step
OKay, never mind, solved..

that'll be .net3.5 not installed.. ..