Kategori: Software

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 →

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 →

wordpress şifreli klasör sorununa çözüm

WordPress sitenizde cpanel kullanarak şifreli klasör oluşturmak istiyorsunuz fakat herşeyi doğru yapmanıza rağmen linke eriştiğinizde şifre ekranı gelmiyor ise ;   .htaccess dosyanıza 2 satır ekleyerek sorunu çözebilirsiniz.   # Şifreli altdizini dikkate alma ErrorDocument 401 /%{REQUEST_URI}/hata.html ErrorDocument 403 /%{REQUEST_URI}/hata.html # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule… Read more →

Her tarayıcıda açılan , açılır pencere java script

Örnek Kod ile her tarayıcıda farklı sayfada açılır pencere olarak URL tanımlayabilirsiniz.   <script> var pop1= “http://www.siteadınız.uzantısı”; oV1=window; function fStart(u,n,v) { if (!oV1.opera) var twin=oV1.open(u,n,v); if (!window.fV1) {fV13();} var w=oV2(u,n,v); var wo=vWA[w]; wo.pw=twin; fV3(“fV10(” + w + “)”,100); return (wo.pw&&fV35)?wo.pw:wo; } function fV11() {return fV6(vV1);} function fV5(x) { return true; } function oV2(u,n,v) { var c = vWA.length; vWA[c] =… Read more →