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.
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.
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
When i'm going through the instructions it specifically says to download this the binaries for umbraco 3.0 but that link is dead so i downloaded umbraco_v4042 and used it instead and followed the rest but still i was unable to get this done.. please somebody help!!!
The original error you saw was because you were running umbraco 4.5 under .Net 2.0. If you install Umbraco 4.5 and run the IIS site under an application pool which uses .Net 4.0, you should be fine.
Also, if you are reinstalling due to errors, then you should delete the SQL Server data base and create a fresh database before you reinstall. That fixed a lot of similar problems for me.
Application Error in installation
I've been following instructions to the letter on http://umbraco.org/documentation/books/install-umbraco-30-on-windows-server-2003/introduction finally i tried to open it up, so i got follow error msg
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: Unrecognized configuration section system.web.extensions.
Source Error:
Line 152:
Line 153: <!-- ASPNETAJAX -->
Line 154: <system.web.extensions>
Line 155: <scripting>
Line 156: <scriptResourceHandler enableCompression="true" enableCaching="true" />
Source File: c:\inetpub\wwwroot\web.config Line: 154
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
Please somebody help!
Have you installed ASP.NET AJAX from Microsoft to the webserver?
Yes i did but still get the same error
I repeated entire procedure again as it displays on http://umbraco.org/documentation/books/install-umbraco-30-on-windows-server-2003/introduction and right now i'm getting a different error and it displays following page
_________________________________________________
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: Child nodes not allowed.
Source Error:
Line 141: <compilers>
Line 142: <compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
Line 143: <providerOption name="CompilerVersion" value="v3.5"/>
Line 144: <providerOption name="WarnAsError" value="false"/>
Line 145: </compiler>
Source File: c:\inetpub\wwwroot\web.config Line: 143
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
When i'm going through the instructions it specifically says to download this the binaries for umbraco 3.0 but that link is dead so i downloaded umbraco_v4042 and used it instead and followed the rest but still i was unable to get this done.. please somebody help!!!
Also, if you are reinstalling due to errors, then you should delete the SQL Server data base and create a fresh database before you reinstall. That fixed a lot of similar problems for me.
is working on a reply...