Showing posts with label ASP.NET System Configuration. Show all posts
Showing posts with label ASP.NET System Configuration. Show all posts

Monday, 29 April 2013

Standard Configuration Tags


Standard Configuration Tags 

THREE MAIN CONFIGURATION GROUP : 



  • ASP.NET Application Configuration
  • ASP.NET System Configuration
  • ASP.NET Security Configuration



  • SESSION STATE  :   <sessionState> Allows configuration of the System  session state HTTP module.
  • TRACE :  <trace> Allows configuration of the ASP.NET Application  trace service.
  • TRUST : <trust> Allows configuration of the code Security  access security permission set used to run your  application.
  • WEB REQUEST MODULE : <webRequestModules> Allows configuration of ASP.NET’s System use of modules for request processing based on the prefix.
  • WEB SERVICES : <webServices> Allows configuration of ASP.NET System  Web Services settings.