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

ASP.NET

 
AnswerRe: Reading PDF Files on Remote Server Pin
Not Active10-Nov-10 12:42
mentorNot Active10-Nov-10 12:42 
Questionwant to expect some controls to be not cached , How ? Pin
Honeyboy_2010-Nov-10 3:01
Honeyboy_2010-Nov-10 3:01 
AnswerRe: want to expect some controls to be not cached , How ? Pin
Brij10-Nov-10 6:38
mentorBrij10-Nov-10 6:38 
QuestionCreate sample standalone forum similar to jitbit, Pin
swornavidhya_m10-Nov-10 1:18
swornavidhya_m10-Nov-10 1:18 
AnswerRe: Create sample standalone forum similar to jitbit, Pin
JHizzle10-Nov-10 2:55
JHizzle10-Nov-10 2:55 
QuestionFirst Loading is Slow... in a while Pin
Dirso9-Nov-10 9:05
Dirso9-Nov-10 9:05 
AnswerRe: First Loading is Slow... in a while Pin
Vimalsoft(Pty) Ltd9-Nov-10 10:33
professionalVimalsoft(Pty) Ltd9-Nov-10 10:33 
AnswerRe: First Loading is Slow... in a while (modified) Pin
Manfred Rudolf Bihy10-Nov-10 2:19
professionalManfred Rudolf Bihy10-Nov-10 2:19 
Hi Dirso,

this issue your facing might well have to do with the automatic recycling of the worker process
(i.e. the process thats running your application is restarted and thusly also recompiles).
The following link has some information on a couple of parameters you can check out to resolve this:
Configuring the ASP.NET Worker Process through the 'machine.config' file

Hope this helps.

Addition:
If a worker process is recycled this should be logged in the event logs,
more specifically in the system event log:

Event Type:      Information
Event Source:      W3SVC
Event Category:      None
Event ID:      XXXXX
Date:            XXXXXX
Time:            XX:XX:XX
User:            N/A
Computer:      YOUR.SERVER.NAME


Cheers

Manfred
QuestionHow to ignore textbox control focus while using TAB. Pin
Asif Rehman9-Nov-10 2:14
Asif Rehman9-Nov-10 2:14 
AnswerRe: How to ignore textbox control focus while using TAB. Pin
Brij9-Nov-10 6:33
mentorBrij9-Nov-10 6:33 
AnswerRe: How to ignore textbox control focus while using TAB. Pin
TweakBird9-Nov-10 7:00
TweakBird9-Nov-10 7:00 
QuestionHow to raise Window.ShowModalDialog and Window.open simultaniously Pin
kuusuma9-Nov-10 0:35
kuusuma9-Nov-10 0:35 
AnswerRe: How to raise Window.ShowModalDialog and Window.open simultaniously Pin
Not Active9-Nov-10 2:16
mentorNot Active9-Nov-10 2:16 
AnswerRe: How to raise Window.ShowModalDialog and Window.open simultaniously Pin
Shameel9-Nov-10 3:43
professionalShameel9-Nov-10 3:43 
AnswerRe: How to raise Window.ShowModalDialog and Window.open simultaniously Pin
T M Gray9-Nov-10 8:11
T M Gray9-Nov-10 8:11 
QuestionTheme and Skin Pin
Satish_S8-Nov-10 17:58
Satish_S8-Nov-10 17:58 
AnswerRe: Theme and Skin Pin
Tej Aj8-Nov-10 19:08
Tej Aj8-Nov-10 19:08 
QuestionImage not shown in masterpage when content page is in sub-folder. Pin
Asif Rehman7-Nov-10 23:31
Asif Rehman7-Nov-10 23:31 
AnswerRe: Image not shown in masterpage when content page is in sub-folder. Pin
Anurag Gandhi7-Nov-10 23:42
professionalAnurag Gandhi7-Nov-10 23:42 
AnswerRe: Thanks, It works fine. But problem with CSS file. Pin
Asif Rehman7-Nov-10 23:58
Asif Rehman7-Nov-10 23:58 
GeneralRe: Thanks, It works fine. But problem with CSS file. Pin
Rhys Gravell8-Nov-10 0:13
professionalRhys Gravell8-Nov-10 0:13 
AnswerRe: Thanks, It works fine. But problem with CSS file. Pin
Anurag Gandhi8-Nov-10 0:22
professionalAnurag Gandhi8-Nov-10 0:22 
QuestionSelect query from datetime field [modified] Pin
treuveni7-Nov-10 0:22
treuveni7-Nov-10 0:22 
AnswerRe: Select query from datetime field Pin
Not Active7-Nov-10 5:03
mentorNot Active7-Nov-10 5:03 
GeneralRe: Select query from datetime field Pin
treuveni8-Nov-10 1:13
treuveni8-Nov-10 1:13 

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.