A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)
Sorunu çözmek için;
Windows Server 2022 Standard Evaluation kullanırken CPU kullanımının sürekli 0% gösterdiğini fark ettik. Sunucumuzda Intel Xeon E5-2680 v2 (2 işlemci, toplam 40 çekirdek) bulunuyordu.
Devamı →So I used "Turn Windows Features On/Off" dialog to install both IIS and ASP.NET 4.6.
Note that IIS have to be installed before .NET.
Bu yüzden hem IIS hem de ASP.NET 4.6'yı yüklemek için "Windows Özelliklerini Aç/Kapat" iletişim kutusunu kullandım. IIS'nin .NET'ten önce yüklenmesi gerektiğini unutmayın.
Kaynak: https://serverfault.com/questions/252622/asp-net-state-service-missing-from-services
Devamı →PowerShell windows service install
Aşağıdaki tek satır kodla işlem yapıyoruz.
New-Service -Name "server_autoStartStop_WIN_SERVICE" -BinaryPathName dosya_tam_yolu.exe
Devamı →Microsoft Windows’ta DNS önbelleğini temizlemek için şu adımları izleyin:
Devamı →C#,MVC,MSSQL,Windows Forms