Monday, April 8, 2013

how to include double quotation as value within web.config

Use " instead of " to escape it.

Date - FormatProvider in ASP,NET

http://www.ezineasp.net/post/ASP-Net-2-0-C-DateTime-IFormatProvider-Using-ParseExact.aspx

Tuesday, April 2, 2013

PHP - IFrame - IE issues

I was banging my head for a week to fix the issue with sessions not maintaining in PHP iFrame in IE browser.

I thought this would be helpful for others.

In IIS7, click the site, goto Feature view, click the "HTTP Response Header"


  1. In the Custom HTTP Headers box, click Add.
  2. In the Custom Header Name text box, type p3p.
  3. In the Custom Header Value text box, add your compact codes. For example, to have the following mini header for your site

     P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM"