To reduce the load time of this blog , we suggest setting the generatePublisherEvidence parameter to false in app.config for executable files.
<configuration> <runtime> <generatePublisherEvidence enabled="false"/> </runtime> </configuration>
Where can I install it for web applications? The blog suggests that this does not happen in web.config. Where else should I put this?
Comments on the same blog entry are mentioned in order to put it in the aspnet.config file in C: \ windows \ Microsoft.NET \ Framework \ vxxxxx. I said that. Could not find settings for one application.
machine.config IIS. web.config <configuration>, not . <configSections>.
<configuration>
<configSections>
Source: https://habr.com/ru/post/1743948/More articles:PHP REMOTE_ADDR and secure sessions - securitymysql export and import utf8 data: best practices - importSFINAE error with enumeration template parameter - c ++Multithreaded Haskell - multithreadingSilverlight Async Template Design Problem - asynchronousHow to convert a RGB value to a color name in Silverlight 4.0? - colorsHow to use an expression in an xsl: include element in XSLT processing - xsltLocalization of a JSF 1.2 application with UTF-8 resources - javaChanging classes created with loadNibNamed - objective-cMaven webapp with Eclipse and WTP plugins deploy files in Tomcat paths - eclipseAll Articles