<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <location path="." inheritInChildApplications="false">
     <system.webServer>
      <handlers>
            <remove name="WebDAV" />
        <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
      </handlers>
      <aspNetCore processPath="dotnet" arguments=".\webapi.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
          <modules runAllManagedModulesForAllRequests="true">
      <remove name="WebDAVModule"/>
    </modules>
    </system.webServer>
  </location>
</configuration>
Merhaba Arkadaşlar. Web üzerinden istediğim gibi veri alışverişi yapıyorum. Fakat ios ve android uygulama tarafında veri alışverişi yapamıyorum. Yardımcı olabilecek var mı ?