zoukankan      html  css  js  c++  java
  • "System.Security.Cryptography.CryptographicException: 拒绝访问" 问题的解决方法

    .net web程序使用rsa算法进行加解密时,程序报告“System.Security.Cryptography.CryptographicException: 拒绝访问”错。现记录如下:

    C:Documents and SettingsAll UsersApplication Data
    添加项目应用程序池对应启动帐号(或iis_wpg组) 读取,读取并运行,列出文件夹目录权限。
    C:Documents and SettingsAll UsersApplication DataMicrosoftCryptoRSAMachineKeys
    添加项目应用程序池对应启动帐号(或iis_wpg组)除完全控制和特殊权限以外的所有权限。 
     
     
     
     
    后记:
    C:Documents and SettingsAll UsersApplication Data这个目录下的权限分配还是有些讲究的,对于安全要求高的生产环境服务器,在配置时要格外注意。
  • 相关阅读:
    查看linux命令类型
    理解bashrc和profile[转载]
    问题:ldconfig
    箭头函数
    闭包函数
    方法
    手把手教你使用百度地图(图解)
    变量作用域与解构赋值
    iterable
    Map和Set
  • 原文地址:https://www.cnblogs.com/xysr-tom/p/11010339.html
Copyright © 2011-2022 走看看