Click here to Skip to main content
15,920,503 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Repeat and spam Pin
Ajay Kale New27-Sep-10 2:35
Ajay Kale New27-Sep-10 2:35 
GeneralRe: Repeat and spam Pin
5fingers28-Sep-10 1:15
5fingers28-Sep-10 1:15 
GeneralRe: Repeat and spam Pin
Ajay Kale New28-Sep-10 1:22
Ajay Kale New28-Sep-10 1:22 
Questionsending parameter to webmethod - autocomplete extender Pin
rajkumar.326-Sep-10 21:12
rajkumar.326-Sep-10 21:12 
Questionsession fixation Pin
padmanabhan N26-Sep-10 21:06
padmanabhan N26-Sep-10 21:06 
QuestionPage.RegisterStartupScript Pin
Member 387988126-Sep-10 19:33
Member 387988126-Sep-10 19:33 
AnswerRe: Page.RegisterStartupScript Pin
Abhijit Jana26-Sep-10 20:50
professionalAbhijit Jana26-Sep-10 20:50 
GeneralRe: Page.RegisterStartupScript Pin
Not Active27-Sep-10 2:40
mentorNot Active27-Sep-10 2:40 
GeneralRe: Page.RegisterStartupScript Pin
Abhijit Jana27-Sep-10 5:50
professionalAbhijit Jana27-Sep-10 5:50 
AnswerRe: Page.RegisterStartupScript Pin
Not Active27-Sep-10 2:38
mentorNot Active27-Sep-10 2:38 
Questionsql update blank when use use with master page Pin
OUCH NIRAN26-Sep-10 18:21
OUCH NIRAN26-Sep-10 18:21 
AnswerRe: sql update blank when use use with master page Pin
Abhijit Jana26-Sep-10 19:24
professionalAbhijit Jana26-Sep-10 19:24 
GeneralRe: sql update blank when use use with master page Pin
OUCH NIRAN3-Oct-10 18:24
OUCH NIRAN3-Oct-10 18:24 
QuestionDynamic Compilation Pin
Gamzun25-Sep-10 12:10
Gamzun25-Sep-10 12:10 
AnswerRe: Dynamic Compilation Pin
Keith Barrow25-Sep-10 12:13
professionalKeith Barrow25-Sep-10 12:13 
GeneralRe: Dynamic Compilation Pin
Gamzun25-Sep-10 12:26
Gamzun25-Sep-10 12:26 
AnswerRe: Dynamic Compilation Pin
Abhijit Jana25-Sep-10 19:36
professionalAbhijit Jana25-Sep-10 19:36 
GeneralRe: Dynamic Compilation Pin
N a v a n e e t h25-Sep-10 19:50
N a v a n e e t h25-Sep-10 19:50 
GeneralRe: Dynamic Compilation Pin
Abhijit Jana25-Sep-10 20:02
professionalAbhijit Jana25-Sep-10 20:02 
GeneralRe: Dynamic Compilation Pin
Ankur\m/25-Sep-10 23:35
professionalAnkur\m/25-Sep-10 23:35 
GeneralRe: Dynamic Compilation Pin
Abhijit Jana26-Sep-10 6:17
professionalAbhijit Jana26-Sep-10 6:17 
AnswerRe: Dynamic Compilation Pin
N a v a n e e t h25-Sep-10 19:46
N a v a n e e t h25-Sep-10 19:46 
I think there is no correct answer to this question as no one has access to the source code to verify how they do it internally. The most likely implementation would be this.

ASP.NET keeps track of all the files it has compiled with a date/time stamp. When IIS gets request to serve a ASPX page, it redirects it to the ASP.NET processing handler. This will compare the requested file's modified time against the one in the cache. If it is newer, it does a compilation and updates the cache. Compilation strategy depends on what file you have changed. If the change is for top level files like, global.asax or assemblies in the bin directory, it will recompile all the files.

Smile | :)
Best wishes,
Navaneeth

GeneralRe: Dynamic Compilation Pin
Gamzun25-Sep-10 21:24
Gamzun25-Sep-10 21:24 
QuestionCode for creating trial version of software created in VB.Net 2005? [modified] Pin
MohanMbnr25-Sep-10 2:59
MohanMbnr25-Sep-10 2:59 
AnswerRe: Code for creating trial version of software created in ASP.Net 2005? Pin
Sandeep Mewara25-Sep-10 8:50
mveSandeep Mewara25-Sep-10 8:50 

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.