Information
Monday, July 13, 2015
C#, Read a file
›
C#, Code to read a file String strHtmlMessage = String .Empty; String strFilePath = HttpContext.Current.Server.MapPath("~/Mails/Co...
Wednesday, June 17, 2015
Time on my EC2 windows instance changed automatically
›
Configure Windows time sync: First ensure that you can get time from a NTP server, otherwise the instructions below are not going to work...
Saturday, November 29, 2014
How to increase Session Timeout?
›
We can set our custom session timeout in our applications by following Methods 1. In Web.config file we can set session tim...
Saturday, May 24, 2014
Get size of all tables in database
›
Determining space used for each table in a SQL Server SELECT t.NAME AS TableName, s.Name AS SchemaName, p.rows AS RowCounts, ...
Friday, May 23, 2014
AWS Multi-Factor Authentication (MFA):
›
MFA adds extra security by requiring users to enter a unique authentication code from their authentication device when accessing AWS websit...
1 comment:
Thursday, May 22, 2014
Amazon - AWS CloudTrail
›
1. AWS CloudTrail captures AWS API calls made by or on behalf of an AWS account and delivers log files to an Amazon S3 bucket that yo...
‹
›
Home
View web version