Click here to Skip to main content
15,881,898 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: web site deployment issue Pin
George_George17-Dec-08 1:17
George_George17-Dec-08 1:17 
AnswerRe: web site deployment issue Pin
N a v a n e e t h16-Dec-08 20:52
N a v a n e e t h16-Dec-08 20:52 
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 
1 - You are repeating the same question. I will try to explain once more. Assume you have 100 users online when doing a site upgrade. All 100 will have some data on their session or whatever it is. When you upgrade the files, ASP.NET recycles the worker process and all the above said sessions will be lost. If your application is not written defensively, it will throw error user in many places.

This is bad and user is not aware of the upgrade. So to prevent all these, a usual practice is to take the site down when upgrading. This method also clears the sessions and other data, but user is informed so that he won't be in a confusion that what's wrong with the application.

2 - If your site is precompiled, ASP.NET will not compile it again. But still you will notice a performance degrade when requesting the page for the first time.

Smile | :)


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 
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 

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.