Wireless Best Practice

Speeds Disable low Data Rates To turn off rates 1, 2, 5.5, and 11, you go into the CLI on the FortiGate and use the following: config […]

How to run C# directly in ASPX page

<%@ Page Language=”C#” %><%@ Import Namespace=”Amazon.S3″%><%@ Import Namespace=”Amazon.S3.Model”%><script runat=”server”>protected void Page_Load(object sender, EventArgs e){string bucketName = “XXXXXX”;AmazonS3Client s3Client = AmazonS3Helper.GetAmazonS3Client();string folderPath = “documents/XXXX/”; PutObjectRequest request = new […]

AWS \ Folder \ Prefixes

When you manipulate items in windows explorer from AWS s3 bucket , it creates folders which then get uploaded to AWS as 0 byte objects. You can view […]