Classic ASP – Upload file fails (>200kb)
A common problem (‘ASP 0104: 80004005’) is the file upload in a classic asp application. In the case of a file larger …
A common problem (‘ASP 0104: 80004005’) is the file upload in a classic asp application. In the case of a file larger …
Find IIS logfiles location (WMI request on IISWebServerSetting class) and clean them: delete files older than x days and compress (without any …
Installs a .pfx file
Create and install a self signed SSL certificate (with the SelfSSL7 utility)
I usually hate to agree with the detractors of Microsoft and uses often, because it’s right, the argument that Microsoft products are …
Pretty simple operation: just add this line in the hive of the web.config file for the application to trace Then, to access …
A common question is to know what is the difference between classic mode and integrated mode, introduced in IIS 7.x. Classic mode …
Download and install the .NET framework v4.0
Import mimeTypes mimetypes.txt example
Set the ApplicationPool scheduled recycling
Determine if Central W3C logging is ‘per site’ or ‘per server’
Read the registry to determine which .NET Framework version(s) is/are installed
Automation of CSR generation, uses certreq.exe
Search a error pattern in the HTTP.SYS error log and recycles the application pool if finded
Monitors (if scheduled) the current HTTP.sys error log for a specified string pattern. Has to be scheduled, every 5 minutes for example. …