Kayıtlar

Aralık 7, 2019 tarihine ait yayınlar gösteriliyor

02.12.2019 - 06.12.2019 arası işler

Resim
dotnet core 3.0 api ile boş bir web api template oluşturduktan sonra https://localhost:5001 üzerinde şu şekilde bir hata alıyorsanız. dotnet dev-certs https --clean ve dotnet dev-certs https --trust komutlarını çalıştırın.  Daha sonra aşağıdaki kestrel konfigürasyonunu projenizin appsettings.development.json altına ekleyin. Burada http1 protokolü ile lokalde çalışırsınız production ortamında ise isterseniz Http1 yerine Http2 olarak güncelleyebilirsiniz. Konuları ayrıca buradan takip edebilirsiniz https://github.com/aspnet/AspNetCore/issues/14350 https://github.com/aspnet/AspNetCore/issues/8952 https://support.oneidentity.com/kb/261393/-err_spdy_inadequate_transport_security-or-ns_error_net_inadequate_security-error-encountered-when-accessing-iis-10-0  Günün başka bir hatası dotnet core 3.1 web api ile entity framework migration tool yükleme esnasında karşılaştığımız bir hata. dotnet ef 'yi yükledikten sonra geldi. dotnet tool install --global dotnet-ef Bu komut