Which project is the Xamarin app supposed to connect to. If the host project please indicate exactly with examples other than local host what the appsettings.json URLs should be so we can test this Xamarin app.
Please also indicate where in your docs this information is
uploaded build to azure test site.
<a class="postlink" href="https://aspnetzeroversion5.azurewebsites.net/">https://aspnetzeroversion5.azurewebsites.net/</a>
updated Xamarin app base url to the site : <a class="postlink" href="https://aspnetzeroversion5.azurewebsites.net/">https://aspnetzeroversion5.azurewebsites.net/</a>
Great work ! Looks fantastic.
Excited most about the Xamarin app release.
this has been on the roadmap for a long time - please can you guys address/ fix in next release.
paypal integration is pointless without recurring payments and a blocker for us from production deployment.
Mvc core 4.6.1
Will your Xamarin app work with version 4.6.1 backend or are we required to upgrade backend to?
add following to web.config resolved the issue.
<cite>Mdonogma: </cite> <modules runAllManagedModulesForAllRequests="false"> <remove name="WebDAVModule" /> </modules>
See: <a class="postlink" href="https://www.ryadel.com/en/error-405-methods-not-allowed-asp-net-core-put-delete-requests/">https://www.ryadel.com/en/error-405-met ... -requests/</a>
<modules runAllManagedModulesForAllRequests="false"> <remove name="WebDAVModule" /> </modules>
More demos of controls please plus please align with how rest of code works.
Example : MultiSelect demo is not usable in current state
More working sample of metronic controls needed
<cite>ismcagdas: </cite> Thanks @strix20 :)
So is this fix in next release of aspnetzero? According to the link sent it would be ?
If yes, how long till next release?