Wordpress - evolpin.wordpress.com - I Came, I Learned, I Blogged

Latest News:

Force a website to https using IIS Custom Error pages 22 Jun 2013 | 01:08 am

A well common requirement for secure websites is not only to support https but to make it mandatory. The problem is that if you require an SSL from your website, the end user receives an ugly 403.4 me...

Handling unhandled Task exceptions in ASP.NET 4 27 May 2013 | 12:43 am

This blog post isn’t intended to explain how to use IsFaulted or any other method for handling Task exceptions in a specific block of code, but how to provide a general solution to handling unhandled ...

Getting the parameters and values of the SoapMessage 3 Apr 2013 | 09:35 pm

Sometimes it’s a good practice to be able to process a WebService request’s argument. You may want to consider various things: logging the arguments, detecting specific arguments for some business log...

HTML5 Drag and Drop Ajax file upload using jQuery File Upload plugin 24 Feb 2013 | 11:41 pm

If you just want the sample, right click this link, save as, rename to zip and extract. This post is in a way a continuation of an earlier post, which explains how you can achieve an Ajax File Upload ...

.NET 4 URL Routing for Web Services (asmx) 30 Dec 2012 | 08:38 pm

This post describes how to perform Url Routing to a Web Service. If you’re just interested in the solution, click here. OK, this was a tough one. The goal was to implement URL routing for an existing ...

InvalidCastException when using Assembly.LoadFile 12 Nov 2012 | 12:02 am

Here is something that I have come across which puzzled me. If you are required to write an extensible application that uses plugins, and you have used dynamically loaded assemblies to accomplish that...

The CORS 12 Oct 2012 | 12:30 pm

Intro It’s a common practice to use Ajax, Silverlight or Flash to communicate with the server on the same domain. However, at times, you are required to access another domain, and this may be interpre...

IIS “Mixed Authentication”: Securing a web site with Basic Authentication and Forms Authentication 24 Aug 2012 | 01:13 pm

I have come across a situation where I needed to secure a specific web service with Basic Authentication, in a web site that is secured using Forms Authentication. Unfortunately in IIS this is not as ...

Posting complex types using ASP.NET Ajax, WebForms 27 Jul 2012 | 06:31 pm

This is a minor post, which is some sort of a completion to the previous post dealing with the same topic only for using MVC. So, if you require background, you may want to consider reading that post ...

Posting complex types to MVC 23 Jul 2012 | 01:59 am

Background Sending data to MVC using jQuery is something that I wrote about in several blog posts. Just as a quick reminder, this post discusses the basics of sending data, including simple-typed arr...

Recently parsed news:

Recent searches: