2

我正在尝试做我认为简单的 HttpWebRequest (代码在 dll 内部,所以我不能给出一个小的代码片段,但它应该相对简单),但我遇到了一个安全异常:

System.Security.SecurityException: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

我已经检查过,一切都在完全信任的情况下运行,并尝试在 web.config 中进行设置。但我不知道是什么导致了错误。

有任何想法吗??

4

1 回答 1

2

我想我在这里找到了答案:

http://dbvt.com/blog/post/AspNetHostingPermission-Security-Exception-Fix-with-Ajax-in-IIS7.aspx

基本上将应用程序池设置为“加载用户配置文件”

于 2010-02-01T18:45:02.370 回答