Hi,
In IIS 7 I add this section in Applicationhost.config
<system.web><authentication mode="Forms"/></system.web>
but in IIS 8.5 doesn't work, in Event View show this:
The Windows Process Activation Service encountered an error trying to read configuration data from file '\\?\C:\Windows\system32\inetsrv\config\applicationHost.config', line number '1078'. The error message is: 'The configuration section 'system.web' cannot
be read because it is missing a section declaration
'. The data field contains the error number.
Why in IIS 8.5 have this problem? If I put authentication mode in web.config of my application ,will work? And there is another solution?