IIS7 on Windows Server 2008 RC1 Configuration Data is invalid
IIS7 on Windows Server 2008 RC1 Configuration Data is invalid
am 23.01.2008 15:10:01 von Olivier Matrot
I'm trying to run an ASP.NET 2.0 web site on Windows Server 2008 RC1.
I encounter a server error : HTTP 500.19 - Configuration data is invalid
IIS7 claims that the section in web.config is invalid.
The management tools are also unable to parse the configuration.
The same web site, with the same configuration, is running perfectly on Vista.
Is it tied to Windows Server 2008 RC1 ?
Any help appreciated.
TIA.
Re: IIS7 on Windows Server 2008 RC1 Configuration Data is invalid
am 23.01.2008 15:41:13 von Leon Mayne
"Olivier MATROT" wrote in message
news:5610AB21-59DD-41F2-BB34-60C70077DEAA@microsoft.com...
> I'm trying to run an ASP.NET 2.0 web site on Windows Server 2008 RC1.
> I encounter a server error : HTTP 500.19 - Configuration data is invalid
> IIS7 claims that the section in web.config is invalid.
> The management tools are also unable to parse the configuration.
>
> The same web site, with the same configuration, is running perfectly on
> Vista.
>
> Is it tied to Windows Server 2008 RC1 ?
> Any help appreciated.
Is version 2.0 of the .NET framework definitely installed on the server?
Make sure the IIS application the app is running under is set to use version
2.0 of the framework rather than 3.0 (or 3.5)
Re: IIS7 on Windows Server 2008 RC1 Configuration Data is invalid
am 23.01.2008 15:48:40 von nomailreplies
I suggest you post your questions about IIS 7 on Windows Server 2008 RC1 at :
http://forums.iis.net/default.aspx?GroupID=41
You're much more likely to get an answer there.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaƱol : http://asp.net.do/foros/
======================================
"Olivier MATROT" wrote in message
news:5610AB21-59DD-41F2-BB34-60C70077DEAA@microsoft.com...
> I'm trying to run an ASP.NET 2.0 web site on Windows Server 2008 RC1.
> I encounter a server error : HTTP 500.19 - Configuration data is invalid
> IIS7 claims that the section in web.config is invalid.
> The management tools are also unable to parse the configuration.
>
> The same web site, with the same configuration, is running perfectly on Vista.
>
> Is it tied to Windows Server 2008 RC1 ?
> Any help appreciated.
>
> TIA.
>
Re: IIS7 on Windows Server 2008 RC1 Configuration Data is invalid
am 23.01.2008 15:53:04 von Olivier Matrot
ASP.NET 2.0 is installed on the server with the following command :
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis. exe -ir
ASP.NET 2.0 ScriptMaps are registered to the target site with the following
command :
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis. exe -s
W3SVC/1/ROOT/MyVDir
The default appPool is configured with version 2.0 of the .NET framework.
"Leon Mayne" wrote:
> "Olivier MATROT" wrote in message
> news:5610AB21-59DD-41F2-BB34-60C70077DEAA@microsoft.com...
> > I'm trying to run an ASP.NET 2.0 web site on Windows Server 2008 RC1.
> > I encounter a server error : HTTP 500.19 - Configuration data is invalid
> > IIS7 claims that the section in web.config is invalid.
> > The management tools are also unable to parse the configuration.
> >
> > The same web site, with the same configuration, is running perfectly on
> > Vista.
> >
> > Is it tied to Windows Server 2008 RC1 ?
> > Any help appreciated.
>
> Is version 2.0 of the .NET framework definitely installed on the server?
>
> Make sure the IIS application the app is running under is set to use version
> 2.0 of the framework rather than 3.0 (or 3.5)
>