Click here to Skip to main content
15,949,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Ajax Issue Pin
Vasudevan Deepak Kumar5-Feb-08 21:02
Vasudevan Deepak Kumar5-Feb-08 21:02 
QuestionAjax Issue Pin
Ajeet mittal5-Feb-08 21:09
Ajeet mittal5-Feb-08 21:09 
GeneralRe: Ajax Issue Pin
Malcolm Smart5-Feb-08 21:52
Malcolm Smart5-Feb-08 21:52 
GeneralRe: Ajax Issue Pin
Vasudevan Deepak Kumar6-Feb-08 1:40
Vasudevan Deepak Kumar6-Feb-08 1:40 
JokeRe: Ajax Issue Pin
Ri Qen-Sin6-Feb-08 3:18
Ri Qen-Sin6-Feb-08 3:18 
GeneralRe: Ajax Issue Pin
Ri Qen-Sin6-Feb-08 3:19
Ri Qen-Sin6-Feb-08 3:19 
QuestionIIS/ASP.NET High Load Pin
Vasudevan Deepak Kumar5-Feb-08 5:41
Vasudevan Deepak Kumar5-Feb-08 5:41 
GeneralRe: IIS/ASP.NET High Load Pin
Sam Xavier13-Feb-08 23:34
Sam Xavier13-Feb-08 23:34 
I assume that you are running IIS in WPIM mode? The best bet is to either automate a process dump when the process is auto Orphaned and/or manually kick off a debug session when this occurs. The deadlock detected issue in ASP.NET, is possibly a resourcing issue when under load, but it is difficult to know without more details. I suspect that the server is under load (and/or the threadpool is being configured the wrong way for the app), so perhaps changing some of the settings in Machine.Config will help out here. Like what is recommended in http://support.microsoft.com/default.aspx?scid=kb;en-us;821268 Overall, the best bet would be to try an isolate each web site/property from each other and place them in there own App pool, this will help narrow down the possibilities. Doing this in conjunction with setting up some form of auto process dump with any of the processes are auto orphaned by IIS, will help cleanup the dump files and make them easier to read and narrow down what is misbehaving.
Here are some more links which provide more information on how to resolve this:
http://support.microsoft.com/default.aspx?scid=kb;en-us;921217&sd=rss&spid=8291[^]
http://blogs.msdn.com/tess/archive/2006/02/23/537681.aspx[^]

http://support.microsoft.com/?scid=kb%3Ben-us%3B828222&x=14&y=16[^]

Best Regards,
Sam Xavier
www.componentone.com

GeneralConsole.WriteLine and Response.Write Pin
Brendan Vogt5-Feb-08 4:23
Brendan Vogt5-Feb-08 4:23 
GeneralRe: Console.WriteLine and Response.Write Pin
pmarfleet5-Feb-08 5:34
pmarfleet5-Feb-08 5:34 
QuestionWindows Authentication Help Needed Pin
Brendan Vogt5-Feb-08 4:21
Brendan Vogt5-Feb-08 4:21 
Generalreading HTML file and Append text Pin
gottimukkala5-Feb-08 3:44
gottimukkala5-Feb-08 3:44 
Generalreading HTML file and Append text Pin
gottimukkala5-Feb-08 3:44
gottimukkala5-Feb-08 3:44 
Generaluploading asp.net files to a web server Pin
eyeseetee5-Feb-08 3:39
eyeseetee5-Feb-08 3:39 
GeneralRe: uploading asp.net files to a web server Pin
eggsovereasy5-Feb-08 9:12
eggsovereasy5-Feb-08 9:12 
GeneralRe: uploading asp.net files to a web server Pin
eyeseetee5-Feb-08 21:45
eyeseetee5-Feb-08 21:45 
QuestionDrop Down Lists on web pages problem Pin
Anoop Brijmohun5-Feb-08 2:53
Anoop Brijmohun5-Feb-08 2:53 
GeneralRe: Drop Down Lists on web pages problem Pin
bokuceres5-Feb-08 17:31
bokuceres5-Feb-08 17:31 
GeneralRe: Drop Down Lists on web pages problem Pin
Anoop Brijmohun5-Feb-08 22:07
Anoop Brijmohun5-Feb-08 22:07 
GeneralRe: Drop Down Lists on web pages problem Pin
bokuceres7-Feb-08 19:10
bokuceres7-Feb-08 19:10 
GeneralGridView + .net 2.0 Pin
trilokharry5-Feb-08 2:46
trilokharry5-Feb-08 2:46 
GeneralRe: GridView + .net 2.0 Pin
Abhijit Jana5-Feb-08 2:51
professionalAbhijit Jana5-Feb-08 2:51 
GeneralRe: GridView + .net 2.0 Pin
bokuceres5-Feb-08 17:42
bokuceres5-Feb-08 17:42 
GeneralSql Connection Error!!! Pin
kibromg5-Feb-08 2:06
kibromg5-Feb-08 2:06 
GeneralRe: Sql Connection Error!!! Pin
Abhijit Jana5-Feb-08 2:25
professionalAbhijit Jana5-Feb-08 2:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.