aspnetcore/samples/IdentitySample.Mvc/web.config

15 lines
409 B
XML

<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>
<appSettings>
<!-- This will turn on detailed errors when deployed to remote servers -->
<!-- This setting is not recommended for production -->
<add key="K_DETAILED_ERRORS" value="true" />
</appSettings>
</configuration>