How To Configure and Use the Logging Application Block

by praveen 1/4/2009 2:28:05 PM
I recently downloaded the Enterprise Library 4.1 released in October 2008. I guess the enterprise library has done a lot of improvements from the 3.x version to the current 4.x that's available and not just making it work with .NET Framework 3.5 and integration with WCF. I downloaded the library an... [More]


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

.NET | C# | Microsoft | Tips and Tricks | Enterprise Library

Having your custom ASPX page in an ASP.NET compiled Website

by praveen 11/14/2008 4:37:11 PM
  When you publish an ASP.NET website using Visual Studio it will give you a pre-compiled site. This process of pre-compilation does various actions on the ASPX pages. Files are treated differently. There are various reasons why you would want to pre-compile your ASP.NET site. If you need more ... [More]


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

ASP.NET | Tips and Tricks

Getting details about all SQL databases with one query

by rahul 11/11/2008 6:11:39 AM
Scenario: You have a SQL Server, and plenty of databases. Time progresses, and you started using another Disk OR Partition. Let's say you want to know how much space is being taken by all the Databases put together. OR better still, you want to get the details of all the Databases at one shot and no... [More]


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Tips and Tricks | SQL

Cannot remove folder? It is being used by another person or program… but Who??

by rahul 9/17/2008 1:32:30 PM
The following dialog box is not very uncommon. You might have seen this while trying to delete some file/folder from your machine. How do you deal with it? Well, the main challenge here is that the dialog box doesn’t tell you which person or program is causing the issue. So, let’s start with find... [More]


Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Troubleshooting | Tips and Tricks

How to customize Syndication in BlogEngine.NET

by rahul 8/31/2008 11:50:15 PM
If you are a blogger and using BlogEngine.NET, one thing is implied for sure… and that is… you like control. And more of it just makes you happier. In this post, I will explain how you can customize the output that your feed readers see in the newsreader, aka. syndication output. Before having ... [More]


Currently rated 4.7 by 3 people

  • Currently 4.666667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

BlogEngine.NET | Tips and Tricks | Blogging

Visual Studio 9 - More control over Recent Projects list in Start Page

by rahul 8/27/2008 5:44:59 PM
If you work with a lot of samples, the chances are quite likely that you will end up in a rather dirty list of Recent Projects List in Visual Studio. I'm personally quite nit-picky and I really hate it when I find something like this... Now... I don't know which of these Samples should I cl... [More]


Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Visual Studio | Code Snippet | Tips and Tricks | Download

Recursively listing all MOSS Site Collections and Sub Sites

by praveen 8/15/2008 8:36:54 PM
One of the painful tasks for a MOSS Admin is to make a list of all site-collections, sub-sites and nested sites. If you have allowed your customers to create their own sub-sites off a site collection or root site, it can turn out to be a really tough trying to create a list of all those. Our product... [More]


Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

Code Snippet | Download | MOSS | Tips and Tricks

ASP.NET:How to write error messages into a text file using a simple httpModule

by Rahul 7/18/2008 12:56:11 AM
In one of my previous posts, I mentioned about how to troubleshoot some issues with the use of a module. In this post, I will show you how a similar module could be of use when you want to log all the errors in a text file for troubleshooting purposes. Please ensure that C:\Temp folder has Write acc... [More]


Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

ASP.NET | HttpModules | Tips and Tricks | Troubleshooting

Logparser Scenario 8:Find out what is the peak time for your IIS Server

by Rahul 7/15/2008 4:02:22 PM
This post is a continuation of this article. Scenario 8:Find out what is the peak time for your IIS Server How can you find out what is the peak time (peak hour) for your Website using Logparser? Answer: Logparser "SELECT quantize(time,60), count(*) as Frequency from ex080716.log GROUP BY quantize(t... [More]


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Logparser | Tips and Tricks | Troubleshooting

Logparser Scenario 7:Checking the traffic/requests between a specific client and server

by Rahul 7/15/2008 3:59:14 PM
This post is a continuation of this article. Scenario 7: Checking the traffic/requests between a specific client and server Why would you do it in the first place? You may want to troubleshoot an authenticate issue for that specific client for the error that s/he reported to you. May be that's why! ... [More]


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Logparser | Tips and Tricks | Troubleshooting

Calendar

<<  January 2009  >>
MoTuWeThFrSaSu
2930311234
567891011
12131415161718
19202122232425
2627282930311
2345678

View posts in large calendar

Recent comments

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway. We try our best to write good code, but none of the code here is tested on Production boxes. Feel free to use the code, BUT test it before you do so (in simple words... use it at your own risk)

© Copyright 2009

Sign in