GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET 2.0

 Print  |  
Question:  Server Configuration File

Answer: What will happen if the Server Configuration File and the Application configuration file have different values for session state?


December 12, 2008 11:32:06 #2
 vagdevi_t   Member Since: November 2008    Total Comments: 2 

RE: Server Configuration File
 
Application Configuration File Variables will over ride the values of server configuration file if allowoverride set as True, if  allowoverride is false then Application Configuration file variables cannot override the values of server configuration file.
     

 

Back To Question