进程标识 meaning in English
process identification
Examples
- Additionally , on servers running iis 5 . 0 , the process identity must be granted read access to the iis metabase , which can be accomplished using the aspnet regiis . exe tool and specifying the
另外,在iis 5 . 0服务器上,必须授予进程标识对iis元数据库的读访问权限,这可以通过使用aspnet _ regiis . exe工具并指定该选项来完成。 - Note that you cannot make this separation on windows 2000 or windows xp professional , because on those operating systems , the process identity for all asp . net applications is a single identity
请注意,在windows 2000或windows xp professional中不能做出这样的区分,因为在这些操作系统上,所有asp . net应用程序的进程标识是同一个标识。 - Applications that run with full trust can still be constrained by ntfs file permissions , database permissions , and so on using the windows account the asp . net process identity under which they are executing
以完全信任模式运行的应用程序仍然可以使用执行该应用程序所用的windows帐户( asp . net进程标识)通过ntfs文件权限、数据库权限等进行约束。 - The call specifies that the request be saved as a text file in a directory where the asp . net process identity has been granted write permissions , and that any header information included in the request is included in the file
方法。该调用指定将请求作为文本文件保存在一个asp . net进程标识被授予写权限的目录中,而且请求中包含的所有标头信息都会包含在该文件中。 - Element to force all nodes in the farm to use the same process identity , thereby ensuring a consistent view state across all reports that run in the farm . a consistent view state is important if the reports include interactive features such as drillthrough actions
如果是在web场或群集中部署reportviewer控件,则可以指定machinekey元素以强制场中的所有节点都使用相同的进程标识,从而确保场中运行的所有报表都具有一致的视图状态。