Group: Forum Members
Last Active: Wed 27 Jul 2011
Posts: 3,
Visits: 231
|
I am having a few problems installing the latest kartris 1_3000 on windows server 2003.
I have followed the kartris (manual) installation guide.
I have installed ASP.NET 2.0 and have run "aspnet_regiis.exe -I -enable" from the command line which all seemed OK.
Every indication is that ASP.NET is installed and has been set in the kartris web site properties.
However when i run install (step6) i get the following:
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: Child nodes not allowed.
Source Error:
Line 269: <compilers> Line 270: <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4"> Line 271: <providerOption name="CompilerVersion" value="v3.5"/> Line 272: <providerOption name="WarnAsError" value="false"/> Line 273: </compiler>
Source File: e:\inetpub\wwwroot\kartris\web.config Line: 271
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
Any help appreciated!!
|
Group: Administrators
Last Active: Sun 27 Sep 2015
Posts: 115,
Visits: 706
|
The error sounds like the IIS changes didn't take effect, make sure the following are done:
1. Kartris properties in IIS is set to ASP.NET version 2.0 2. After installing the ASP.NET 2.0 to your IIS web server, the IIS should be refreshed (restarted)
|