rakkimk
working in iis, asp.net product support team at microsoft corporation
-
IIS7 - How to configure a custom ISAPI Extension?
This is often a question that has been asked a lot of times, and I couldn’t find an article which outlines the steps to be followed to enable a custom ISAPI extension in IIS7 (and above). You really don’t need to do anything other than the steps below:
-
IIS – Getting “Connection_Abandoned_By_AppPool DefaultAppPool” – File Version Mismatch
Today, I was working with a customer of mine who had some problems in configuring a Virus Definitions Distribution Point for Symantec Live Update on IIS. Another module hosted on a different web-server has a button to test this distribution point, and we were seeing that the test on this………………..
-
IIS7 – To be noted while using Expression Encoder to upload large files to IIS server
Internet is full of videos, and you have a power packed set of tools for IIS to make media streaming top-notch experience. You have IIS Media Pack enabling intelligent progressive downloads, smooth streaming, throttling, etc. You have tools from Microsoft such as Expression Encoder……..
-
IIS7 – Improving ASP.NET performance (concurrent requests) while on Integrated Mode
-
IIS7 – Configuring iisClientCertificateMappingAuthentication using appcmd
As you know there is no UI to configure iisClientCertificateMappingAuthentication in IIS7, it takes a little more time to configure the site for the same. Here is an article in the iis.net site which explains the steps one by one……………
-
URLScan – rejecting the request depending on the User-Agent string
I just learned this now :-) You can now use the URLScan 3.1 with your own custom rules, and it would come handy in situations like rejecting a request based on the User-Agent string.
-
IIS7 – (my) Improved Backup Restore Tool, and a UI Module
NOTE : Before you even read about this module, I want to mention that I do not work for IIS product team at Microsoft, but in Product Support for IIS and ASP.NET. This module/application is purely out of my interest, and this is not an official release by Microsoft and hence NOT supported by Microsoft Services.
-
IIS7 - Getting HTTP 500.19 while accessing the website
I recently worked with one of my customer who was getting “HTTP 500.19” error while browsing the website.
-
IIS7 Tweet #2: Modifying an existing binding for the website
appcmd.exe set config -section:system.applicationHost/sites /[name='Default Web Site'].bindings.[protocol='http',bindingInformation='*:80:'].bindingInformation:"*:80:www.test.com" /commit:apphost
-
IIS7 Tweet #1 : Setting UploadReadAheadSize
appcmd.exe set config -section:system.webServer/serverRuntime /uploadReadAheadSize:"49152" /commit:apphost