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.

exchange server 2010 - How to configure catch-all in Exchange2010 hub-transport environment? -


this link explaining how in edge transport environment, indicating not relevant hub-transport. http://technet.microsoft.com/en-us/library/bb691132(exchg.80).aspx

do know way done in hub-transport environment?

you need use catchallagent on codeplex. written work exchange 2007 work 2010 well.

the key trick install in transportroles directory per these links:

http://catchallagent.codeplex.com/discussions/218519?projectname=catchallagent

http://catchallagent.codeplex.com/discussions/62204?projectname=catchallagent

1) download zip

2) unzip "c:\program files\microsoft\exchange server\transportroles\agents\catchall" [or wherever transportroles\agents path is]

3) edit config.xml file in directory define domains handled

4) run exchange management shell end execute these commands:

install-transportagent -name "catchall agent" -transportagentfactory:catchall.catchallfactory -assemblypath:"c:\program files\microsoft\exchange server\transportroles\agents\catchall\catchallagent.dll"  get-transportagent  enable-transportagent "catchall agent"  net stop msexchangetransport  net start msexchangetransport 

5) send test mails see if works!


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 -