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
IIS7 - Running 32-bit and 64-bit ASP.NET versions at the same time on different worker processes
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
24
Comments
In IIS6, this was a pain area. On a 64-bit Windows 2003 Server, you cannot run worker processes in both 32-bit mode and as well as 64 bit mode. Either only one of them was possible. This was possible by the below Metabase Key which would be applied to...
Rakki Muthukumar
IIS7 - where is the "Web Services Extensions" option which was there in IIS6?
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
8
Comments
In IIS6, we had a separate node in the left pane to add/view/delete "Web Services Extensions". Here in IIS7 manager, it is presented as the "ISAPI and CGI Restrictions" and you can find this on the global level Features view: Click on the Computer name...
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
IIS7 : HOW TO enable the detailed error messages for the website while browsed from for the client browsers?
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
3
Comments
In IIS 7, you can control the detailed error messages being sent to the clients. By default, the detailed error messages can be viewed only by browsing the site from the server itself. But, this is dangerous because Detailed errors may contain about...
Rakki Muthukumar
IIS7 : HOW TO configure the default document of the website in its web.config?
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
1
Comments
In my previous post, I talked about a new feature in IIS 7 which allows the website developers (or owners) to change the default website themselves without engaging the administrator again and again. In this post, I am going to explain how to do that...
Rakki Muthukumar
IIS7 : HOW TO configure a website for HTTPS?
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
4
Comments
I will be discussing about configuring HTTPS for a website on IIS 7. The UI of the IIS manager in IIS 7 is completely different from that of IIS 6. Initially it will look as if you are going to use a brand new product which you are trying for the first...
Rakki Muthukumar
IIS7 : HOW TO enable content expiration?
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
4
Comments
In IIS6, it was with the website properties --> HTTP Headers. Here in IIS7, you can do this on the "HTTP Response Headers" feature on the website. Select the website in the Connections pane. Double click on the "HTTP Response Headers" feature in the...
Rakki Muthukumar
IIS services down - "Error parsing XML file. Reason: An invalid character was found in text content" - 4275 Event from IIS Config in the System event log
Posted
over 7 years ago
by
Rakki Muthukumar (rakkim)
10
Comments
Problem IIS Services are not starting Symptoms You may see the following events in the System Event log: Event 7024 from Service Control Manager - The IIS Admin Service service terminated with service-specific error 2149648394 (0x8021080A...
Rakki Muthukumar
IIS7 : HOW TO force a website to use SSL?
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
4
Comments
I have written about how to configure a website for HTTPS here . In this post, I will explain how to force HTTPS for any website. 1. Open IIS7 Manager UI. 2. Expand the Web Sites in the Connections pane and select the Web site. 3. In the Features...
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
"HTTP Error 500 - Internal server error" for any page on the Virtual Directory or Website configured for a UNC path
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
5
Comments
Problem You get “HTTP Error 500 - Internal server error” while browsing any file under a website or virtual directory whose home directory is a UNC. You will also see in IIS logs, the sc-status sc-substatus sc-win32-status as 500 16 1326. Cause...
Rakki Muthukumar
Problems with 32-bit ASP.NET 2.0 DLLs on a Windows 2003 Server 64 bit
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
2
Comments
Recently I worked on an issue with my customer who had a 64 bit Windows 2003 Server. He told that he installed some software which works on IIS and he started getting "Service unavailable" message for all his websites. All his application pools were crashing...
Rakki Muthukumar
Writing a simple ISAPI Filter
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
2
Comments
ISAPI Filters can be written to do anything on the incoming requests; it could do some kind of logging, user authentication, traffic analysis, much more. You can design you own ISAPI filter for your own need. Here is what I have done in the sample ISAPI...
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 - 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
403.18 : “The Specific Request Cannot Be Executed from Current Application Pool.”
Posted
over 7 years ago
by
Rakki Muthukumar (rakkim)
5
Comments
403.18 : “The Specific Request Cannot Be Executed from Current Application Pool.” I came across this issue with one of the customer. He is trying to configure custom error pages. His app architecture is like this... he has a errors folder where he...
Rakki Muthukumar
IIS7 : Sample code for Adding/Deleting a website programmatically - C# Example
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
2
Comments
As I told you earlier, IIS7 is a best friend to the developers. Administering websites through code was made very simple by Microsoft.Web.Administration.dll present in the %windir%\system32\inetsrv folder. In this post, let us see a simple command prompt...
Rakki Muthukumar
Virtual Functions Explored - C++ C# examples
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
8
Comments
A complete understanding of everything is very important in the programming world. I am taking this post to just give some explanations I know and the understanding I have with the Virtual Functions. This is an explanation given by one of the trainer...
Rakki Muthukumar
IIS7 - Backup Restore UI Module
Posted
over 6 years ago
by
Rakki Muthukumar (rakkim)
5
Comments
You might see that there is no UI way to take backup, restore backup. Only available way (till Windows 2008 Server RC0) is by the AppCmd tool. Below are the commands to do that: appcmd add backup "backupname" appcmd restore backup "backupname...
Rakki Muthukumar
Enabling Kerberos Delegation on a NLB scenario
Posted
over 7 years ago
by
Rakki Muthukumar (rakkim)
1
Comments
Most common support incidents we come across is the kerberos delegation issues. So I would like to list down the steps that need to followed for configuring IIS for the kerberos delegation. General steps to be followed on the IIS machine Make sure...
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 - 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
"No such interface supported" error on IISRESET
Posted
over 7 years ago
by
Rakki Muthukumar (rakkim)
10
Comments
Today, one of my customer came up with an error message. He was getting "No such interface supported" when he did an IISRESET. I was not able to reproduce his issue on our box here. C:\WINNT\system32>iisreset No such interface supported I...
Rakki Muthukumar
Getting Error '8002801d' Library not registered on ASP files
Posted
over 7 years ago
by
Rakki Muthukumar (rakkim)
2
Comments
Today I worked on a case where the customer was getting Error ' 8002801d ' Library not registered. The fix for this error was a pretty simple one. Just re-registered the asp.dll CMD> CD C:\WINDOWS\System32\Inetsrv CMD> regsvr32 asp.dll If you get...
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...
Page 1 of 5 (113 items)
1
2
3
4
5