Archive for February, 2012

LINQ and Productivity – Link

Posted: February 20, 2012 in LINQ
Tags:

http://msdn.microsoft.com/en-us/vstudio/hh749018

Conferences –

http://www.bayareaevents.com/events/

http://gitpro.org/

http://events.jquery.org/

Resources –

http://www.slideshare.net

IIS Log Files Location

Posted: February 14, 2012 in Dev Tools, IIS
Tags: , , ,

Windows Xp:
C:\WINDOWS\system32\Logfiles\W3SVC1

Windows NT/2000:
C:\WINNT\system32\Logfiles\W3SVC1

Windows 7
C:\inetpub\logs\LogFiles\W3SVC1

About IIS Log file formats – http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/bea506fd-38bc-4850-a4fb-e3a0379d321f.mspx?mfr=true

Tool to analyze IIS log –

http://indihiang.codeplex.com/

http://www.ehow.com/list_6934814_log-analysis-tools-iis.html

http://www.ehow.com/how_6943214_analyze-iis-log.html

Recently I faced issue where IE Developer Tool suddenly stopped working and I need to do following steps to get it work …

1. Close all of your IE Windows
2. Delete the registry entry: HKCU\Software\Microsoft\Internet Explorer\IEDevTools\WindowPos

(optionally, type the following at a command prompt)

reg delete “hkcu\software\microsoft\internet explorer\iedevtools” /v windowpos

3. Open IE again.
4. Press F12 to open the dev tools

Data Profiling via SSIS – Link

Posted: February 5, 2012 in SSIS
Tags: ,

Below link is shared by my colleague on SSIS data profiling …

http://irawarrenwhiteside.wordpress.com/2008/05/27/kimball-etl-subsystem-1-%E2%80%93-data-profiling-via-ssis-data-flow-%E2%80%93-pipeline-column-data-profiling/