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.

sharepoint wss 3.0 user domain -


i've inherited sharepoint wss 3.0 farm pulling users 2 different domains, domaina , domainb. if go add user , browse, , type smith, coming domaina\jsmith , domainb\jsmith. company has moved away domaina , uses domainb now. want remove domaina sharepoint configuration. don't need migrate existing sharepoint users, want domaina users stop showing when new users added. i've been through every page can find in central administration , don't see names of domain controller(s) specified. using windows auth / ntlm.

you want @ peoplepicker-searchadcustomquery property. can setup ldap query allows specify users shown.

http://technet.microsoft.com/en-us/library/cc262988.aspx

to restrict search distribution list corp.fabrikam.com , ntdev.corp.fabrikam.com, use following syntax:

stsadm -o setproperty -url http://contoso-370 -pn peoplepicker-distributionlistsearchdomains -pv corp.fabrikam.com;dev.corp.fabrikam.com  

the domain name should domain name service (dns) name , should separated semicolon. if no values set, trusted domains or domains listed in configuration searched. view current setting distributionlistsearchdomains property, use following syntax:

stsadm -o getproperty -pn peoplepicker-distributionlistsearchdomains

http://social.technet.microsoft.com/forums/en-us/sharepointsearch/thread/b6b02e06-5b8c-41fb-be20-b8bf488bbe7e


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 -