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.

tfs2010 - TFS - Cannot Check-In "big" files -


i've been working tfs months without problem, suddently can't check-in "big" files (2kb files ok, 50kb files or multiple files not). tfs hosted on server in same network.

when try check-in, gives-me error like: "check in: operation not performed : underlying connection closed: unexpected error occurred on receive. please refer output window more information". "more information" in output window same error. event viewer of server shows nothing, , i've been looking in google past couple hours , turned out nothing yet.

the error message the underlying connection closed indicator between client , server dropping connection unexpectedly.

some things investigate/try:

  1. is application pool on server restarting? @ application event log on @ server. asp.net , w3svc warnings/errors indicate app pool has restarted.
  2. how client connecting server? there http proxy in middle? server behind load balancer or firewall device? idle timeout set to? honoring http keep-alive settings?
  3. is failing clients? can checkin same file on tfs server itself?

if none of seem lead in right direction, you'll need setup fiddler or netmon trace on client and/or server.


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 -