Kategori: System

System

asp

Unable to make the session state request to the session state server ASP.NET state server hatası çözümü

Merhaba, Unable to make the session state request to the session state server [HttpException (0x8007274c): Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same. If the server is on a remote machine, please ensure that it accepts remote… Read more →

12

SRV Kaydı (Simple DNS) – Office 365

Merhaba, Office 365 için simple DNS üzerinde tanımlanacak örnek SRV kaydı aşağıda detaylandırılmıştır. 1. SPF-record Record name (host) : Domain adı yazılmalıdır. Text strings : v=spf1 include:spf.protection.outlook.com -all yazılmalıdır. Record TTL : 1Hours (SPF oluşturduğunuzda Synchorize TXT-record seçili ise gerekli txt kaydını otomatik oluşturacaktır.) 2.  txt kaydı Record name (host) : Domain adı yazılmalıdır. Text strings : v=spf1 include:spf.protection.outlook.com -all yazılmalıdır.… Read more →

asp

Active Server Pages error ‘ASP 0115’ Unexpected error /panel/non_RTE_upload_images.asp A trappable error (C06D007F) occurred in an external object. The script cannot continue running.

Merhaba, ASP sitenizde resim yüklerken, aşağıdaki gibi bir hata ile karşılaşıyor iseniz. Active Server Pages error ‘ASP 0115’ Unexpected error /panel/non_RTE_upload_images.asp A trappable error (C06D007F) occurred in an external object. The script cannot continue running. Çözüm; IIS’i restart edin ve site için ayrı bir uygulama havuzu oluşturunuz. Site uygulama havuzunu dolduruyor ve hatayı düzgün basmıyordur. Read more →

logo-plesk1

Error: DNSZone::Table::select() failed: no such row in the table

Plesk üzerinden domain silmeye çalışırken bu hata ile karşılaşıyor iseniz; Error: DNSZone::Table::select() failed: no such row in the table PSA’ya erişim sağlayınız.SQL üzerinden,   SELECT d.name FROM domains d LEFT JOIN dns_zone z ON d.dns_zone_id=z.id WHERE z.id IS NULL; (Hatalı dns zone olan kayıtları gösterecektir.) INSERT INTO dns_zone SET name=’domainadı.uzantısı’, displayName=’domainadı.uzantısı’, email=’mail@domainadı.uzantısı’; (ilgili dnsin zone kayıtları güncellenir) SELECT id, name… Read more →