Technical support This forum is closed.
Version 1.x > Technical support > Error after installing trial version View modes: 
User avatar
Member
Member
TimK - 12/30/2005 7:32:17 PM
   
Error after installing trial version
Hi,

Could someone help me? I downloaded the trial version (c#) and after completing the setup, the installer automatically tried to launch http://localhost/KenticoCMS/default.aspx.

I got the following .net error:

Server Error in '/KenticoCMS' 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: Unrecognized attribute 'validateRequest'.

Source Error:


Line 35: </appSettings>
Line 36: <system.web>
Line 37: <pages validateRequest="false" />
Line 38: <!-- DYNAMIC DEBUG COMPILATION
Line 39: Set compilation debug="true" to insert debugging symbols (.pdb information)


Source File: c:\inetpub\wwwroot\KenticoCMS\web.config Line: 37


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.6018; ASP.NET Version:1.0.3705.6018

User avatar
Guest
admin - 12/30/2005 9:03:51 PM
   
Re: Error after installing trial version
Hello,

Thank you for your message. It seems you're using .NET 1.0. You will need to install .NET Framework 1.1. You can download it from http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&displaylang=en.

You will also need Visual Studio 2003 or 2005 for development of a web site with Kentico CMS.

Best Regards,

User avatar
Member
Member
TimK - 1/9/2006 8:45:04 PM
   
Re: Error after installing trial version
Thanks!

I had both 1.01 and 1.1 versions of the framework on my machine. I needed to update IIS to use v1.1.

TK