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.

zend framework - Strange requests in my 404 log file (possible hacking?) -


firstly, using zend has nothing 404 errors i'm seeing of terminology i'll using below specific zend.

i using zend framework , anytime 404 error have error controller handle , write 404s out log file , include controller specified , action. i've been getting strange requests action like:

degyhfbsuov.html

i've gotten several above .html same characters preceding period different. unfamiliar zend url required typed browser window make above error occur be:

http://domain_name.com/degyhfbsuov.html

just yesterday starting getting this:

).html(data);

as action.

is sort of bot or spider?

thanks!


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 -