WSUS not download patches
i installed wsus on windows server 2008. following deloyment guide. unable find informagtion in applicationhost.config file. furthermore, file in different folder listed deployment guide. file in %windir%\system32\inetsrv\config. cannot seem find <system.webserver> section <modules> under it. system.webserver listed multiple times in file. located add name="customerrormodule more once. i'm not sure how deal this. addname = "customerrormodule" shows twice in file, not under system.webserver.
configuring iis 7.0
after installing iis 7.0 on windows server 2008, need update iis configuration file.
1. open iis configuration file: %windir%\system32\inetsrv\applicationhost.config
2. in <system.webserver><modules> tag, remove <add name="customerrormodule">, if present.
3. in <system.webserver><modules> tag, add <remove name="customerrormodule">.
the resulting tag should this:
<system.webserver>
<modules>
<remove name="customerrormodule">
</modules>
</system.webserver>
2. in <system.webserver><modules> tag, remove <add name="customerrormodule">, if present.
the key whole issue last 4 words of sentence in item #2.
the path reference incorrect; i'll post community content correct that, but, nonetheless, appears did find file.
the whole point of recommended change ensure customerrormodule not enabled. if section not there, point in #2 applies.
the documentation presume nominal familiarity .config files contained in iis , asp.net.
lawrence garvin, m.s., mcitp:ea, mcdba, mcsa
principal/cto, onsite technology solutions, houston, texas
microsoft mvp - software distribution (2005-2010)
mvp profile: http://mvp.support.microsoft.com/profile/lawrence.garvin
blog: http://onsitechsolutions.spaces.live.com
Windows Server > WSUS
Comments
Post a Comment