12 June 2009
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
Read More...
12 June 2009
URLScan – rejecting the request depending on the User-Agent string
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
Read More...
08 June 2009
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
Read More...
19 March 2009
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
Read More...
18 March 2009
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
Read More...
17 March 2009
IIS7 Tweet #1 : Setting UploadReadAheadSize
appcmd.exe set config -section:system.webServer/serverRuntime /uploadReadAheadSize:"491521" /commit:apphost
Read More...
09 March 2009
Problems with rendering the "Design" View for a simple asp.net website from Visual Studio 2008
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
Read More...
26 February 2009
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
Read More...
24 February 2009
VS2008 - Getting "Creating project 'projectname'... project creation failed"
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
Read More...
11 February 2009
IIS7 – Search the complete IIS configuration store – in which web.config is your attribute configured
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
Read More...
30 January 2009
ASP.NET – JSON – Serialization and Deserialization
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
Read More...
23 January 2009
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
Read More...
08 January 2009
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
Read More...
07 January 2009
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.
Read More...
21 November 2008
ADSUTIL.vbs – Copying a website
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
Read More...
More Posts
Next page »
Home
About
Email
Rakki Muthukumar
my journey with microsoft technologies
RSS 2.0
Atom 1.0
Recent Posts
FREB – Troubleshooting a simple error message
URLScan – rejecting the request depending on the User-Agent string
IIS7 – Improved Backup Restore Tool, and a UI Module
IIS7 - Getting HTTP 500.19 while accessing the website
IIS7 Tweet #2: Modifying an existing binding for the website
Tags
.NET
500 Internal Server Error
ADMembershipProvider
Admin Pack
ADSUTIL
AJAX
Application Pools
ASP
ASP.NET
BAD ISAPI
Bitrate
C#
Caching
Debugging
FREB
FTP
GTSC
Hiring
Hotfix
Hyper-V
IE
IE8
IIS
IIS 5.0
IIS 5.1
IIS 6
IIS 6.0
IIS 7
IIS7
IIS7 : HOW TO
IIS7 Tweets
IISRESET
Internet Explorer
ISAPI
ISAPI Extensions
ISAPI Filters
JSON
Kerberos
Live Mesh
Logging
LogParser
MembershipProvider
MetaACL
Metabase
Modules
PDC2008
Permissions
Programming
Scripts
Technology
Tools
Touchless
Twitter
URLScan
VBScript
Virtual Functions
Vista
Visual Studio
VS 2008
Web
Web Deployment Tool
Windows Azure
x64
Archives
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)
Search
Go
Personal
My Live Space
My Personal website
All posts are provided "AS IS" with no warranties, and confer no rights.
Chat with me now