Thursday, 5 June 2014

IIS SSL-Confirm Certificate in browser.

Problem:
Confirm Certificate dialog opens when navigate from http to https page in browser.

Solution:

Featured view of a site in IIS, you can find the SSL setting.Then Ignore the Client certificates.


Thursday, 10 October 2013

Linq for DataTable


How to use the linq query in the datatable instance?


To use linq on the DataTable you must include the DLL System.Data.DataSetExtensions.

Namespace: System.Collections.Generic
DLL: System.Data.DataSetExtensions.dll