Click here to Skip to main content
15,892,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: get client information Pin
Mazdak12-May-07 20:19
Mazdak12-May-07 20:19 
AnswerRe: get client information Pin
doWhileSomething13-May-07 7:36
doWhileSomething13-May-07 7:36 
Questioncrystal reports merge cells Pin
Mohammad Daba'an12-May-07 7:54
Mohammad Daba'an12-May-07 7:54 
Questiontreeview control Pin
jabbarsb12-May-07 4:45
jabbarsb12-May-07 4:45 
QuestionRow_Updating not updating old value with new value Pin
aransiola12-May-07 1:28
aransiola12-May-07 1:28 
QuestionRow_Databound Event Pin
aransiola12-May-07 1:25
aransiola12-May-07 1:25 
QuestionFor session problem (ASP.NET 2.0) Pin
Darshan_shah12-May-07 0:30
Darshan_shah12-May-07 0:30 
AnswerRe: For session problem (ASP.NET 2.0) Pin
kubben13-May-07 2:47
kubben13-May-07 2:47 
In your web config file you can set the session to timeout longer then the default of 20 minutes:
<sessionState
mode="[Off|InProc|StateServer|SQLServer|Custom]"
timeout="number of minutes"
...
/>

If you have long running processes that you are trying to run in asp.net you will run into other problems as well. There is also a timeout for the iis worker process. So if you are doing some processing that takes a long time to run and doesn't return to the web page, you could run into this worker process timeout as well. You have to set this in the IIS configuration manager. If your app is a long running process, it might be a good idea to write a windows app instead so you don't run into timeout issues.

Hope that helps.
Ben
QuestionUrgent help pls pls for asp.net 2.0 Pin
Darshan_shah12-May-07 0:25
Darshan_shah12-May-07 0:25 
AnswerRe: Urgent help pls pls for asp.net 2.0 Pin
Sandeep Kumar13-May-07 20:12
Sandeep Kumar13-May-07 20:12 
Questioninsert excel datas in mysql db Pin
vijay_8311-May-07 23:29
vijay_8311-May-07 23:29 
QuestionBetter Reporting Tool Pin
amargujrathi200611-May-07 23:07
amargujrathi200611-May-07 23:07 
Questiondownload images Pin
lakkudavanam11-May-07 22:53
lakkudavanam11-May-07 22:53 
AnswerRe: download images Pin
NetBot12-May-07 1:24
NetBot12-May-07 1:24 
QuestionHow to run web application Pin
Bajrang Singh11-May-07 22:40
Bajrang Singh11-May-07 22:40 
AnswerRe: How to run web application Pin
enjoycrack12-May-07 0:51
enjoycrack12-May-07 0:51 
QuestionPrint report with out prompt Pin
Suhail Shahab11-May-07 22:03
Suhail Shahab11-May-07 22:03 
AnswerRe: Print report with out prompt Pin
Fred_Smith11-May-07 22:16
Fred_Smith11-May-07 22:16 
QuestionASP:: runtime error '800a0046' --> Permission denied Pin
dhulipudi11-May-07 21:19
dhulipudi11-May-07 21:19 
AnswerRe: ASP:: runtime error '800a0046' --> Permission denied Pin
Fred_Smith11-May-07 21:26
Fred_Smith11-May-07 21:26 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
dhulipudi11-May-07 21:46
dhulipudi11-May-07 21:46 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
Fred_Smith11-May-07 21:58
Fred_Smith11-May-07 21:58 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
dhulipudi11-May-07 22:09
dhulipudi11-May-07 22:09 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
Fred_Smith11-May-07 22:12
Fred_Smith11-May-07 22:12 
GeneralRe: ASP:: runtime error '800a0046' --&amp;gt; Permission denied [modified] Pin
dhulipudi11-May-07 23:37
dhulipudi11-May-07 23:37 

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.