About Me

My photo
Kottarakara, Kollam, Kerala, India
Though currently in Thiruvananthapuram, my residence is at Kollam district in Kerala which is almost 75 kms away from the office

I Me Myself !

Hi all, as a ASP.NET professional i would like to use this as a technological and informative site. Maybe, this contains my personal portfolio, funny matters, videos, photos too. Still i mainly intend to use this for official purpose.

Currently specialising in Microsoft's Dynamic CRM 4.0, am engaged in an assignment to successfully develop and deploy a CRM product as per the custom business logic. I am employed in a microsoft partnered switzerland based firm, know more...

The technologies/languages/packages i am confident in are:


  1. ASP.NET (vb/C#)

  2. C#.net

  3. vb.net

  4. sql server

  5. Adobe photoshop

  6. Macromedia Flash

  7. MS Dynamics CRM 4.0

My achievements includes:
1) Cisco Certified Network Associate (CCNA).
2) Active member of ASP.NET forum.
3) Active member of CRM Dynamics Community.

My professional career:


  • Web Designer at AUFIDUS INDESIGNS, Ernakulam, Kerala

  • Computer Lecturer at SRV Govt Higher Secondary School, Ernakulam, Kerala

  • Software Instructor at IGNOU, Ernakulam, Kerala

  • Lower Divison Clerk (LDC) at Melattur Grama Panchayat, Malappuram, Kerala

  • Software Trainer in .NET at Sun Infosys, Kottayam, Kerala

  • Software Trainer in .NET at NIIT, Adoor, Kerala

  • Computer Lecturer at UIT, Adoor, Kerala

  • Senior Systems Executive at PIT Solutions, Technopark, Thiruvananthapuram, Kerala

Running applications as a service on Windows 2008 or SBS 2008

Its really possible to intsall/register a windows service written in .net in a machine without using the INSTALLUTIL.EXE tool along with .net components.

Please check the below link to accomplish that:

http://blog.korteksolutions.com/running-applications-as-a-service-on-windows-2008-or-sbs-2008/comment-page-1/#comment-26

Create FTP site in IIS 7.0

The fact is FTP management is provided by IIS 6.0. So when we try to set FTP using IIS 7.0 it will ask us to Launch IIS 6.0. After that there is a series of steps to Configure a FTP which is clearly mentioned in the below link:

http://www.hostmysite.com/support/dedicated/iis/iisftp/

Predefined Escape Sequences in C# for ASP.Net

There are 11 predefined literals:

\รข€™ single quote
\" double quote
\\ backslash
\0 null character
\a alert
\b backspace
\f form feed
\n new line
\r carriage return
\t horizontal tab
\v vertical tab

CRM 4 in windows server 2008

'Request IP Address has different address family from network address.'
Error while accessing CRM 4.0 in Windows Server 2008 Operating System

The fact is MSCRM 4.0 doesn't work with IPv6.

The fix for this is simple, open your hosts files
(:\windows\system32\drivers\etc\hosts)
and add a line for your server name there with an IPv4 address. Save and ping again to make sure it is working.
Once it is, do an IISReset and it will be working!

Refrence site: http://www.sadev.co.za/node/170