Browse by Tags

All Tags>IIS7 (RSS)

IIS7 – To be noted while using Expression Encoder to upload large files to IIS server by rakkimk

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...
Tags:

IIS7 – Improving ASP.NET performance (concurrent requests) while on Integrated Mode by rakkimk

If you were a ASP.NET 1.1 developer, and faced some performance problems, I’m sure you would have come across the KB 821268 which talks about tweaking maxWorkerThreads, maxIoThreads in the <processModel>, minFreeThreads, minLocalRequestFreeThreads...

IIS7 – Configuring iisClientCertificateMappingAuthentication using appcmd by rakkimk

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…………… Read the rest of...
Tags:

IIS7 – (my) Improved Backup Restore Tool, and a UI Module by rakkimk

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...
Tags:

IIS7 - Getting HTTP 500.19 while accessing the website by rakkimk

I recently worked with one of my customer who was getting “HTTP 500.19” error while browsing the website. Server Error in Application " application name " HTTP Error 500.19 – Internal Server Error HRESULT: 0x8007000d Description of HRESULT The...

IIS7 Tweet #2: Modifying an existing binding for the website by rakkimk

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 by rakkimk

appcmd.exe set config -section:system.webServer/serverRuntime /uploadReadAheadSize:"49152" /commit:apphost

Configuring IIS to advise the browser render on different IE modes by rakkimk

You would have already read IIS support team’s blog about configuring IIS to send an additional header to the client which would make IE to run under EmulateIE7 mode. I would also suggest you to read this MSDN article which talks about the various IE8...
Tags:

IIS7 and Twitter – a love story by rakkimk

It is a while that I wrote something as crazy as this one is. This is basically a windows service running in your web server which would tweet often about the heart beat of the web server and posts its status messages. For example, v1.0 of this application...
Tags:

ASP.NET 2.0 x64 – You may get HTTP 400 Bad Request or Error as mentioned in KB 932552 or 826437 by rakkimk

I’m sure you already know about this fix for ASP.NET which fixes an issue of “not a valid path” exception, and this fix for ASP.NET 1.1 for the same reason. If you receive this error now on your application, you might not need to apply the hotfix because...

IIS7 – Enabling Custom Error Pages by rakkimk

As the title sounds, here I’m going to discuss a very simple feature of IIS7 which has one additional step to keep in mind compared to that you do in the previous versions of IIS (5, 5.1, 6). Let’s take an example of configuring a redirect for a page...
Tags:

IIS7 - Writing your first custom UI module with all winform controls by rakkimk

You should follow this article on IIS.net to create your first “simple” IIS7 UI extension which would just display a message box when loaded. In this blog, I’m going to explain you how you could design a UI module where you can add any UI control that...
Tags:

IIS7 – Prevent the server sending its private IP address for a request made by HTTP/1.0 clients with no host header by rakkimk

Do you remember this problem earlier with IIS sending the server’s private address for a request made for a non host-header site in its headers? You were setting UseHostName or SetHostName property in the metabase to stop the server sending the private...
Tags:

How to configure IIS 7.0 for ODBC logging? by rakkimk

If you select Log File format as “Custom” in the IIS manager, it doesn’t give you options to configure ODBC logging in the UI. Instead, it just gives you an alert saying it cannot be configured through IIS manager which you already know...
Tags:

IIS7 - Administration Pack - technical preview released by rakkimk

Here are the links to download the new IIS7 admin pack - technical preview version: Administration Pack for IIS 7.0 (x86) Administration Pack for IIS 7.0 (x64) This comes with a lot of features which would make life simpler for the web administrators...
More Posts Next page »
Powered by Community Server (Commercial Edition), by Telligent Systems