Click here to Skip to main content
15,912,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: PasswordRecovery control Pin
MoustafaS21-Dec-06 5:01
MoustafaS21-Dec-06 5:01 
QuestionASP.NET File Upload Pin
sdaniel_cst21-Dec-06 2:09
sdaniel_cst21-Dec-06 2:09 
AnswerRe: ASP.NET File Upload Pin
Pete O'Hanlon21-Dec-06 2:15
mvePete O'Hanlon21-Dec-06 2:15 
GeneralRe: ASP.NET File Upload Pin
sdaniel_cst21-Dec-06 2:19
sdaniel_cst21-Dec-06 2:19 
QuestionIssue related to uploading of large files or large running process. Pin
lokeshgupta1321-Dec-06 2:01
lokeshgupta1321-Dec-06 2:01 
AnswerRe: Issue related to uploading of large files or large running process. Pin
Guffa21-Dec-06 2:58
Guffa21-Dec-06 2:58 
GeneralRe: Issue related to uploading of large files or large running process. Pin
lokeshgupta1321-Dec-06 19:21
lokeshgupta1321-Dec-06 19:21 
GeneralRe: Issue related to uploading of large files or large running process. Pin
Guffa21-Dec-06 21:15
Guffa21-Dec-06 21:15 
lokeshgupta13 wrote:
Thanks for updating me.I tried it in sample application and it worked fine. I found that, two saperate pages processed simultanenously using different threads.


Then one of them is not processing the page any more, just running in the background. Once you end the response, it doesn't matter if you have a thread running in the background. This of course means that the background thread can't send anything to the browser any more, as the response has ended.

lokeshgupta13 wrote:
I disabled sesionState for "Upload File" page


Is that the page containing the upload form, or the page that is recieving the file? Or are they the same? The page recieving the file has to be sessionless, as that's the one running while the file is uploading.

I have myself written an upload application that used a sessionless page for displaying upload progress, so I know that it's possible to do it this way.

lokeshgupta13 wrote:
Is there any other way to achieve the same without disabling the SessionState?


Not unless you can get rid of the single page limitation in the IIS, but I really doubt that is possible. That could introduce threading issues, as you will have several threads running against the same session object. Also it would make the server much more sensetive to DoS attacks.


---
It's amazing to see how much work some people will go through just to avoid a little bit of work.

GeneralRe: Issue related to uploading of large files or large running process. Pin
lokeshgupta1322-Dec-06 19:40
lokeshgupta1322-Dec-06 19:40 
GeneralRe: Issue related to uploading of large files or large running process. Pin
Guffa22-Dec-06 19:45
Guffa22-Dec-06 19:45 
GeneralRe: Issue related to uploading of large files or large running process. Pin
lokeshgupta1322-Dec-06 20:56
lokeshgupta1322-Dec-06 20:56 
Questionnot able to write to file in asp.net. Pin
rama charan21-Dec-06 2:00
rama charan21-Dec-06 2:00 
AnswerRe: not able to write to file in asp.net. Pin
Pete O'Hanlon21-Dec-06 2:08
mvePete O'Hanlon21-Dec-06 2:08 
GeneralRe: not able to write to file in asp.net. Pin
Colin Angus Mackay21-Dec-06 2:21
Colin Angus Mackay21-Dec-06 2:21 
GeneralRe: not able to write to file in asp.net. Pin
rama charan21-Dec-06 2:24
rama charan21-Dec-06 2:24 
GeneralRe: not able to write to file in asp.net. Pin
Pete O'Hanlon21-Dec-06 2:29
mvePete O'Hanlon21-Dec-06 2:29 
GeneralRe: not able to write to file in asp.net. Pin
rama charan21-Dec-06 6:48
rama charan21-Dec-06 6:48 
QuestionT-SQL transaction vs ADO.NET transactions Pin
Dinuraj21-Dec-06 1:28
Dinuraj21-Dec-06 1:28 
AnswerRe: T-SQL transaction vs ADO.NET transactions Pin
Pete O'Hanlon21-Dec-06 2:06
mvePete O'Hanlon21-Dec-06 2:06 
Questionhow to encrypt password in web.config? Pin
samerh21-Dec-06 1:23
samerh21-Dec-06 1:23 
AnswerRe: how to encrypt password in web.config? Pin
Sebastian M21-Dec-06 2:25
Sebastian M21-Dec-06 2:25 
AnswerRe: how to encrypt password in web.config? Pin
enjoycrack21-Dec-06 19:23
enjoycrack21-Dec-06 19:23 
QuestionRequiredfieldValidator Pin
smruti_ranjan21-Dec-06 1:13
smruti_ranjan21-Dec-06 1:13 
AnswerRe: RequiredfieldValidator Pin
MY120121-Dec-06 9:19
MY120121-Dec-06 9:19 
QuestionRegular Expression needed... Pin
just3ala221-Dec-06 0:59
just3ala221-Dec-06 0:59 

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.