Click here to Skip to main content
15,905,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to get logged on user (Windows Authen/Active Direct) Pin
Md. Marufuzzaman11-Sep-09 5:30
professionalMd. Marufuzzaman11-Sep-09 5:30 
AnswerRe: How to get logged on user (Windows Authen/Active Direct) Pin
Beyondard11-Sep-09 6:59
Beyondard11-Sep-09 6:59 
GeneralRe: How to get logged on user (Windows Authen/Active Direct) Pin
Shameegh Boer13-Sep-09 20:42
Shameegh Boer13-Sep-09 20:42 
GeneralRe: How to get logged on user (Windows Authen/Active Direct) Pin
Shameegh Boer22-Sep-09 21:45
Shameegh Boer22-Sep-09 21:45 
GeneralRe: How to get logged on user (Windows Authen/Active Direct) Pin
Shameegh Boer22-Sep-09 20:51
Shameegh Boer22-Sep-09 20:51 
QuestionThe operation has timed out for simple Web request. Pin
Vilas Dilip Patil11-Sep-09 4:06
Vilas Dilip Patil11-Sep-09 4:06 
AnswerRe: The operation has timed out for simple Web request. Pin
sashidhar11-Sep-09 5:51
sashidhar11-Sep-09 5:51 
AnswerRe: The operation has timed out for simple Web request. Pin
Abhishek Sur11-Sep-09 8:15
professionalAbhishek Sur11-Sep-09 8:15 
The Case is whenever you request IIS, it spawns a new thread from the Threadpool, generates the output and returns it back. Somehow in the middle I think it cant generate the response properly. This happens when there is memory leaks or ThreadPool is full. Try to handle your memory properly in your code and also If possible create a separate Application pool for this site.

Restarting IIS will clear the Application Pool area and thus the site comes alive again. Smile | :)

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionRemoting in ASP.net 2.0 Pin
slimtugo11-Sep-09 3:24
slimtugo11-Sep-09 3:24 
AnswerRe: Remoting in ASP.net 2.0 Pin
Manas Bhardwaj11-Sep-09 3:33
professionalManas Bhardwaj11-Sep-09 3:33 
QuestionPersist a controls view state in masterpage Pin
tonymathewt11-Sep-09 3:11
professionaltonymathewt11-Sep-09 3:11 
AnswerRe: Persist a controls view state in masterpage Pin
r a m e s h11-Sep-09 3:22
r a m e s h11-Sep-09 3:22 
QuestionNeed to delete row in gridview but must not affect that row in the database. Pin
renoma11-Sep-09 2:10
renoma11-Sep-09 2:10 
AnswerRe: Need to delete row in gridview but must not affect that row in the database. Pin
Meetu Choudhary11-Sep-09 2:17
Meetu Choudhary11-Sep-09 2:17 
AnswerRe: Need to delete row in gridview but must not affect that row in the database. Pin
Md. Marufuzzaman11-Sep-09 4:17
professionalMd. Marufuzzaman11-Sep-09 4:17 
QuestionRemove items from generic list Pin
yesu prakash11-Sep-09 1:52
yesu prakash11-Sep-09 1:52 
AnswerRe: Remove items from generic list Pin
sashidhar11-Sep-09 1:57
sashidhar11-Sep-09 1:57 
AnswerRe: Remove items from generic list Pin
N a v a n e e t h11-Sep-09 2:43
N a v a n e e t h11-Sep-09 2:43 
Questionerror Pin
ankitjain111011-Sep-09 1:26
ankitjain111011-Sep-09 1:26 
AnswerRe: error Pin
Meetu Choudhary11-Sep-09 1:32
Meetu Choudhary11-Sep-09 1:32 
GeneralRe: error Pin
ankitjain111011-Sep-09 1:34
ankitjain111011-Sep-09 1:34 
AnswerRe: error Pin
Meetu Choudhary11-Sep-09 1:33
Meetu Choudhary11-Sep-09 1:33 
GeneralRe: error Pin
ankitjain111011-Sep-09 1:37
ankitjain111011-Sep-09 1:37 
AnswerRe: error Pin
Jay Royall11-Sep-09 1:34
Jay Royall11-Sep-09 1:34 
AnswerRe: error Pin
J4amieC11-Sep-09 3:35
J4amieC11-Sep-09 3:35 

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.