From: Nicolas on
Hello,
I (french user) know the web configuration on IIS6 and earlier version,
but now, with IIS 7.5 on Windows 7, I'm totally lost.

For setup, I use this script :

start /w pkgmgr /iu:IIS-WebServerRole;(...)WAS-ConfigurationAPI
(d�tail ici : http://technet.microsoft.com/en-us/library/cc725762.aspx)
and I have always this error on my home page :

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration
data for the page is invalid.

IIS_IUSR group has read access !

Where to start?
Is there a basic "web.config" file to start?
I have no management role under win 7 as they seem to exist in 2008?

Many thanks to help me
Nicolas
From: Ken Schaefer on
Something is incorrect in either web.config or applicationHost.config.

You can try uninstalling IIS 7.5, deleting those files, and then
reinstalling IIS 7.5 from scratch.

Cheers
Ken

"Nicolas" <nicolas.paour(a)perraudvoyages.com> wrote in message
news:4c73cfa3$0$18982$426a74cc(a)news.free.fr...
> Hello,
> I (french user) know the web configuration on IIS6 and earlier version,
> but now, with IIS 7.5 on Windows 7, I'm totally lost.
>
> For setup, I use this script :
>
> start /w pkgmgr /iu:IIS-WebServerRole;(...)WAS-ConfigurationAPI
> (d�tail ici : http://technet.microsoft.com/en-us/library/cc725762.aspx)
> and I have always this error on my home page :
>
> HTTP Error 500.19 - Internal Server Error
> The requested page cannot be accessed because the related configuration
> data for the page is invalid.
>
> IIS_IUSR group has read access !
>
> Where to start?
> Is there a basic "web.config" file to start?
> I have no management role under win 7 as they seem to exist in 2008?
>
> Many thanks to help me
> Nicolas

From: Nicolas on
Ken Schaefer a �crit le 28/08/2010 10:24:
> Something is incorrect in either web.config or applicationHost.config.
>
> You can try uninstalling IIS 7.5, deleting those files, and then
> reinstalling IIS 7.5 from scratch.
>
> Cheers
> Ken
>
> "Nicolas" <nicolas.paour(a)perraudvoyages.com> wrote in message
> news:4c73cfa3$0$18982$426a74cc(a)news.free.fr...
>> Hello,
>> I (french user) know the web configuration on IIS6 and earlier
>> version, but now, with IIS 7.5 on Windows 7, I'm totally lost.
>>
>> For setup, I use this script :
>>
>> start /w pkgmgr /iu:IIS-WebServerRole;(...)WAS-ConfigurationAPI
>> (d�tail ici : http://technet.microsoft.com/en-us/library/cc725762.aspx)
>> and I have always this error on my home page :
>>
>> HTTP Error 500.19 - Internal Server Error
>> The requested page cannot be accessed because the related
>> configuration data for the page is invalid.
>>
>> IIS_IUSR group has read access !
>>
>> Where to start?
>> Is there a basic "web.config" file to start?
>> I have no management role under win 7 as they seem to exist in 2008?
>>
>> Many thanks to help me
>> Nicolas
>
Hello,
Many thanks for your answer.
In fact, I had give acces for "IUSR account" (not "IIS_IUSR" group)
Now it's run
Regards
Nicolas