Kayıtlar

ASP.NET MVC 3 NuGet Package Manager is missing or out of date. acaba gerçekten öyle mi?

Şimdi öncelikle sorunumuzdan bahsedelim, yeni makinaya visual studio 2010 kurduk. Arkasından visual studio 2010 için visual studio 2010 sp1 iso dosyasını indirdik ve varolan visual studio 2010 üzerine kurduk. Asp.net mvc3 web project oluşturmak istediğimizde nuget extension manager'ımız sürümü eski bulundu ve başlıktaki hatayı verdi, çözüm basit varolan nuget extension magager update etmek sorunumuzu çözüyordu. Ben de bunun üzerine tools'dan extension manager'ı açtım. Ancak nuget extension manager üzerinde yüklü olmasına rağmen eski sürümü silme butonu disable durumdaydı, daha sonra extension manager üzerinde updates linkine tıkladım. Extension manager güzel bir şekilde yeni sürümü buldu ve yükliyim mi diye sordu biz de hay hay  neden olmasın dedik. Buraya kadar her şey güzel ancak update kurulumu hata verdi, sürekli hata tekrar etti. Bir türlü yeni sürüme güncelleyemedik. Sorunu çözmek için kaba kuvvet kullandık. 1- Visual studio kapatın. 2-  C:\Program Files (x86)\Mi...

Git kullanımı windows altında

Asp.net ile twitter'da arama yapmak istersek

Okumak için tıklayın http://weblogs.asp.net/jan/archive/2009/03/02/the-twitter-search-api-made-easy-with-linq-to-xml.aspx

IIS 7.0 lerde 30mb'dan büyük dosya uploadu için yapılması gerekenler

Resim
Aldığımız hata mesajı HTTP Error 404.13 - Not Found : The request filtering module is configured to deny a request that exceeds the request content length I was developing an application that allows user to upload files to the server using the control. In order to make sure that users can upload large files, I configured the web.config as follows to allow larger files to be uploaded (The default setting is 4 MB): ? 1 < httpRuntime maxRequestLength = "512000" /> While testing the file upload functionality from within the visual studio development server (Right clicking on the aspx file and selecting browse), I found it working quite fine. But surprisingly, after hosting the Asp.net web site onto IIS (IIS 7), I found the file uploading functionality was no longer working, and, it was broken while trying to upload large files (I was trying with a file over 40MB in size). Following is the screen shot of the error message that I got: Figure :  The err...