Click here to Skip to main content
15,890,506 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Need to open .pdf file while click on Hyperlink Pin
Venkat Eswaran12-Sep-08 8:12
Venkat Eswaran12-Sep-08 8:12 
Questionsql express edition Pin
y_mmohd11-Sep-08 22:29
y_mmohd11-Sep-08 22:29 
AnswerRe: sql express edition Pin
Manas Bhardwaj11-Sep-08 23:11
professionalManas Bhardwaj11-Sep-08 23:11 
GeneralRe: sql express edition Pin
y_mmohd15-Sep-08 0:06
y_mmohd15-Sep-08 0:06 
GeneralRe: sql express edition Pin
Manas Bhardwaj15-Sep-08 1:39
professionalManas Bhardwaj15-Sep-08 1:39 
QuestionShow OS Version and Service pack on a web page of the computer viewing the page. Pin
SAadmin11-Sep-08 22:18
SAadmin11-Sep-08 22:18 
AnswerRe: Show OS Version and Service pack on a web page of the computer viewing the page. Pin
www.Developerof.NET11-Sep-08 23:11
www.Developerof.NET11-Sep-08 23:11 
QuestionRestarting application pools Pin
Roger Alsing11-Sep-08 21:41
Roger Alsing11-Sep-08 21:41 
Hi,

I have some questions regarding application pools and the different types of web sites in asp.net.

As far as I understand, an application pool will reset after 20 min idle time by default.
But once that occur, we are experiencing a huge perf hit when accessing the first page in the site.

I get the impression that the site will start recompiling again.
The project type is the vs.net 2005 "web Site" project that does not compile the codebehind into a static dll in the bin folder
I can't recall ever having this problem when I have worked with the older "web Project" projects.

So is the problems I'm experiencing related to the fact that the codebehind is not precompiled and that the reset of the app pool throws away the compilation result of the previous worker processes?

or is the perf hit simply related to alot of overhead in starting up the worker processes?


Any ideas?

Will the problems go away if we change the project into a "web project" with precompiled codebehinds.
Or is the only solution to only allow the app pools to reset once every night or so?


AnswerRe: Restarting application pools Pin
Jörgen Andersson14-Sep-08 8:40
professionalJörgen Andersson14-Sep-08 8:40 
GeneralRe: Restarting application pools Pin
Roger Alsing14-Sep-08 23:03
Roger Alsing14-Sep-08 23:03 
GeneralRe: Restarting application pools Pin
Jörgen Andersson14-Sep-08 23:22
professionalJörgen Andersson14-Sep-08 23:22 
QuestionAuthentication Problem Pin
Daniel Jansson11-Sep-08 21:11
Daniel Jansson11-Sep-08 21:11 
QuestionCan we fill DataSets and DataTables with LINQ like we used to in .net 2.0 Pin
S.Aijaz11-Sep-08 21:00
S.Aijaz11-Sep-08 21:00 
QuestionClose window Pin
omlac11-Sep-08 20:59
omlac11-Sep-08 20:59 
AnswerRe: Close window Pin
Sandeep Akhare12-Sep-08 2:34
Sandeep Akhare12-Sep-08 2:34 
GeneralRe: Close window Pin
omlac12-Sep-08 2:58
omlac12-Sep-08 2:58 
GeneralRe: Close window Pin
Sandeep Akhare12-Sep-08 3:04
Sandeep Akhare12-Sep-08 3:04 
GeneralRe: Close window Pin
omlac12-Sep-08 3:17
omlac12-Sep-08 3:17 
QuestionConverting a webpage into an image Pin
K V Sekhar11-Sep-08 20:08
K V Sekhar11-Sep-08 20:08 
AnswerRe: Converting a webpage into an image Pin
metallica_rock1011-Sep-08 21:24
metallica_rock1011-Sep-08 21:24 
GeneralRe: Converting a webpage into an image Pin
K V Sekhar11-Sep-08 21:32
K V Sekhar11-Sep-08 21:32 
AnswerRe: Converting a webpage into an image Pin
K V Sekhar12-Sep-08 1:31
K V Sekhar12-Sep-08 1:31 
Questionasp.net page on linux server Pin
Krazy Programmer11-Sep-08 19:42
Krazy Programmer11-Sep-08 19:42 
QuestionCapturing Download Dialog box events using javascript Pin
goradaranaresh11-Sep-08 18:58
goradaranaresh11-Sep-08 18:58 
AnswerRe: Capturing Download Dialog box events using javascript Pin
Steven A. Lowe12-Sep-08 18:27
Steven A. Lowe12-Sep-08 18:27 

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.