bir gün iis deki projenizin sql e bağlanmadığını görür ve üzülürsün.
şöyle bir hata alırsın :
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
çözümü :
sp_grantlogin 'NT AUTHORITY\NETWORK SERVICE'
sorgusunu çalıştırıyoruz ve user mapping den (db_datareader, db_datawriter) gibi izinleri verip mutlu son
29 Eylül 2010 Çarşamba
24 Eylül 2010 Cuma
sql login
günün birinde çıkabileecek bir sorun.
TITLE: Microsoft SQL Server Management Studio Express
Property IsLocked is not available for Login '[sa]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights. (Microsoft.SqlServer.Express.Smo)
Çözümü :
alter login sa with password = 'infoset2010!' unlock, check_policy = off, check_expiration = off
TITLE: Microsoft SQL Server Management Studio Express
Property IsLocked is not available for Login '[sa]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights. (Microsoft.SqlServer.Express.Smo)
Çözümü :
alter login sa with password = 'infoset2010!' unlock, check_policy = off, check_expiration = off
19 Ağustos 2010 Perşembe
Master Page ile default buton yapmak
sayfanın page load ına yazmanız gereken kod:
Page.Form.DefaultButton = lbtnGetir.UniqueID;
Page.SetFocus(cmbCariKod);
yalnız birtane default buton belirtebiliyorsunuz. birden fazlasına izin verilmiyor
Page.Form.DefaultButton = lbtnGetir.UniqueID;
Page.SetFocus(cmbCariKod);
yalnız birtane default buton belirtebiliyorsunuz. birden fazlasına izin verilmiyor
Kaydol:
Kayıtlar (Atom)