Welcome to deepcode.co.uk Sign in | Join | Help

March 2007 - Posts

This problem has been killing me. The overall problem is within a complex app, site and service installation, but i've scaled it right back to a simple web application that invokes a web request on another unsecured resource. My web app is very simple Read More...
0 Comments
Filed under: ,
Recently I had a WCF service calling into a simple ASMX service, but I got a 401 error each time it did so, even though my WCF service was setup to impersonate correctly. The problem boils down to something called "double-hopping", which is Read More...
Impersonation (running code as the invoking user) under WCF is configured slightly differently to ASMX services. You need to first of all tell your binding to use windows authentication to identify the caller as follows;     < bindings Read More...
Sharepoint has moved on leaps and bounds with the release of SPS 3.0, but it's still a pig when it comes to customisation. If you're changing the look and feel of a theme in SPS, you've got a tough time ahead! If it's available to you, using SPS designer Read More...
0 Comments
Filed under:
This useful notepad replacement provides syntax highlighting for most languages - useful stuff: http://www.flos-freeware.ch/notepad2.html Read More...
Excuse the simplicity of this post but we've all been tripped up by SQL Server / SQL Express not accepting remote connections or not allowing SQL Logins and have had to hunt through our scratty notes to remember what we did last time we installed it. Read More...
0 Comments
Filed under:
WCF is a bit fussy when it comes to protecting you against denial of service attacks by sending large data packets. This is great when you don't need to send large amounts of data, but when you do, it can cause you a few problems. I've come across a situation Read More...
I released version 2.0 of the flux.net content management system and application framework yesterday. Go get it from http://www.fluxcms.co.uk/ if you haven't got it already! FLUX.net is an open source content management platform and web application framework. Read More...