Search Results for web.config

Remove IIS Server version HTTP Response Header

Microsoft Internet Information Services (IIS) logo

...requestFiltering in your web.config system.webServer node: <security> <requestFiltering removeServerHeader ="true" /> </security> In IIS Manager Configuration Editor: IIS Manager Configuration Editor setting property removeServerHeader to true Set removeServerHeader to True...

Monitor website performance in IIS with Zabbix

Zabbix logo

...</items> <discovery_rules> <discovery_rule> <name>Website Insights</name> <key>w3wp.discovery</key> <delay>1m</delay> <item_prototypes> <item_prototype> <name>Website: {#WEBSITE} AnonymousUsersPersec</name> <type>DEPENDENT</type> <key>w3wp.metric.AnonymousUsersPersec[{#WEBSITE}]</key> <delay>0</delay> <history>7d</history> <description>The rate users are making anonymous connections to the Web service.</description> <application_prototypes> <application_prototype> <name>website:...

Windows 11 and WSL 2 DevOps environment

DevOps/SysOps Infrastructure as a Service flow

...the full path to my ssh config (--ssh-config=/home/username/.ssh/wsl_config) and prefix the hosts argument with ssh:// as protocol: py.test --ssh-config=/home/username/.ssh/wsl_config tests.py --hosts="ssh://dbserver-01.dc03.example.net" -v --sudo This took some trial and error. CloudMonkey...

Install IIS in Windows 11 using PowerShell

Install IIS and Windows Features using PowerShell

...for regular HTTP) IIS-Performance IIS-HttpCompressionDynamic IIS-WebServerManagementTools IIS-IIS6ManagementCompatibility IIS-Metabase IIS-HostableWebCore IIS-StaticContent IIS-DefaultDocument IIS-DirectoryBrowsing IIS-WebDAV IIS-WebSockets How to install the Web-WebSockets feature in IIS using PowerShell IIS-ApplicationInit IIS-ISAPIFilter IIS-ISAPIExtensions IIS-ASPNET45 IIS-ASP (yes,...

IIS backup and restore

Computer tape storage robot.

...use PowerShell to create an IIS configuration backup, you can use the Backup-WebConfiguration cmdlet. Backup-WebConfiguration is available in the webadministration module. The Conditionally start Application Pools on remote IIS web...