Sign in
Rakki Muthukumar
my journey with microsoft technologies - IIS/ASP.NET/AJAX/C#/Javascript/IE
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ADMembershipProvider
ADSUTIL
AJAX
ASP.NET
ASP.NET 4.0
C#
Debugging
FREB
IE8
IIS
IIS 5.0
IIS 6
IIS 6.0
IIS 7
IIS7
IIS7 : HOW TO
IIS7 Tweets
Internet Explorer
ISAPI
ISAPI Filters
Logging
MembershipProvider
Metabase
Programming
Visual Studio
Archive
Archives
September 2011
(1)
May 2011
(1)
April 2011
(1)
March 2010
(1)
February 2010
(1)
January 2010
(1)
November 2009
(2)
August 2009
(2)
July 2009
(3)
June 2009
(3)
March 2009
(4)
February 2009
(3)
January 2009
(4)
November 2008
(4)
October 2008
(7)
August 2008
(1)
July 2008
(4)
June 2008
(5)
May 2008
(2)
April 2008
(4)
March 2008
(6)
February 2008
(2)
January 2008
(1)
November 2007
(8)
October 2007
(1)
September 2007
(1)
August 2007
(5)
July 2007
(3)
June 2007
(3)
May 2007
(7)
April 2007
(3)
March 2007
(6)
February 2007
(1)
January 2007
(3)
December 2006
(4)
November 2006
(1)
October 2006
(2)
September 2006
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rakki Muthukumar
FREBViewer – yet another FREB files viewer
Posted
over 2 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
I was searching for a FREB files viewer tool, and have done my own since the existing ones doesn’t give a few options which I was expecting. Saurabh’s tool tries to rename the files with few more details which you can use it to open the right file. But...
Rakki Muthukumar
DropDownList (html select) vertical scrollbar – number of items
Posted
over 2 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
The DropDownList of ASP.NET gets rendered as html <select>, and everyone knows this. You click on the dropdown, and you will see the elements, and sometimes the vertical scrollbar. Every browser has it’s own value which determines the item...
Rakki Muthukumar
ASP.NET - Form tag doesn’t have “name” attribute - xhtmlConformance
Posted
over 2 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
I was recently working on an issue that one of my customers was facing on his website. He had an ASP.NET website that he has migrated from ASP.NET 1.1 to ASP.NET 4.0. They were running few javascript where they try to change a textbox value, accessing...
Rakki Muthukumar
MSDEPLOY – Can I use it to migrate my IIS6 to another IIS6? oh yes!
Posted
over 3 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
I was working with one of our partner who want to migrate 30+ sites from an existing IIS6 server, to a new IIS6 server. We had an old tool IIS6 Migration Tool which would come handy, but this would be requiring 30 steps to migrate 30 websites one by one...
Rakki Muthukumar
IIS7 - How to configure a custom ISAPI Extension?
Posted
over 3 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
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...
Rakki Muthukumar
Getting System.ComponentModel.Win32Exception while querying SCM from ASP.NET
Posted
over 3 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
Symptoms Getting “System.ComponentModel.Win32Exception: Access is denied” on an ASP.NET website. Below is the complete exception details: Exception Details: System.ComponentModel.Win32Exception: Access is denied Source Error: An unhandled exception was...
Rakki Muthukumar
Fiddler – How to mimic a specific browser version request?
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
1
Comments
Fiddler tool doesn’t need any introduction, it is a great tool to debug a lot of client side issues with Internet Explorer, and other browsers as well <by setting the proxy to make the connections go through fiddler>. There are a few times when...
Rakki Muthukumar
Blog update
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
You might wonder why a big silence on this blog, I must admit that I was too busy to blog. Now, also working on a few IE related issues – on javascript, ActiveX, CSS, etc. You might find a few blogs related to those technologies as well, so I’m going...
Rakki Muthukumar
IIS – Getting “Connection_Abandoned_By_AppPool DefaultAppPool” – File Version Mismatch
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
1
Comments
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...
Rakki Muthukumar
IIS7 – Configure FREB rule to collect a dump
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
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!
Rakki Muthukumar
IIS7 – To be noted while using Expression Encoder to upload large files to IIS server
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
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...
Rakki Muthukumar
IIS7 – Improving ASP.NET performance (concurrent requests) while on Integrated Mode
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
2
Comments
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...
Rakki Muthukumar
IIS7 – Configuring iisClientCertificateMappingAuthentication using appcmd
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
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...
Rakki Muthukumar
FREB – Troubleshooting a simple error message
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
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...
Rakki Muthukumar
URLScan – rejecting the request depending on the User-Agent string
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
5
Comments
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: [Options] RuleList=DenyUserAgent...
Rakki Muthukumar
IIS7 – Improved Backup Restore Tool, and a UI Module
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
3
Comments
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...
Rakki Muthukumar
IIS7 - Getting HTTP 500.19 while accessing the website
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
2
Comments
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...
Rakki Muthukumar
IIS7 Tweet #2: Modifying an existing binding for the website
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
appcmd.exe set config -section:system.applicationHost/sites /[name='Default Web Site'].bindings.[protocol='http',bindingInformation='*:80:'].bindingInformation:"*:80:www.test.com" /commit:apphost
Rakki Muthukumar
IIS7 Tweet #1 : Setting UploadReadAheadSize
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
1
Comments
appcmd.exe set config -section:system.webServer/serverRuntime /uploadReadAheadSize:"491521" /commit:apphost
Rakki Muthukumar
Problems with rendering the "Design" View for a simple asp.net website from Visual Studio 2008
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
2
Comments
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...
Rakki Muthukumar
ASP.NET - AJAX functionality not working on the page | Getting ‘Sys’ is undefined
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
1
Comments
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...
Rakki Muthukumar
VS2008 - Getting "Creating project 'projectname'... project creation failed"
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
1
Comments
Symptom Cannot create a simple web application or a windows application project with Visual Studio 2008. Getting "Creating project 'projectname'... project creation failed" Cause Few packages are marked as skipped for loading Resolution Ran...
Rakki Muthukumar
IIS7 – Search the complete IIS configuration store – in which web.config is your attribute configured
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
1
Comments
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...
Rakki Muthukumar
ASP.NET – JSON – Serialization and Deserialization
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
16
Comments
I was looking around for a simple example which would just do a object serialization to a JSON format, and then deserializing back to the original object. I found few examples on MSDN, but did seem to be too long to try. Here I’ve given a simple code...
Rakki Muthukumar
Configuring IIS to advise the browser render on different IE modes
Posted
over 4 years ago
by
Rakki Muthukumar (rakkim)
0
Comments
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...
Page 1 of 5 (113 items)
1
2
3
4
5