NSilverBullet

Complex solutions for simple problems.

Getting aggregator pings to work with medium trust


Tuesday 15 April, 2008 (.Net | Blogging | Bugs | Fixes | Web)

I seem to have managed to get server pings from dasBlog to work in medium trust! This has been a major issue for me previously, not as much of an issue now that I primarily use off-line tools but it is still great to have it. The key is that originUrl in the medium trust settings supports regular expressions! More info on Haacked, which is where I found the solution. Just to make things clear:

<trust level="Medium" originUrl=".*" />

will allow your web site to send web requests to any external site...

« Finished update to 2.0 | Latest | Testing Windows Live Writer »

Comments [1]


Tuesday, June 03, 2008 4:20:26 PM (W. Europe Daylight Time, UTC+02:00)
Hi,
Thanks for posting this link. I didn't find the original post when trying to find a solution to this problem, but I did find your blog! Thanks for the help.
Comments are closed.