Update 20211218
This commit is contained in:
24
WebAPI/bin/Debug/netcoreapp3.1/web.config
Normal file
24
WebAPI/bin/Debug/netcoreapp3.1/web.config
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<location path="." inheritInChildApplications="false">
|
||||
<system.webServer>
|
||||
<modules runAllManagedModulesForAllRequests="true">
|
||||
<remove name="WebDAVModule" />
|
||||
</modules>
|
||||
<handlers>
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||
<remove name="WebDAV" />
|
||||
</handlers>
|
||||
<aspNetCore processPath="bin\Debug\netcoreapp3.1\CoreWebAPI1.exe" arguments="" stdoutLogEnabled="false" hostingModel="InProcess">
|
||||
<environmentVariables>
|
||||
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
|
||||
</environmentVariables>
|
||||
</aspNetCore>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<system.web>
|
||||
<!--<authentication mode="Forms">
|
||||
<forms cookieless="UseCookies" />
|
||||
</authentication>-->
|
||||
</system.web>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user