If the response time after modifying a web form or the web.config
file, or after 20 minutes of inactivity, etc. is more than 20 seconds, do the following:
-
Edit the configuration file corresponding to your pool application settings
(DRIVE:\Windows\Microsoft.NET\Framework\v2.0.50727\ASPNET.CONFIG
orDRIVE:\Windows\Microsoft.NET\Framework64\v2.0.50727\ASPNET.CONFIG
). -
Add the
<generatePublisherEvidence enabled="false"/>
parameter :<?xml version="1.0" encoding="UTF-8" ?> <configuration> <runtime> <legacyUnhandledExceptionPolicy enabled="false" /> <legacyImpersonationPolicy enabled="true"/> <alwaysFlowImpersonationPolicy enabled="false"/> <SymbolReadingPolicy enabled="1" /> <generatePublisherEvidence enabled="false"/> </runtime> </configuration>