Kayıtlar

IIS 7.0 üzerinden dosya yüklemek 30 mb ile sınırlıdır

30 mb üzerindeki dosyaları IIS 7.0 üzerinde yüklemek isterseniz şekildeki gibi bir hata mesajı döner. “ You are probably hitting the file upload limit of IIS7.By default in IIS 7 requestFiltering  has the MaxAllowedContentLength property enabled.It specifies, in bytes, the maximum length of the content in a request. The default is 30MB. To change this value you must edit %windir%\System32\inetsrv\config\applicationHost.config file.” İster applicationHost.config dosyasından isterseniz web.config dosyasına <system.webServer> düğümü içerisine aşağıdaki kodu yazmanız daha büyük dosyaları yazmanız için yeterli olacaktır. <system.webServer> <security> <requestFiltering> <requestLimits maxAllowedContentLength="1000000000"/> </requestFiltering> </security> </system.webServer>

Sql'de belirli bir alan içindeki değerleri güncellemek istersek

UPDATE [TabloAdı] SET     [Alan] = replace ( [Alan] , 'eskideger' , 'yenideger' ) WHERE   [Alan] LIKE '%eskideger%' ;  

HTTP Error 500.22 - Internal Server Error

Resim
2008 Server'de IIS'te kurduğunuz yeni sitede aşağıdaki gibi bir hata alıyorsanız "An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode." Yapacağınız İşlem Web.config dosyasında System.Webserver namespace altına <validation validateintegratedmodeconfiguration="false"> komut satırını eklemektir. Böylece siteniz düzgün çalışacaktır. Amplify’d from blog.benhall.me.uk "An ASP.NET setting has been detected that does not apply in the Integrated managed pipeline mode" Read more at blog.benhall.me.uk See this Amp at http://amplify.com/u/cmqs

64 Bitlik Windows 2008 Server üzerinde IIS üzerinde 32 Bitlik DLL çalıştırmak için

Resim
Aşağıdaki sorun genelde 64Bitlik win 2008 server üzerinde yeni bir websitesi kuruyorsanız karşılaşabileceğiniz bir hadisedir. Yapmanız gereken IIS üzerinde ilgili aplication pool'un özelliklerine girip 32 Bit application sekmesini true olarak işaretlemektir. Amplify’d from blog.crowe.co.nz Could not load file or assembly 'name' or one of its dependencies   Have you seen the following error? Could not load file or assembly 'Name' or one of its dependencies. An attempt was made to load a program with an incorrect format. I have seen these a few times lately and the cause is usually that you have the following configuration: IIS running on a 64Bit Operating System The Assembly DLL in question has been compiled for 32Bit - check the project properties under the build tab, if under platform target you have x86 then it is 32bit only.   Why would you have a 32bit only DLL? well it could be that you are using something that is Could not load...

Aspnet State db kullanımında karşılaşılan sorun

Could not allocate space for object 'dbo.ASPStateTempSessions'.'Index_Expires' in database 'ASPState' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.   Çözüm önerileri 1-       http://support.powerdnn.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=143 2-       http://www.google.com.tr/search?hl=tr&q=Could+not+allocate+space+for+object+%27dbo.ASPStateTempSessions%27&meta =      

Google yeni resim formatı çıkardı webP

Okumak için tıklayın http://web.appstorm.net/general/app-news/what-is-webp-and-why-should-you-care/        

Yeni bir oyuncak

Offline web site indirmek için ideal bir araç http://www.httrack.com/html/index.html