Click here to Skip to main content
15,896,269 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: Code for creating trial version of software created in ASP.Net 2005? Pin
Not Active25-Sep-10 9:42
mentorNot Active25-Sep-10 9:42 
Questionx.co service [modified] Pin
Jassim Rahma24-Sep-10 12:36
Jassim Rahma24-Sep-10 12:36 
AnswerRe: x.com service Pin
Luc Pattyn24-Sep-10 12:39
sitebuilderLuc Pattyn24-Sep-10 12:39 
Questionweb.config problem Pin
Jassim Rahma24-Sep-10 11:49
Jassim Rahma24-Sep-10 11:49 
AnswerRe: web.config problem Pin
Not Active25-Sep-10 9:38
mentorNot Active25-Sep-10 9:38 
GeneralRe: web.config problem Pin
Jassim Rahma25-Sep-10 10:27
Jassim Rahma25-Sep-10 10:27 
GeneralRe: web.config problem Pin
Not Active25-Sep-10 11:32
mentorNot Active25-Sep-10 11:32 
GeneralRe: web.config problem Pin
Gamzun25-Sep-10 21:30
Gamzun25-Sep-10 21:30 
GeneralRe: web.config problem Pin
Jassim Rahma25-Sep-10 21:40
Jassim Rahma25-Sep-10 21:40 
GeneralRe: web.config problem Pin
Gamzun4-Oct-10 20:36
Gamzun4-Oct-10 20:36 
QuestionAnonymous usser URL access testing issues Pin
jboyd11124-Sep-10 11:04
jboyd11124-Sep-10 11:04 
AnswerRe: Anonymous usser URL access testing issues Pin
T M Gray24-Sep-10 11:37
T M Gray24-Sep-10 11:37 
GeneralRe: Anonymous usser URL access testing issues Pin
jboyd11127-Sep-10 3:50
jboyd11127-Sep-10 3:50 
GeneralRe: Anonymous usser URL access testing issues Pin
jboyd11127-Sep-10 9:30
jboyd11127-Sep-10 9:30 

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.