MVC Bug: The virtual path '[path]' maps to another application, which is not allowed

by Lord Zoltan 21. June 2010 12:39
There's a bug in Asp.Net MVC when using AntiForgeryToken on a site hosted in a virtual directory that has spaces (and possibly other escaped characters) in it. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Technical

Serializing to attributes in WCF with DataContractSerializer

by Lord Zoltan 6. May 2009 14:31
Need to serialize to XML attributes in WCF with the DataContractSerializer? Don't want to it be really difficult!? Find out how! [More]

Currently rated 3.0 by 7 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Technical

Enabling Custom Username/Password Authentication WCF in IIS

by Lord Zoltan 14. April 2009 23:09
Contrary to what I thought a month or so ago - you can get Custom UserName and Password authentication to work for WCF services in IIS for all endpoints (Transport-level security with WebHttp endpoint included). You just have to jump through a few hoops. [More]

Currently rated 2.9 by 7 people

  • Currently 2.857143/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , ,

Technical

Why Conficker is scary-cool

by Lord Zoltan 9. April 2009 14:06
I'm fascinated by Conficker. Well, that is after I'd assured myself I wasn't infected! [More]

Currently rated 3.0 by 5 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Technical

WCF URI Template Url-Encoded Character Issues

by Lord Zoltan 25. March 2009 23:18
Have you tried using URL-encoded parameter values in URLs that get pumped through WCFs UriTemplate as bound-path segments? Have you found that sometimes these parameters don't get interpreted correctly? It's a bug in the framework... [More]

Currently rated 3.0 by 5 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Technical

Adding custom HTTP headers with Sys.Net.WebRequestManager

by Lord Zoltan 11. March 2009 14:43
Following from my last post bemoaning the lack of transport-level client crediential authentication when running inside IIS, I've started implementing my own encrypted session-transfer between clients and the server. I want to to use Http Headers as a primary way of broadcasting session i... [More]

Currently rated 3.0 by 5 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Technical

WCF Transport-level Custom Username Authentication won't work in IIS

by Lord Zoltan 11. March 2009 14:24
Out of the box, it's impossible to get Transport-Level Custom Username Authentication on a WCF service hosted inside IIS. Find out why. [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , ,

Technical

Using WPF to Render Bitmaps

by Lord Zoltan 25. February 2009 23:57
There are a few posts around the net about this, but a lot of them focus on taking XAML controls or pages, and turning parts of them into bitmaps. This is fine, but I want to be able to use WPF entirely off-screen in order to create rich graphical content. What I'm going to present h... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

Technical

Entity Framework Update

by Lord Zoltan 10. February 2009 22:06
Microsoft fix a bug! And an apology to EF. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

Technical

NotSupportedException from ObjectContext constructor - Entity Framework

by Lord Zoltan 26. November 2008 11:35
Getting a NotSupportedException when you construct your EntityFramework-generated ObjectContext object? The problem is probably an AssemblyBuilder being probed by the EF framework code. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Technical

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen