Click here to Skip to main content
15,895,011 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: web site deployment issue Pin
George_George16-Dec-08 20:57
George_George16-Dec-08 20:57 
GeneralRe: web site deployment issue Pin
N a v a n e e t h16-Dec-08 21:06
N a v a n e e t h16-Dec-08 21:06 
GeneralRe: web site deployment issue Pin
George_George17-Dec-08 1:22
George_George17-Dec-08 1:22 
GeneralRe: web site deployment issue Pin
N a v a n e e t h17-Dec-08 1:36
N a v a n e e t h17-Dec-08 1:36 
GeneralRe: web site deployment issue Pin
George_George17-Dec-08 1:45
George_George17-Dec-08 1:45 
GeneralRe: web site deployment issue Pin
N a v a n e e t h19-Dec-08 19:59
N a v a n e e t h19-Dec-08 19:59 
GeneralRe: web site deployment issue Pin
George_George19-Dec-08 23:54
George_George19-Dec-08 23:54 
GeneralRe: web site deployment issue Pin
N a v a n e e t h20-Dec-08 9:41
N a v a n e e t h20-Dec-08 9:41 
1 - I don't remember any documents right now. But I believe all good ASP.NET books explains this.

George_George wrote:
"precompiled" -- you mean build into managed code DLL? I think all ASP.Net application is precompiled since we always encapsulate function into DLL and DLL is compiled. Any exceptions which are deployed but not precompiled?


ASP.NET allows many types of deployment. It allows you to just copy the ASPX and code behind files to server and which will be compiled when it is requested. Precompiled method produces assemblies and you only need to copy ASPX files and those assemblies

George_George wrote:
"still you will notice a performance degrade when requesting the page for the first time" -- because of JIT managed code into native code for the 1st time?


Yep.


GeneralRe: web site deployment issue Pin
George_George23-Dec-08 22:58
George_George23-Dec-08 22:58 
GeneralRe: web site deployment issue Pin
Abhijit Jana16-Dec-08 21:59
professionalAbhijit Jana16-Dec-08 21:59 
GeneralRe: web site deployment issue Pin
George_George17-Dec-08 1:24
George_George17-Dec-08 1:24 
GeneralRe: web site deployment issue [modified] Pin
Abhijit Jana17-Dec-08 2:04
professionalAbhijit Jana17-Dec-08 2:04 
GeneralRe: web site deployment issue Pin
George_George17-Dec-08 19:31
George_George17-Dec-08 19:31 
GeneralRe: web site deployment issue Pin
N a v a n e e t h19-Dec-08 20:01
N a v a n e e t h19-Dec-08 20:01 
GeneralRe: web site deployment issue Pin
George_George19-Dec-08 23:59
George_George19-Dec-08 23:59 
GeneralRe: web site deployment issue Pin
N a v a n e e t h20-Dec-08 9:37
N a v a n e e t h20-Dec-08 9:37 
GeneralRe: web site deployment issue Pin
George_George23-Dec-08 23:15
George_George23-Dec-08 23:15 
QuestionHow to post link to orkut scrapbook from my web application Pin
prabhuch8516-Dec-08 19:55
prabhuch8516-Dec-08 19:55 
AnswerRe: How to post link to orkut scrapbook from my web application Pin
Abhijit Jana16-Dec-08 20:28
professionalAbhijit Jana16-Dec-08 20:28 
QuestionRating System Pin
amit sahu2016-Dec-08 19:20
amit sahu2016-Dec-08 19:20 
AnswerRe: Rating System Pin
Brij16-Dec-08 19:28
mentorBrij16-Dec-08 19:28 
AnswerRe: Rating System Pin
Abhijit Jana16-Dec-08 19:33
professionalAbhijit Jana16-Dec-08 19:33 
AnswerRe: Rating System Pin
Christian Graus16-Dec-08 19:42
protectorChristian Graus16-Dec-08 19:42 
AnswerRe: Rating System Pin
N a v a n e e t h16-Dec-08 20:56
N a v a n e e t h16-Dec-08 20:56 
Questionconvert local time to another country time Pin
Guvera16-Dec-08 18:57
Guvera16-Dec-08 18:57 

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.