Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » IIS7   (RSS)

IIS7 – Configure FREB rule to collect a dump

I wrote a post of my team blog where I explained how to configure FREB rule to collect dump when there is a slow running request (say request take more than 15 seconds to complete). Read the complete post here . Happy FREBing!
Posted by rakkim | 0 Comments
Filed under: , ,

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
Posted by rakkim | 0 Comments
Filed under: ,

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

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
Posted by rakkim | 0 Comments
Filed under: , ,

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. Configuring One-to-One
Posted by rakkim | 0 Comments
Filed under: ,

FREB – Troubleshooting a simple error message

I just wrote a blog post on my team blog on using FREB to troubleshoot a simple error message. I’ve taken an example of a HttpModule setting the Response status to 400. This is not a common scenario, but I just want people to use FREB extensively in their
Posted by rakkim | 0 Comments
Filed under: ,

IIS7 – 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
Posted by rakkim | 3 Comments
Filed under:

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. Server Error in Application " application name " HTTP Error 500.19 – Internal Server Error HRESULT: 0x8007000d Description of HRESULT The
Posted by rakkim | 2 Comments
Filed under:

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
Posted by rakkim | 0 Comments
Filed under: ,

IIS7 Tweet #1 : Setting UploadReadAheadSize

appcmd.exe set config  -section:system.webServer/serverRuntime /uploadReadAheadSize:"491521"  /commit:apphost
Posted by rakkim | 1 Comments
Filed under: ,

ASP.NET - AJAX functionality not working on the page | Getting ‘Sys’ is undefined

When the ASP.NET AJAX Functionality is not working on a web page, it is usually due to the fact that the javascript needed for AJAX is not sent to the client from the server for some reason. ‘Sys’ is undefined. You might see this error message when there
Posted by rakkim | 1 Comments
Filed under: , ,

Configuring IIS to advise the browser render on different IE modes

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
Posted by rakkim | 0 Comments
Filed under: , , ,

IIS7 and Twitter – a love story

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
Posted by rakkim | 0 Comments
Filed under: ,

IIS7 – Viewing ISAPI Filters that are loaded inside the worker process

In IIS6 manager, you see a green arrow icon and a red icon against the ISAPI Filter’s list to indicate if the ISAPI Filter is loaded or not. That was possible because FilterStatus metabase key was updated after the ISAPI Filter is loaded inside the process.
Posted by rakkim | 1 Comments

IIS7 – ASP.NET on Windows Server 2008 Server Core R2

If you are a Server Core fan, and wished you could host ASP.NET websites in Server Core, then feel better, you wish had come true. Windows Server 2008 R2’s Server Core will have .NET Framework which means, ASP.NET too. This is a big news for all those
Posted by rakkim | 0 Comments
Filed under:

IIS7 – How to set up logging to a remote UNC share?

First of all, let me tell you that there isn’t much changes to the logging done to IIS 7.0 compared to IIS 6.0. Logging still happens through Http.Sys, and you can configure the logging directory (of FREB log directory) to be a UNC share. There are a
Posted by rakkim | 0 Comments
Filed under: , ,
More Posts Next page »
 
Page view tracker