分享

写回答

发帖

[提问] 这篇客服回复,到底有没有教我怎么解决问题????

GoDaddy GoDaddy 604 人阅读 | 2 人回复

发表于 2010-11-1 00:53:41 | 显示全部楼层 |阅读模式

Thank you for contacting Online Support. It appears that there is a trust issue within your hosting account.

Trust level refers to permissions set in the Web.config file that dictate what operations can and cannot be performed by Web applications. Our ASP.NET 3.5 shared hosting servers use the default Medium trust level with the addition of OleDbPermission, OdbcPermission, and a less-restrictive WebPermission.

Applications operating under a Medium trust level have no registry access, no access to the Windows event log, and cannot use ReflectionPermission (but can use Reflection). Such applications can communicate only with a defined range of network addresses and file system access is limited to the application's virtual directory hierarchy.

Using a Medium trust level prevents applications from accessing shared system resources and eliminates the potential for application interference. Adding OleDbPermission and OdbcPermission allows applications to use those data providers to access databases. WebPermission is modified to allow outbound http and https traffic.

回答|共 2 个

add.c

发表于 2010-11-1 09:37:32 | 显示全部楼层

这个是告诉你他们的ASP.NET 3.5 虚拟主机的信任等级为Medium, 让后说了些Medium信任等级对程序的影响

forrest

发表于 2010-11-4 23:26:33 | 显示全部楼层

谢谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则