Click here to Skip to main content
15,915,072 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: System.OutOfMemoryException Pin
Abhishek Sur21-Sep-08 22:21
professionalAbhishek Sur21-Sep-08 22:21 
Generally the cause of this is:
Reading large data sets into memory.
Creating excessive cache entries.
Uploading or downloading large files.
Excessive use of regular expressions or strings while parsing files.
Excessive view state.
Too much data in session state or too many sessions.

Maybe if you are using Reports it may sometimes eat up the whole memory. Increase the memory of IIS and also do optimisation to your code so that you dont use much of your server space ....

Abhishek Sur


AnswerRe: System.OutOfMemoryException Pin
N a v a n e e t h21-Sep-08 23:08
N a v a n e e t h21-Sep-08 23:08 
Questionwindow.close() for mozilla for single window without popup Pin
ashish bhakhar21-Sep-08 21:42
ashish bhakhar21-Sep-08 21:42 
Questionusing orcle server client Pin
brettokumar21-Sep-08 21:31
professionalbrettokumar21-Sep-08 21:31 
AnswerRe: using orcle server client Pin
Abhishek Sur21-Sep-08 22:26
professionalAbhishek Sur21-Sep-08 22:26 
AnswerRe: using orcle server client Pin
N a v a n e e t h21-Sep-08 23:10
N a v a n e e t h21-Sep-08 23:10 
QuestionTreeview in Dropdown Extendar Pin
rahul.net1121-Sep-08 21:14
rahul.net1121-Sep-08 21:14 
Questionhow to write this code in C# Pin
Piyush Vardhan Singh21-Sep-08 20:46
Piyush Vardhan Singh21-Sep-08 20:46 
AnswerRe: how to write this code in C# Pin
Caio Kinzel Filho21-Sep-08 20:53
Caio Kinzel Filho21-Sep-08 20:53 
GeneralRe: how to write this code in C# Pin
Piyush Vardhan Singh21-Sep-08 21:22
Piyush Vardhan Singh21-Sep-08 21:22 
GeneralRe: how to write this code in C# Pin
Abhishek Sur21-Sep-08 22:24
professionalAbhishek Sur21-Sep-08 22:24 
GeneralRe: how to write this code in C# Pin
Caio Kinzel Filho22-Sep-08 3:41
Caio Kinzel Filho22-Sep-08 3:41 
QuestionHorizontal and vertical centering of a Update panel progress bar in a page. How? Pin
G Nathan21-Sep-08 20:12
G Nathan21-Sep-08 20:12 
QuestionCall a perl script (.pl file) from asp.net Pin
giri_jazz21-Sep-08 20:01
giri_jazz21-Sep-08 20:01 
Questionasp.net web application on Linux server Pin
UD(IA)21-Sep-08 19:52
UD(IA)21-Sep-08 19:52 
AnswerRe: asp.net web application on Linux server Pin
Caio Kinzel Filho21-Sep-08 20:07
Caio Kinzel Filho21-Sep-08 20:07 
GeneralRe: asp.net web application on Linux server Pin
UD(IA)22-Sep-08 0:54
UD(IA)22-Sep-08 0:54 
GeneralRe: asp.net web application on Linux server Pin
Caio Kinzel Filho22-Sep-08 3:46
Caio Kinzel Filho22-Sep-08 3:46 
Questionhow to validate the text enter in the textbox after entering the complete in text in the textbox Pin
lakshmichawala21-Sep-08 18:51
lakshmichawala21-Sep-08 18:51 
AnswerRe: how to validate the text enter in the textbox after entering the complete in text in the textbox Pin
Caio Kinzel Filho21-Sep-08 20:29
Caio Kinzel Filho21-Sep-08 20:29 
GeneralRe: how to validate the text enter in the textbox after entering the complete in text in the textbox Pin
lakshmichawala21-Sep-08 21:09
lakshmichawala21-Sep-08 21:09 
GeneralRe: how to validate the text enter in the textbox after entering the complete in text in the textbox Pin
balaji.t21-Sep-08 22:49
balaji.t21-Sep-08 22:49 
Questionhow this Request.send work (XMLHttpRequest ) Pin
Member 465900121-Sep-08 18:40
Member 465900121-Sep-08 18:40 
AnswerRe: how this Request.send work (XMLHttpRequest ) Pin
Steve Echols21-Sep-08 19:03
Steve Echols21-Sep-08 19:03 
GeneralRe: how this Request.send work (XMLHttpRequest ) Pin
Member 465900121-Sep-08 20:02
Member 465900121-Sep-08 20:02 

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.