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

ASP.NET

 
AnswerRe: A question regarding website design Pin
Abhishek Sur14-Dec-09 5:03
professionalAbhishek Sur14-Dec-09 5:03 
AnswerRe: A question regarding website design Pin
Abhijit Jana14-Dec-09 5:59
professionalAbhijit Jana14-Dec-09 5:59 
AnswerRe: A question regarding website design Pin
James Shao14-Dec-09 12:20
James Shao14-Dec-09 12:20 
QuestionApplication State object is destroyed - Dont know why? Pin
vivasaayi14-Dec-09 1:28
vivasaayi14-Dec-09 1:28 
AnswerRe: Application State object is destroyed - Dont know why? Pin
Abhishek Sur14-Dec-09 3:58
professionalAbhishek Sur14-Dec-09 3:58 
GeneralRe: Application State object is destroyed - Dont know why? Pin
N a v a n e e t h14-Dec-09 5:47
N a v a n e e t h14-Dec-09 5:47 
GeneralRe: Application State object is destroyed - Dont know why? Pin
vivasaayi14-Dec-09 18:46
vivasaayi14-Dec-09 18:46 
GeneralRe: Application State object is destroyed - Dont know why? Pin
Abhishek Sur14-Dec-09 22:04
professionalAbhishek Sur14-Dec-09 22:04 
As far as I know, Application object is reinitialized only if :
ASP.NET source is modified, which makes the ASP.NET to recompile,

# Adding, modifying, or deleting assemblies from the application's Bin folder
# Adding, modifying, or deleting localization resources from the <code>App_GlobalResources</code> or <code>App_LocalResources</code> folders
# Adding, modifying, or deleting the application's Global.asax file.
# Adding, modifying, or deleting source code files in the <code>App_Code</code> directory.
# Adding, modifying, or deleting Profile configuration.
# Adding, modifying, or deleting Web service references in the <code>App_WebReferences</code> directory.
# Adding, modifying, or deleting the application's Web.config file.


Check this :
http://msdn.microsoft.com/en-us/library/ms178473.aspx[^]

Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

AnswerRe: Application State object is destroyed - Dont know why? Pin
N a v a n e e t h14-Dec-09 5:43
N a v a n e e t h14-Dec-09 5:43 
QuestionCross site Scripting XSS Pin
sachees12314-Dec-09 0:45
sachees12314-Dec-09 0:45 
AnswerRe: Cross site Scripting XSS Pin
SeMartens14-Dec-09 1:23
SeMartens14-Dec-09 1:23 
GeneralRe: Cross site Scripting XSS Pin
sachees12314-Dec-09 18:37
sachees12314-Dec-09 18:37 
AnswerRe: Cross site Scripting XSS Pin
Abhijit Jana14-Dec-09 6:37
professionalAbhijit Jana14-Dec-09 6:37 
QuestionASP.NET Application Development – Tools Pin
Karina.R14-Dec-09 0:39
Karina.R14-Dec-09 0:39 
AnswerRe: ASP.NET Application Development – Tools Pin
SeMartens14-Dec-09 1:25
SeMartens14-Dec-09 1:25 
AnswerRe: ASP.NET Application Development – Tools Pin
Abhijit Jana14-Dec-09 6:01
professionalAbhijit Jana14-Dec-09 6:01 
QuestionWeb 2.0 & JavaScript Framework Pin
Karina.R14-Dec-09 0:21
Karina.R14-Dec-09 0:21 
AnswerRe: Web 2.0 & JavaScript Framework Pin
SeMartens14-Dec-09 1:29
SeMartens14-Dec-09 1:29 
AnswerRe: Web 2.0 & JavaScript Framework Pin
Abhijit Jana14-Dec-09 6:05
professionalAbhijit Jana14-Dec-09 6:05 
QuestionDynamic item template Pin
sekannak14-Dec-09 0:20
sekannak14-Dec-09 0:20 
AnswerRe: Dynamic item template Pin
Dinesh Mani14-Dec-09 0:46
Dinesh Mani14-Dec-09 0:46 
GeneralRe: Dynamic item template Pin
sekannak14-Dec-09 0:59
sekannak14-Dec-09 0:59 
GeneralRe: Dynamic item template Pin
Dinesh Mani14-Dec-09 1:13
Dinesh Mani14-Dec-09 1:13 
Questionmultiple step oledb exception Pin
rajatarora13-Dec-09 22:28
rajatarora13-Dec-09 22:28 
AnswerRe: multiple step oledb exception Pin
SeMartens14-Dec-09 1:30
SeMartens14-Dec-09 1: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.