Click here to Skip to main content
16,008,299 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Closing of an ASP.net project... Pin
Mark J. Miller15-Jan-07 4:09
Mark J. Miller15-Jan-07 4:09 
QuestionMemory leak in ASP.Net at each post back Pin
Grapes-R-Fun15-Jan-07 3:15
Grapes-R-Fun15-Jan-07 3:15 
AnswerRe: Memory leak in ASP.Net at each post back Pin
Pete O'Hanlon15-Jan-07 3:34
mvePete O'Hanlon15-Jan-07 3:34 
GeneralRe: Memory leak in ASP.Net at each post back Pin
Grapes-R-Fun15-Jan-07 3:43
Grapes-R-Fun15-Jan-07 3:43 
GeneralRe: Memory leak in ASP.Net at each post back Pin
Pete O'Hanlon15-Jan-07 4:07
mvePete O'Hanlon15-Jan-07 4:07 
GeneralRe: Memory leak in ASP.Net at each post back Pin
Not Active15-Jan-07 7:12
mentorNot Active15-Jan-07 7:12 
GeneralRe: Memory leak in ASP.Net at each post back Pin
Grapes-R-Fun15-Jan-07 8:27
Grapes-R-Fun15-Jan-07 8:27 
GeneralRe: Memory leak in ASP.Net at each post back Pin
Not Active15-Jan-07 8:42
mentorNot Active15-Jan-07 8:42 
The memory isn't really going to be recovered until the GC gets around to it. Although it doesn't seem as though your app would have any difficulties if you limited what you were storing. Keep in mind that IIS will scavange memory when needed, so you may lose session state from whatever sessions it determines are no longer in use, even if they are.


only two letters away from being an asset

GeneralRe: Memory leak in ASP.Net at each post back Pin
Grapes-R-Fun15-Jan-07 8:48
Grapes-R-Fun15-Jan-07 8:48 
AnswerRe: Memory leak in ASP.Net at each post back Pin
dalbhide bipin15-Jan-07 3:43
dalbhide bipin15-Jan-07 3:43 
Questiongrid view control problem Pin
dalbhide bipin15-Jan-07 2:58
dalbhide bipin15-Jan-07 2:58 
AnswerRe: grid view control problem Pin
Grapes-R-Fun15-Jan-07 3:08
Grapes-R-Fun15-Jan-07 3:08 
GeneralRe: grid view control problem Pin
Grapes-R-Fun15-Jan-07 3:35
Grapes-R-Fun15-Jan-07 3:35 
QuestionGoogle API's Pin
Khan.Bangash15-Jan-07 2:51
Khan.Bangash15-Jan-07 2:51 
AnswerRe: Google API's Pin
Grapes-R-Fun15-Jan-07 3:11
Grapes-R-Fun15-Jan-07 3:11 
GeneralRe: Google API's Pin
Khan.Bangash15-Jan-07 3:28
Khan.Bangash15-Jan-07 3:28 
GeneralRe: Google API's Pin
Colin Angus Mackay15-Jan-07 3:52
Colin Angus Mackay15-Jan-07 3:52 
Questiondeploying webform? Pin
nclauder15-Jan-07 2:21
nclauder15-Jan-07 2:21 
AnswerRe: deploying webform? Pin
Khan.Bangash15-Jan-07 2:51
Khan.Bangash15-Jan-07 2:51 
GeneralRe: deploying webform? Pin
nclauder15-Jan-07 2:54
nclauder15-Jan-07 2:54 
GeneralRe: deploying webform? Pin
Khan.Bangash15-Jan-07 2:58
Khan.Bangash15-Jan-07 2:58 
QuestionfileUpload control and file name Pin
sdsdsds@hotmail.com15-Jan-07 2:17
sdsdsds@hotmail.com15-Jan-07 2:17 
AnswerRe: fileUpload control and file name Pin
Mark J. Miller15-Jan-07 3:25
Mark J. Miller15-Jan-07 3:25 
GeneralRe: fileUpload control and file name Pin
sdsdsds@hotmail.com15-Jan-07 19:12
sdsdsds@hotmail.com15-Jan-07 19:12 
QuestionHow to Print HTML content... Pin
cnu.angajala15-Jan-07 0:32
cnu.angajala15-Jan-07 0:32 

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.