Click here to Skip to main content
15,893,668 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: fileupload.hasfile always return false ??? Pin
Abhishek Sur22-Aug-09 11:43
professionalAbhishek Sur22-Aug-09 11:43 
GeneralRe: fileupload.hasfile always return false ??? Pin
Priyagdpl26-Aug-09 0:40
Priyagdpl26-Aug-09 0:40 
QuestionSkin file vs CSS file Pin
nagendrathecoder21-Aug-09 20:55
nagendrathecoder21-Aug-09 20:55 
AnswerRe: Skin file vs CSS file Pin
Seraph_summer22-Aug-09 7:37
Seraph_summer22-Aug-09 7:37 
AnswerRe: Skin file vs CSS file Pin
Abhishek Sur22-Aug-09 12:12
professionalAbhishek Sur22-Aug-09 12:12 
AnswerRe: Skin file vs CSS file Pin
nagendrathecoder23-Aug-09 23:59
nagendrathecoder23-Aug-09 23:59 
QuestionContinue the background process on postbacks Pin
M. J. Jaya Chitra21-Aug-09 20:37
M. J. Jaya Chitra21-Aug-09 20:37 
AnswerRe: Continue the background process on postbacks Pin
r a m e s h21-Aug-09 23:07
r a m e s h21-Aug-09 23:07 
I would suggest to develop the process as a windows application and run it from asp.net if it is a bigger one.

Because if you run the process from asp.net itself, then it will run within the context of IIS and also the the memory allocated to IIS is limited. This will broke the execution of the process if it is big. If the memory occupied by the process is exceed the IIS memory limit, then the session will be broken.

So if you create the process as a windows application, you can start the executable in the server side and pass some parameters as command line aruguments(if required) from asp.net. In this scenario, the process will not run under IIS context. But your asp.net application will need access rights to run the application. You can watch whether the process is completed asynchronously using client side timers.
AnswerRe: Continue the background process on postbacks Pin
devilidea23-Aug-09 1:19
devilidea23-Aug-09 1:19 
GeneralRe: Continue the background process on postbacks Pin
M. J. Jaya Chitra23-Aug-09 16:59
M. J. Jaya Chitra23-Aug-09 16:59 
QuestionSuggestion??? Pin
Jagz W21-Aug-09 20:25
professionalJagz W21-Aug-09 20:25 
AnswerRe: Suggestion??? Pin
Abhijit Jana21-Aug-09 20:37
professionalAbhijit Jana21-Aug-09 20:37 
Questionhow to use IIS and send emails! Pin
paras.nitk21-Aug-09 19:10
paras.nitk21-Aug-09 19:10 
AnswerRe: how to use IIS and send emails! Pin
Abhijit Jana21-Aug-09 19:42
professionalAbhijit Jana21-Aug-09 19:42 
GeneralRe: how to use IIS and send emails! Pin
paras.nitk22-Aug-09 0:36
paras.nitk22-Aug-09 0:36 
GeneralRe: how to use IIS and send emails! Pin
Abhijit Jana22-Aug-09 20:28
professionalAbhijit Jana22-Aug-09 20:28 
QuestionHi Pin
vijisuren21-Aug-09 19:09
vijisuren21-Aug-09 19:09 
AnswerRe: Hi Pin
Abhijit Jana21-Aug-09 19:44
professionalAbhijit Jana21-Aug-09 19:44 
GeneralRe: Syntax to create class in ASP.net Pin
vijisuren21-Aug-09 20:00
vijisuren21-Aug-09 20:00 
GeneralRe: Syntax to create class in ASP.net Pin
Suresh Suthar21-Aug-09 20:31
professionalSuresh Suthar21-Aug-09 20:31 
GeneralRe: Syntax to create class in ASP.net Pin
Abhijit Jana21-Aug-09 20:35
professionalAbhijit Jana21-Aug-09 20:35 
AnswerRe: Hi Pin
Christian Graus22-Aug-09 1:38
protectorChristian Graus22-Aug-09 1:38 
QuestionConnecting to Oracle in asp.net Pin
srikantha_nagaraj21-Aug-09 18:50
srikantha_nagaraj21-Aug-09 18:50 
QuestionOpen PopUp Window when user close the Browser Close Button Pin
venkat86_ece21-Aug-09 17:32
venkat86_ece21-Aug-09 17:32 
AnswerRe: Open PopUp Window when user close the Browser Close Button Pin
Abhijit Jana21-Aug-09 19:52
professionalAbhijit Jana21-Aug-09 19:52 

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.