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.

c# - How to send error reports from a .net error dialog? -


in 2008 jeff wrote post on crashing responsibly. in spirit, i'm trying add "send bug report" button crash error dialog. idea user can send full bug report includes version information, os info, stack trace... information should put in message body or in attachment files.

unfortunately, sending such email .net application appears non-trivial:

has out there found safe , reliable solution this?

we have solved creating simple wcf web service takes stack trace, zipped logs etc, client posts , let web service server send email. way don't have have smtp authentication information on client side, nor have rely on user submit error report via email client.

we're zipping , submitting client side logs periodically backend server via webservice , analyze logs preemptively detect client side issues before become problematic client


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 -