分享

写回答

发帖

[提问] Ultimate 是不是这个类型的Dedicated Hosting Server

回答|共 24 个

jack-ljw

发表于 2011-2-24 17:00:51 | 显示全部楼层

请问

是这样的我的程序是换不了的.
程序可以修改
空间能不能不换呢

请问我现在要从那里入手

jack-ljw

发表于 2011-2-24 17:27:10 | 显示全部楼层

引用了外部的组件DLL

请问
godaddy 的Ultimate 是不是不能引用外部dll 的

引用了是不是就会出现所谓的
"Required permissions cannot be acquired"问题

add.c

发表于 2011-2-25 09:03:39 | 显示全部楼层

原帖由 jack-ljw 于 2011-2-24 17:27 发表
请问
godaddy 的Ultimate 是不是不能引用外部dll 的

引用了是不是就会出现所谓的
"Required permissions cannot be acquired"问题

具体区别如下:
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 and 4.0 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.


谷歌翻译的中文如下:
信任级别是指在Web.config文件中设置权限,决定哪些操作可以和不能被Web应用程序执行。 我们的ASP.NET 3.5和4.0共享主机服务器使用的默认语言与OleDbPermission,OdbcPermission此外信任度,以及限制较少的WebPermission的。

应用中的信任级别下运行没有登录访问,没有到Windows事件日志访问,而不能使用的ReflectionPermission(但可以使用反射)。 只有这样的应用程序进行通信与网络地址和文件系统访问定义范围仅限于应用程序的虚拟目录层次结构。

使用中的信任程度,就可以阻止共享系统资源的申请,并消除干扰的应用潜力。 添加OleDbPermission和OdbcPermission允许应用程序使用这些数据提供者访问数据库。 WebPermission的修改,允许出站HTTP和HTTPS流量。

add.c

发表于 2011-2-25 09:10:49 | 显示全部楼层

原帖由 jack-ljw 于 2011-2-23 16:49 发表
..为什么会出现不能获取必要的权限呢

为了整个服务器的安全

jack-ljw

发表于 2011-2-25 14:56:58 | 显示全部楼层

谢谢斑竹

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

本版积分规则