I cannot setup follwoing error message apears. Hosting compny says you are runing 3.5 version script we only support 3.0?
Server Error in '/FileVista' 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 64: <compilers>
Line 65: <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
Line 66: <providerOption name="CompilerVersion" value="v3.5"/>
Line 67: <providerOption name="WarnAsError" value="false"/></compiler>
Line 68: <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
Source File: \\nawinfs05\home\users\web\b653\ipw.perryshah\web.config Line: 66
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
Perry Shah
5/20/2008 6:13 PM
I was able to fix the problem as I found one more web.config file in my website's root folder. I renamed file and installation worked.
Perry Shah
5/23/2008 10:53 PM