Statistics

Total Posts: 34
This Year: 0
This Month: 0
This Week: 0
Comments: 174


RSS 2.0   SocialTwist Tell-a-Friend


Admin

Sign In

Navigation


Recent Posts


On this page....

Favicon – The little icon on the address bar
How do I read excel file data columns as TEXT always?
What is the max length of a file name or folder name in Windows OS?
Using Advanced Stream Redirector (ASX) to stream audio/video through HTTP Protocol
How to check a web form can have HTML/Script Injection?
Gardening W3WP Worker Processes in IIS Web Garden
IIS 6 - Enabling Web Service Extensions
IIS 6 - Application Pool
IIS 6 - AspMaxRequestEntityAllowed in Metabase.XML
File Upload shoots error "Invalid Procedure Call Or Argument"

Archives

 Full Archives By Category
 2007 Calendar View
<September 2010>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789

Categories

CDOSYS (1) Classic ASP (10) Command Line (2) Databases (16) Excel (1) HTML (1) IIS (10) Indexing Service (1) Internet Explorer (7) Media Streaming (1) MS.Net (2) SQA (7) SQL Server (16) Windows OS (2)

Blogroll - Fav Blogs


Acknowledgments

DasBlog Theme Design by: Tom Watts
E-mail: Send mail to the author(s)
Theme Image by: dreamLogic

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Technology Blog

A Favicon is the little image displayed in your favorites and in the left corner of the Address Bar of Internet Explorer when you bookmark a page. The Favicon was first popularized by its appearance in the "Address Bar" and "Favorites Folder" using Internet Explorer. Currently, Internet Explorer 5.x (IE 5.x), Linux's Konqueror and Mozilla/Netscape 6.x (NS 6.x) Web browsers support the Favicon function.
Tuesday, July 14, 2009 6:22:24 PM (India Standard Time, UTC+05:30)
Many developers/programmers while writing code to extract data from an excel Intermixed data columns struggle to read the data. Reading data from an excel file is always been a challenge as the first row (record) of the data in excel defines the data type of the column. For example if the first row has the data as Integer and any consecutive row has the data as Float, excel read operation would fail as it expects the rest of the data in that column to be of Integer type.
Classic ASP | SQA | Excel | MS.Net
Friday, May 15, 2009 11:41:32 PM (India Standard Time, UTC+05:30)
Most of you have been using Windows OS. Have you ever tried finding, what is the length of a file name or a folder name could be? Except those who have specifically worked on File system Object (FSO) would have not bothered to know as how a file and folder name is defined in Windows OS.
Friday, February 20, 2009 8:58:29 PM (India Standard Time, UTC+05:30)
Advanced Stream Redirector (ASX) files are based on the Extensible Markup Language (XML) syntax, and are made up of various elements with their associated tags and attributes. This is designed to store a list of Windows Media files (.WMA, .ASF, .WMV) to play during a multimedia presentation. The ASX files can be effectively used to play songs over the Internet/Intranet through HTTP protocol.
Monday, January 26, 2009 5:54:01 PM (India Standard Time, UTC+05:30)
Injection of HTML code and/or client side scripts like JavaScript, VBScript, and Jscript by malicious web users into the web pages viewed by other users is a computer security vulnerability typically found in web applications. This is popularly known as Cross Site Scripting (XSS) Attack.
Friday, January 09, 2009 1:24:12 PM (India Standard Time, UTC+05:30)
What is Web Garden? How do I configure Web Garden? Why do my web application face random and frequent loss of sessions? Ho do I balance load on Worker Process? There are many more questions... You may find solutions for them in this article.
Sunday, January 04, 2009 7:18:35 PM (India Standard Time, UTC+05:30)
# Thursday, December 04, 2008
To help minimize the attack surface of the server, IIS 6.0 is not installed on Windows Server 2003 by default. When you first install IIS 6.0, it is locked down — which means that only request handling for static Web pages is enabled, and only the World Wide Web Publishing Service (WWW service) is installed. None of the features that sit on top of IIS are turned on, including ASP, ASP.NET, CGI scripting, FrontPage® 2002 Server Extensions from Microsoft, and WebDAV publishing.
Friday, December 05, 2008 1:58:11 AM (India Standard Time, UTC+05:30)
# Wednesday, December 03, 2008
Application Pool is a new feature introduced in IIS 6. An Application Pool can contain one or more applications and allows us to configure a level of isolation between different Web applications. If you want to isolate all the Web applications running in the same computer, you can do this by creating a separate application pool for every Web application and placing them in their corresponding application pool. Because each application pool runs in its own worker process, errors in one application pool will not affect the applications running in other application pools.
Thursday, December 04, 2008 1:39:59 AM (India Standard Time, UTC+05:30)
The AspMaxRequestEntityAllowed property specifies the maximum number of bytes allowed in the entity body of an ASP request. If a Content-Length header is present and specifies an amount of data greater than the value of AspMaxRequestEntityAllowed, IIS returns a 403 error response. This property is related in function to MaxRequestEntityAllowed, but is specific to ASP request. The default value of this property in IIS6 is 200 KB.
Tuesday, December 02, 2008 1:30:07 AM (India Standard Time, UTC+05:30)
The File upload code works fine in the local environment, but shoots error on the production server as "Invalid Procedure Call Or Argument"
Tuesday, November 25, 2008 10:34:21 PM (India Standard Time, UTC+05:30)