Asp.net Snippets
Thursday, 4 June 2015
WCF Authentication with Custom Username and Password
"WCF Authentication with Custom Username and Password"
Source is available in the below URL.
WCF Authentication with Custom Username and Password
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
Home
Subscribe to:
Posts (Atom)