Using ASP.net 4.0 and IIS 8.0.
I keep getting an error in the following line:
<authentication mode="Forms" />
<system.web>
<compilation debug="true" strict="false" explicit="true" targetFramework="4.0" />
<customErrors mode="Off" />
<authentication mode="Forms" />
</system.web>
Go to the complete details ...