LISTING webconfig File Schema
<configuration> <location>
<system.web>
<authentication> <forms>
<credentials> <passport> <authorization> <allow> <deny> <browserCaps> <result> <use> <filter> <case> <clientTarget> <add> <remove> <clear>
<compilation> <compilers>
<compiler> <assemblies> <add> <remove> <clear> <customErrors>
<error> <globalization> <httpHandlers>
<remove>
<httpModules>
<remove>
<httpRuntime> <identity> <machineKey> <pages>
<processModel> <securityPolicy>
<trustLevel> <sessionState> <trace> <trust>
<webServices>
<protocols> <add> <remove> <clear>
<serviceDescriptionFormatExtensionTypes> <add> <remove> <clear>
<soapExtensionTypes> <add> <clear>
<soapExtensionReflectorTypes> <add> <clear>
<soapExtensionImporterTypes> <add> <clear>
<WsdlHelpGenerator> </webServices> </system.web> </location> </configuration>
I will touch on a few these sections that are most likely to be modified. This chapter is not intended to document each section of this file. However, you should have a general understanding of where in the web.config file you should modify various settings. For extended documentation, the best place to go is microsoft.com">www.msdn.microsoft.com. Once there, search for the string "ASP.NET Configuration." You can also type in the following URL:
http://msdn.microsoft.com/library/en-us/cpguide/html/ >ยป-cpconaspnetconfiguration.asp
You can also find this information in the online .NET SDK help. (Look up "ASP.NET, configuration section schema" in the index.)
Post a comment