Dar.. in response to my own question...
YES...
Have to drop the AJAX dll's in the web app bin folder, and configure the web.config with <trust level="Full"/>
So, my NEXT question and perhaps better question for a guru than my lame one above... can it be done without adjusting the trust level?
As I understand it, no; the framework requires full trust to be able to have access to certain features (I've heard Reflection requires it, but have not confirmed). Further, be aware that if your web server limits the trust level on a website, or if they change it in the future to run websites on medium trust or low trust, then your web.config's trust assertion will fail.
No comments:
Post a Comment