Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

sql - Can I check which database is running configuration and content for a WSS 3.0 site? -


the problem have full access server sharepoint site hosted etc, i've ever done maintained site. didn't set up.

there issue sharepoint can't connect config or content databases. don't know of our servers run these, there anyway can find out, maybe config file or server/database need check.

other websites on web server still running fine, know database isn't on same server because i've checked.

any ideas?

check out event viewer log. there entry similar this:

event type: error event source: windows sharepoint services 3 event category: database  event id: 3760 date:  4/16/2009 time:  11:51:07 user:  n/a computer: imiapp03 description: sql database  **'sts_config'** on sql server instance 'np:\\.\pipe\mssql$microsoft##ssee\sql\query' not found. additional error  information sql server included below.  cannot open database "sts_config" requested login. login failed. login failed user 'nt authority\network service'.  more information, see , support center @ http://go.microsoft.com/fwlink/events.asp. 

Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -