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.

windows - Weird Error in production Web application (W2k8 R2/IIS7 64bit/.NET 3.5) -


after migrating our production web application new server encountering error quite hard track down:

faulting application name: w3wp.exe, version: 7.5.7600.16385, time stamp: 0x4a5bd0eb   faulting module name: kernelbase.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdfe0   exception code: 0xebf00baa   fault offset: 0x000000000000aa7d   faulting process id: 0xc90   faulting application start time: 0x01cb9ddb02758bf5   faulting application path: c:\windows\system32\inetsrv\w3wp.exe   faulting module path: c:\windows\system32\kernelbase.dll   report id: ceecffda-0c1c-11e0-9900-0019998d9a4d   

basically, kills worker process , restarts web application afterwards.

wer unable produce dump , process orphaning in iis7 not -- worker process terminated , no dump created.

the application run fine couple of days , crash error.

has ever dealt error?

i suggest go ask debugdiag 1.2 beta microsoft, http://blogs.msdn.com/b/tess/archive/2010/09/30/debug-diag-1-2-beta.aspx

that should give dump file analyze. or can share microsoft via http://support.microsoft.com


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 -