rakkimk
working in iis, asp.net product support team at microsoft corporation
Sign In
|
Join
|
Help
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
ActiveDirectoryMembershipProvider
Admin Pack
Adsutil
AJAX
ASP.NET
Debugging
HTTP 500.19
HTTPERR
IE
IE8
IIS
IIS 6.0
IIS 7
IIS7
IIS7 Tweets
ISAPI
ISAPI Filters
Logging
LogParser
Media
MembershipProvider
PDC2008
Performance
Twitter
URLScan
Visual Studio
Web
x64
Navigation
Home
Get Started
Learn
Downloads
Blogs
Forums
Archives
August 2009 (1)
July 2009 (3)
June 2009 (2)
March 2009 (4)
February 2009 (1)
January 2009 (3)
November 2008 (3)
October 2008 (6)
July 2008 (2)
June 2008 (5)
May 2008 (1)
April 2008 (4)
March 2008 (7)
February 2008 (1)
My Links
My MSDN blog
My Live Spaces
My Website
My IIS.net contributions
Recent Posts
4
Comments
IIS – Getting “Connection_Abandoned_By_AppPool DefaultAppPool” – File Version Mismatch
by
rakkimk
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...
Tags:
IIS
HTTPERR
0
Comments
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
Media
2
Comments
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...
Tags:
IIS7
ASP.NET
Performance
0
Comments
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
1
Comments
URLScan – rejecting the request depending on the User-Agent string
by
rakkimk
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. Below is a sample rule for the same:…………… Read rest of the blog here...
Tags:
URLScan
0
Comments
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
0
Comments
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...
Tags:
IIS7
HTTP 500.19
0
Comments
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
Tags:
IIS7
IIS7 Tweets
0
Comments
IIS7 Tweet #1 : Setting UploadReadAheadSize
by
rakkimk
appcmd.exe set config -section:system.webServer/serverRuntime /uploadReadAheadSize:"49152" /commit:apphost
Tags:
IIS7
IIS7 Tweets
1
Comments
Problems with rendering the "Design" View for a simple asp.net website from Visual Studio 2008
by
rakkimk
I recently worked with one of my customer who when clicking on the "Design" view of an ASPX page, the designer window doesn't appear - blank page appears. And if you minimize the VS window, and maximize it again - we will see the desktop background...
Tags:
Visual Studio
Web
0
Comments
IIS7 – Search the complete IIS configuration store – in which web.config is your attribute configured
by
rakkimk
As you know IIS 7.0 configuration system is huge, broad, or whatever you feel like calling it. It no longer just exist in its main configuration file applicationHost.config (like Metabase.XML in IIS 6.0). It can be widely spread in any of the web.config...
Tags:
IIS 7
0
Comments
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
IE8
IE
5
Comments
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:
IIS7
Twitter
0
Comments
IIS7 – Viewing ISAPI Filters that are loaded inside the worker process
by
rakkimk
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...
Tags:
ISAPI Filters
IIS 7
1
Comments
ADSUTIL.vbs – Copying a website
by
rakkimk
Copying a website (to another exact copy) Here is the command to copy a website(run from a cmd prompt – c:\inetpub\adminscripts): > cscript.exe adsutil.vbs copy <source> <destination> > cscript.exe adsutil.vbs copy w3svc/1 w3svc/556...
Tags:
IIS
Adsutil
More Posts
Next page »