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.

php - problems exporting Solar php5 root directory from localhost to live server or even other computer -


ok, seems obvious, haven't been able figure out.

i started using solar php5 framework http://solarphp.com. great php5 framework. new framework learning curve.

issue: solar uses many pre-written scripts make directories , files you. making easy rapidly deploy site. being uses these scripts, makes symbolic links files , directories. (example: chapter 1 in manual) great until need export entire root directory upload server or make instance on development computer. problem me is, when this, files editable, not reflect changes when refresh page. doesn't update code. way can accomplish changes or updates, (essentially) run site set-up each time, involves running setup scripts, setting db connections, etc. total pain.

question there advice out there on doing can export working root directory, upload server or other dev machine, without having run scripts on , on again. know easy not know search for.

is method exporting directories/files use symbolic links?

you might try using rsync instead of ftp deploy site. rsync respect symlinks. of course need have ssh access or mount server on ftp/sftp fuse. if youre using svn ssh server , svn export or checkout.


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 -