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.

WebApp ignores patched perl pm file -


i never came in touch perl before, hope, real newbie question , can solve problem pretty quick...

we've 1 perl based web application installed on windows 2003 server environment. installed version contains bug , know where apply patch. basically: have changed 2 lines in 1 of web apps pm files.

to surprise, file change ignored , still same error messages references old version of file - identifiable line numbers.

i've cleared browser caches, restarted web application (including apache) - no luck.

now think/hope kind of perl feature, don't know enough of language ask google right questions. one tutorial said, perl interpreted language , changes source files effective immediately. isn't true site...

are there more caches/files have touch or delete in order make changes effective?

are sure perl using latest version of said pm file? there no other version somewhere else included getting used?

  1. take @ @inc
  2. step through programming using debugger
  3. sprinkle warnings around code , see if gets called.

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 -