1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 10.00 out of 5)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

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 […]

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

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 […]

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Java + TLS1.0/TLS1.1

Heads up that TLS1.1 and TLS1.0 are explicitly disabled in the latest version of Oracle JRE/JDK. You would think you can just go and re-enable them here but […]

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Sharepoint Site Swap

Had an issue over the past few weeks where I couldn’t swap out the root sharepoint site with a different site. In the Office365 gui the error I […]