• 14-12-2022, 00:21:39
    #1
    <?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ı ?
  • 21-01-2023, 01:16:21
    #2
    Asp.net core ise burdan bakın
    https://learn.microsoft.com/en-us/as...aspnetcore-3.1
    Asp.net web api ise
    https://learn.microsoft.com/en-us/as...sts-in-web-api
    burdan çözebilirsiniz.