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

ASP.NET

 
AnswerRe: sending Email in C# Pin
eyeseetee26-Aug-08 23:37
eyeseetee26-Aug-08 23:37 
GeneralRe: sending Email in C# Pin
kvsreedhar26-Aug-08 23:57
kvsreedhar26-Aug-08 23:57 
QuestionReload Main Page [modified] Pin
omlac26-Aug-08 22:45
omlac26-Aug-08 22:45 
AnswerRe: Reload Main Page Pin
N a v a n e e t h26-Aug-08 23:34
N a v a n e e t h26-Aug-08 23:34 
GeneralRe: Reload Main Page Pin
omlac26-Aug-08 23:47
omlac26-Aug-08 23:47 
Questionmulti-lingual site Pin
kadkir26-Aug-08 22:22
kadkir26-Aug-08 22:22 
AnswerRe: multi-lingual site Pin
Manas Bhardwaj26-Aug-08 22:29
professionalManas Bhardwaj26-Aug-08 22:29 
QuestionLong Running Processes & IIS Pin
moon_stick26-Aug-08 22:13
moon_stick26-Aug-08 22:13 
I've inherited a web application that's causing me problems... Part of the application needs to import and process a large amount of data and at the moment this process is all managed within code in the webpage. I wasn't particularly happy about doing it this way (the process can run in excess of 12 hours) but as always a lack of time and impending deadlines meant I didn't have the choice to change it.

The process is run from a callback thread in the webpage as
ThreadPool.QueueUserWorkItem(new WaitCallback(ImportDatabase), (object)importParams);

In development and UAT environments everything worked fine but on migrating to a production environment I've been running into a problem where the State disappears every so often and the process hangs and I assume that this is because the application pool is being recycled.

Does anyone have any advice (that isn't 'rewrite' which I'm probably going to have to do anyway) that could help me get around this problem?

It definitely isn't definatley

QuestionNot able to read the dynamic controls Pin
rajasreepradeep26-Aug-08 21:53
rajasreepradeep26-Aug-08 21:53 
AnswerRe: Not able to read the dynamic controls Pin
Gayani Devapriya26-Aug-08 22:41
Gayani Devapriya26-Aug-08 22:41 
GeneralRe: Not able to read the dynamic controls Pin
rajasreepradeep26-Aug-08 23:39
rajasreepradeep26-Aug-08 23:39 
Questionajax toolkit Pin
arkiboys26-Aug-08 21:39
arkiboys26-Aug-08 21:39 
AnswerRe: ajax toolkit Pin
eyeseetee26-Aug-08 22:01
eyeseetee26-Aug-08 22:01 
QuestionIrrespective of the file type(Audio or video) it shud play when user cliks on filename Pin
reogeo200826-Aug-08 21:35
reogeo200826-Aug-08 21:35 
QuestionChange Web Application folder Pin
peter_790126-Aug-08 20:45
peter_790126-Aug-08 20:45 
AnswerRe: Change Web Application folder Pin
eyeseetee26-Aug-08 21:51
eyeseetee26-Aug-08 21:51 
GeneralRe: Change Web Application folder Pin
peter_790127-Aug-08 13:16
peter_790127-Aug-08 13:16 
Questionhow to restrict image folder from direct access Pin
Neeraj Arora26-Aug-08 20:34
Neeraj Arora26-Aug-08 20:34 
AnswerRe: how to restrict image folder from direct access Pin
Abhishek Sur26-Aug-08 21:00
professionalAbhishek Sur26-Aug-08 21:00 
GeneralRe: how to restrict image folder from direct access Pin
Neeraj Arora26-Aug-08 21:10
Neeraj Arora26-Aug-08 21:10 
AnswerRe: how to restrict image folder from direct access Pin
N a v a n e e t h26-Aug-08 21:05
N a v a n e e t h26-Aug-08 21:05 
GeneralRe: how to restrict image folder from direct access Pin
Neeraj Arora26-Aug-08 21:08
Neeraj Arora26-Aug-08 21:08 
GeneralRe: how to restrict image folder from direct access Pin
N a v a n e e t h26-Aug-08 23:30
N a v a n e e t h26-Aug-08 23:30 
GeneralRe: how to restrict image folder from direct access Pin
Neeraj Arora27-Aug-08 1:02
Neeraj Arora27-Aug-08 1:02 
AnswerRe: how to restrict image folder from direct access Pin
NeverHeardOfMe26-Aug-08 22:46
NeverHeardOfMe26-Aug-08 22:46 

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.