Click here to Skip to main content
16,005,437 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: play mp3 saved in a folder outside root directory Pin
ennaj26-Oct-06 13:10
ennaj26-Oct-06 13:10 
QuestionJavascript 2.0 Pin
Jamie Nordmeyer26-Oct-06 6:59
Jamie Nordmeyer26-Oct-06 6:59 
Questioncronjob Pin
dansoft26-Oct-06 6:55
dansoft26-Oct-06 6:55 
AnswerRe: cronjob Pin
eggsovereasy26-Oct-06 11:18
eggsovereasy26-Oct-06 11:18 
GeneralRe: cronjob Pin
dansoft28-Oct-06 20:28
dansoft28-Oct-06 20:28 
QuestionSession object file size limit? Pin
Goalie3526-Oct-06 5:16
Goalie3526-Oct-06 5:16 
AnswerRe: Session object file size limit? Pin
ednrgc26-Oct-06 5:58
ednrgc26-Oct-06 5:58 
AnswerRe: Session object file size limit? Pin
Guffa26-Oct-06 6:31
Guffa26-Oct-06 6:31 
The limitation is the amount of free memory on the server.

Be aware that by storing large objects in session variables, the site gets sensetive to DoS attacks. It's easy to create new sessions that will quickly use up all available memory, rendering the server unusable.

Also, storing large objects in session variables uses a lot of memory resources even in peaceful times. As the session objects live for a long time, anything you put in them will use a bit of memory for a relatively long period of time. It's normal for a web application to use resources for fractions of a second and then release them, so when you allocate memory that you hold on to for something like half an hour, that uses much more resources than normal.


---
b { font-weight: normal; }

AnswerRe: Session object file size limit? Pin
indianet26-Oct-06 9:56
indianet26-Oct-06 9:56 
QuestionHow to do https request and get correct Response using MSXML dll? Pin
pubududilena26-Oct-06 3:48
pubududilena26-Oct-06 3:48 
AnswerRe: How to do https request and get correct Response using MSXML dll? Pin
ednrgc26-Oct-06 6:08
ednrgc26-Oct-06 6:08 
QuestionQuestion Pin
cloudking1196626-Oct-06 3:37
cloudking1196626-Oct-06 3:37 
AnswerRe: Question Pin
ednrgc26-Oct-06 6:02
ednrgc26-Oct-06 6:02 
GeneralRe: Question Pin
cloudking1196626-Oct-06 19:19
cloudking1196626-Oct-06 19:19 
QuestionCustom Web Control Error Messaging Pin
Christopher Stratmann26-Oct-06 3:10
Christopher Stratmann26-Oct-06 3:10 
AnswerRe: Custom Web Control Error Messaging Pin
ednrgc26-Oct-06 4:46
ednrgc26-Oct-06 4:46 
QuestionHow Create Tables in wich we can create cell according to our data. and How can Apply Paging On them ?????? Pin
Narender4uall26-Oct-06 2:49
Narender4uall26-Oct-06 2:49 
QuestionASP Panel Pin
proguy26-Oct-06 2:49
proguy26-Oct-06 2:49 
AnswerRe: ASP Panel Pin
Guffa26-Oct-06 6:37
Guffa26-Oct-06 6:37 
Questioni could not able to display the images in the grid my database is mysql here is the code Pin
yennikiran26-Oct-06 2:41
yennikiran26-Oct-06 2:41 
QuestionDynamic retrieval of html from a url Pin
mark_ian26-Oct-06 2:15
mark_ian26-Oct-06 2:15 
QuestionPaypal Integration with asp.net web applications Pin
Thakur Vikas26-Oct-06 1:03
Thakur Vikas26-Oct-06 1:03 
AnswerRe: Paypal Integration with asp.net web applications Pin
minhpc_bk26-Oct-06 15:58
minhpc_bk26-Oct-06 15:58 
QuestionVery Urgent,plzzzzzz help me Pin
MissionSuccess26-Oct-06 0:54
MissionSuccess26-Oct-06 0:54 
Questionveryone Pin
MissionSuccess26-Oct-06 0:48
MissionSuccess26-Oct-06 0:48 

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.