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…
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.
Was ttolaly stuck until I read this, now back up and running.
It’s much eaesir to understand when you put it that way!